cfn-mdap-context-injection
Inject MDAP codebase files for troubleshooting (coordinator, implementers, validators, Docker, orchestration)
14 stars
Best use case
cfn-mdap-context-injection is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Inject MDAP codebase files for troubleshooting (coordinator, implementers, validators, Docker, orchestration)
Teams using cfn-mdap-context-injection should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/cfn-mdap-context-injection/SKILL.md --create-dirs "https://raw.githubusercontent.com/masharratt/claude-flow-novice/main/.claude/skills/cfn-mdap-context-injection/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/cfn-mdap-context-injection/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How cfn-mdap-context-injection Compares
| Feature / Agent | cfn-mdap-context-injection | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Inject MDAP codebase files for troubleshooting (coordinator, implementers, validators, Docker, orchestration)
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 1. Docker mode failures → --docker flag 2. CLI mode issues → --cli flag 3. Orchestration deadlocks → --cfn-loop flag 4. Full MDAP workflow → --all flag # When NOT to use 1. Need few files → Use Read directly 2. Runtime logs → Use docker logs 3. Documentation → Check docs/ first 4. 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 <path> # 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.
Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.