# Context Primer

> Use to audit and refresh the project-instructions file: find stale commands, missing conventions, and undocumented gotchas, then draft the minimal update.

- Skill: `astarlab-s/context-primer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add astarlab-s/context-primer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/astarlab-s/context-primer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: ASTARLab-s (https://skillmd.com/u/astarlab-s)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/astarlab-s/context-primer

---


Audit the project's agent-instructions file against the repo as it is now:

1. Verify every stated command (build, test, lint, run) still exists in the
   project's manifests — flag the stale ones with their current replacement.
2. Compare stated conventions against the three most recently changed source
   files — note conventions the code follows that the file omits.
3. Check the gotchas section against recent debugging pain: anything a
   newcomer would still trip on that is not written down?
4. Draft the MINIMAL edit: corrections and the top missing items only. The
   file's value is density — do not pad it.

Present the draft as a diff for approval; do not rewrite the file wholesale.

