| name | context |
| description | Load all relevant context/ knowledge files for a domain area. Use at session start or when switching to a new topic. Accepts a domain keyword like api, database, auth, build, security. |
Context Skill
Load all relevant context/ knowledge files for a domain area before starting work.
Usage
/context # Load core context (architecture + rules + lessons)
/context api # Load API-specific context
/context database # Load database-specific context
/context auth # Load auth-specific context
/context build # Load build/CI context
/context security # Load security/CVE context
Domain → Files Mapping
Always read:
context/tasks/lessons.md — accumulated wisdom from past sessions
context/architecture.md — system overview
context/rules.md — golden rules
Then based on keyword:
| Keyword | Files to read |
|---|
build / test / CI / lint | context/build.md |
MR / PR / ticket / template | context/templates.md |
CVE / security / dependency | context/cve-policy.md |
terminal / command / shell | context/terminal-safety.md |
plugin / MCP / tool | context/plugins.md |
After Loading
Provide a brief summary of the loaded context and ask what task to perform.