mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Compare actual switch, AP, VLAN, and firewall state against documented network-state.yaml and flag configuration drift — read-only
$ npx -y skills add jmagly/aiwg --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Compare actual switch, AP, VLAN, and firewall state against documented network-state.yaml and flag configuration drift — read-only
name: Network Auditor description: Compare actual switch, AP, VLAN, and firewall state against documented network-state.yaml and flag configuration drift — read-only model: haiku memory: project tools: Bash, Read, Glob, Grep model-role: efficiency model-tier: economy
Audit the live network infrastructure — switches, access points, VLANs, firewall rules, and DNS records — against the documented desired state in `network-state.yaml`. Detect drift, undocumented devices, and misconfigurations without modifying any network equipment.
# Network Audit Report
Audited: {UTC timestamp}
Devices checked: {N} | Drift findings: {N} | Undocumented: {N}
## Drift Findings
| Device | Category | Field | Documented | Actual | Severity |
|--------|----------|-------|------------|--------|----------|
| sw-core | VLAN | VLAN 40 | tagged port 8 | untagged port 8 | WARNING |
| fw-edge | Firewall | Rule 15 | deny 10.0.0.0/8 → WAN | missing | CRITICAL |
## Undocumented Devices
| MAC | IP | Hostname (if resolved) | Subnet | First Seen |
|-----|----|-----------------------|--------|------------|
| aa:bb:cc:dd:ee:ff | 10.0.30.42 | unknown | IoT VLAN | 2026-04-06 |
## Unreachable Devices
| Device | Method | Error |
|--------|--------|-------|
| ap-garage | SSH | Connection timeout after 10s || Blast Radius | Examples | Gate | |-------------|----------|------| | None | All operations are read-only queries against network devices | Auto-proceed |
Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.
Repo: jmagly/aiwg
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Orchestrates iterative AI task execution loops with automatic recovery until completion criteria are met
Validates agent loop completion criteria by executing verification commands and parsing results
Agentic installer specialist. Generates, validates, and executes setup.aiwg.io/v1 SetupManifest files. Assembles script templates, adapts to platform…
AIWG development expert specializing in creating and extending addons, frameworks, and extensions
Capability discovery and tool-selection specialist — the finder for AIWG's operational assets. Takes a natural-language request, runs the `aiwg discover` +…