configuring-claude
Installation
SKILL.md
Configuring Claude
Core principle: The context window is a shared resource. Every token in your skill or rule competes with conversation history, other skills, and the user's actual request. Write the minimum instructions needed to change Claude's behavior from its defaults.
Topic Selection
Load the relevant reference based on what you're configuring:
| Configuring... | Load | File |
|---|---|---|
| Skills (SKILL.md files, plugin skills) | Skills | references/skills.md |
| Rules, CLAUDE.md, memory | Rules & Memory | references/rules-and-memory.md |
Load both when creating a plugin that includes skills alongside project-level rules.