code-context

Installation
SKILL.md

Code Architecture Documentation Skill

Use this skill to read architecture docs before work and document architecture after work using the .codecontext/ folder.

.codecontext/ is a living architecture reference — it helps new developers onboard and coding agents pick up where previous sessions left off. It is NOT a session log, changelog, or task diary.


What Belongs in .codecontext/

Only document architecture-level knowledge that would take significant effort to rediscover by reading code alone.

Include

  • Code architecture — how modules/components are structured, layered, and why
  • Code flow — request lifecycle, data flow between layers, event/cron pipelines
  • Component relationships — which modules depend on each other, call chains, shared state
  • Edge cases and gotchas — non-obvious behaviors, race conditions, ordering constraints
  • Design decisions and rationale — why a pattern was chosen over alternatives
Related skills
Installs
1
GitHub Stars
4.9K
First Seen
Mar 5, 2026