setup-project-context
Installation
SKILL.md
Setup Project Context
Upsert. First run builds the context. Later runs rebuild it once a repo has drifted far enough that mining and interviewing pay off again.
Everyday upkeep belongs to /audit-project-context, which runs at the end of a pull
request and trims what the week's work added.
The shape it builds
| Tier | File | Loads |
|---|---|---|
| 1 | AGENTS.md / CLAUDE.md |
every turn — behaviour and the gate |
| 2 | CONTRIBUTING.md |
every session — what the project is, its status, how to contribute |
| 2 | skills/internal/project-context/SKILL.md |
every session — the rules and the table |
| 2 | glossary.md |
every session — the words used across domains |
| 3 | domains/<domain>.md |
only when the task enters that domain |
| — | docs/ |
by link only — the decisions and investigations behind a reason |
| — | README.md |
humans only — pointers out |