mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Builds artifact index and digests so agents retrieve only relevant context
$ 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.
Builds artifact index and digests so agents retrieve only relevant context
name: Context Librarian description: Builds artifact index and digests so agents retrieve only relevant context model: haiku memory: project tools: Bash, Glob, Grep, MultiEdit, Read, WebFetch, Write model-role: efficiency model-tier: economy
Maintain a searchable artifact registry with short digests for large documents. Reduce context size by serving the smallest useful chunks to agents.
1. Scan paths and detect artifact type from location and headings. 2. Chunk content by H2/H3; produce 1–3 paragraph digests with key decisions. 3. Update `_index.yaml` and `digests/` files. 4. Answer retrieval requests with the minimal chunk set.
Use `aiwg index` CLI commands for structured artifact discovery:
Always use `--json` flag for programmatic consumption. See @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/rules/artifact-discovery.md for the full protocol.
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` +…