code-context
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
More from rajnandan1/kener
tailwindcss
Tailwind CSS v4 utility-first styling patterns including responsive design, dark mode, and custom configuration. Use when styling with Tailwind, adding utility classes, configuring Tailwind, setting up dark mode, or customizing the theme.
20svelte-code-writer
CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating or editing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.
12documentation-writer
Specialized skill for creating and editing high-quality Kener documentation. MUST be used whenever creating or editing documentation files in the src/routes/(docs)/docs/content/ directory or updating docs.json navigation.
5ss-shadcn-svelte
>
2