Debt may go down.
Never silently up.
pnpm check:ui
# raw buttons
# swallowed catches
# pages without h1
# hardcoded colours Read the checker → A real repository case study
Prompts ask for behavior. Repositories preserve it. The interview project combines written context, reusable skills, executable checks, commit hooks, and independent review so the rule is still present when the conversation is gone.
From intent to evidence
Not every rule belongs in a hook. Put guidance where an agent can discover it, deterministic policy in a command, cheap checks at commit time, and independent judgment at review.
Small instruction packages
These skills are not downloaded magic. They are repository-specific procedures under .agents/skills/, distilled from mistakes, commands, and architectural decisions that kept recurring.
pnpm check:ui
# raw buttons
# swallowed catches
# pages without h1
# hardcoded colours Read the checker → pnpm exec lint-staged
node scripts/check-ui-contract.mjs Read the hook → pnpm exec commitlint --edit $1
feat: add interview timer
fix(api): scope session query Read commitlint config → .pr-review.json
├── focus
├── exclude_paths
├── languages
└── instructions Read review policy → Use this in the interview repository or adapt the path names to another project.