Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-swarm:ctxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
/ctx # Show resolved context
/ctx tree # Show hierarchy as tree
/ctx edit # Edit context at current scope
.context/CONTEXT.md in current/parent dirs.claude/CONTEXT.md at repo root~/.claude/CONTEXT.mdSections can @override or @ignore parent values.
python3 ~/.claude/plugins/agent-swarm/ctx/resolver.py resolve .
python3 ~/.claude/plugins/agent-swarm/ctx/resolver.py tree .
CONTEXT.md = static intentional knowledge. MEMORY.md = distilled session learnings.
npx claudepluginhub c-daly/agent-swarm --plugin agent-swarmCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.