project-local-skills
Installation
SKILL.md
Project-Local Skills
Project-local skills live in .clarc/skills/ inside a project repository.
They are automatically loaded at session start and override global clarc skills of the same name.
When to Activate
Use project-local skills when:
- A team has project-specific conventions (internal API patterns, company auth library)
- Conventions differ from clarc's global rules for this codebase
- A migration is underway and the pattern is temporary
- The skill should be versioned alongside the code it describes