Agent skill
cfn-mdap-context-injection
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cfn-mdap-context-injection
SKILL.md
name: cfn-mdap-context-injection description: Inject MDAP codebase files for troubleshooting (coordinator, implementers, validators, Docker, orchestration) version: 1.0.0 tags: context-injection, debugging, mdap status: production
What it does
Outputs portions of CFN MDAP codebase grouped by functional area for debugging. Provides immediate context without reading entire codebase.
When to use
- Docker mode failures → --docker flag
- CLI mode issues → --cli flag
- Orchestration deadlocks → --cfn-loop flag
- Full MDAP workflow → --all flag
When NOT to use
- Need few files → Use Read directly
- Runtime logs → Use docker logs
- Documentation → Check docs/ first
- Token budget critical → Start with --coordinator
How to use
Basic: bash inject.sh --docker Advanced: bash inject.sh --docker --cfn-loop (combined contexts) Full: bash inject.sh --all --codesearch --tests (~260K tokens)
Parameters
--all, --coordinator, --mdap, --cli, --docker, --cfn-loop, --config, --decomposers, --validators, --index, --codesearch, --tests, --file
Expected output
Concatenated file contents with === FILE: path === delimiters
Real-world example
Docker specialist debugging "infinite wait in Wave 2" runs --docker --cfn-loop to get configs + orchestration in one injection.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?