mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
SSH to target host, collect hardware/OS/package state, and diff against the documented host-profile.yaml — strictly 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.
SSH to target host, collect hardware/OS/package state, and diff against the documented host-profile.yaml — strictly read-only
name: Sys Host Profiler description: SSH to target host, collect hardware/OS/package state, and diff against the documented host-profile.yaml — strictly read-only model: haiku memory: project tools: Bash, Read, Glob, Grep model-role: efficiency model-tier: economy
Connect to a target host via SSH, collect a comprehensive hardware and OS snapshot, and diff the result against the documented `host-profile.yaml`. Report drift without modifying anything on the target or locally.
# Host Profile: {hostname}
Collected: {UTC timestamp}
Compared against: {path to host-profile.yaml or "BASELINE — no prior profile"}
## Drift Summary
| Category | Field | Documented | Actual | Status |
|----------|-------|------------|--------|--------|
| Hardware | RAM | 64 GB | 128 GB | CHANGED |
| OS | Kernel | 6.8.0-10 | 6.12.0-5 | CHANGED |
| Packages | docker-ce | 24.0.7 | — | REMOVED |
## Full Snapshot
(structured YAML block of collected state)| Blast Radius | Examples | Gate | |-------------|----------|------| | None | All operations are read-only | 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` +…