Agent Skills: ctx

View and manage hierarchical context for the current directory

UncategorizedID: c-daly/agent-swarm/ctx

Install this agent skill to your local

pnpm dlx add-skill https://github.com/c-daly/agent-swarm/tree/HEAD/skills/ctx

Skill Files

Browse the full folder contents for ctx.

Download Skill

Loading file tree…

skills/ctx/SKILL.md

Skill Metadata

Name
ctx
Description
View and manage hierarchical context for the current directory

Usage

/ctx           # Show resolved context
/ctx tree      # Show hierarchy as tree
/ctx edit      # Edit context at current scope

Hierarchy (walks up from cwd)

  1. Component -- .context/CONTEXT.md in current/parent dirs
  2. Repo -- .claude/CONTEXT.md at repo root
  3. Project -- above repo
  4. User -- ~/.claude/CONTEXT.md

Sections can @override or @ignore parent values.

CLI

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.