mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
The agent Markdown format in this repository is compatible with OpenAI/Codex-style agents with minimal changes. The primary difference is the `model` value in the YAML frontmatter.
$ 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.
The agent Markdown format in this repository is compatible with OpenAI/Codex-style agents with minimal changes. The primary difference is the `model` value in the YAML frontmatter.
The agent Markdown format in this repository is compatible with OpenAI/Codex-style agents with minimal changes. The primary difference is the `model` value in the YAML frontmatter.
Use the CLI to deploy agents for your target provider while overriding model names if needed:
# Claude aiwg -deploy-agents --provider claude # OpenAI/Codex (writes to .codex/agents) aiwg -deploy-agents --provider openai # Aggregate into a single AGENTS.md for Codex aiwg -deploy-agents --provider openai --as-agents-md # Custom model mapping (example) aiwg -deploy-agents --provider openai \ --reasoning-model gpt-5.4 \ --coding-model gpt-5.5 \ --efficiency-model gpt-5.4-mini
For more details on Codex sub-agents and mechanics, see: <https://codexlog.io/mechanics/agents/sub-agents.html>
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` +…