claude-code-agents
Installation
SKILL.md
Core Principles
Progressive disclosure. Load only what is needed, when it is needed. Keep global context small. Push specificity downward into rules, skills, agents, and teams. Root context is a behavioral contract, not a tutorial. Every line must change behavior.
See references/principles.md for the full rationale.
Agent System Model
Five layers, smallest scope first:
- Path-scoped rules (
.claude/rules/) — passive guidance for specific files - Skills (
.claude/skills/) — repeatable workflows loaded on demand - Subagents (
.claude/agents/) — specialist workers with isolated context - Agent teams — multiple independent sessions coordinated by a lead
- Hooks/settings — deterministic enforcement at lifecycle boundaries