From kk
Enforces development best practices when writing code, focusing on dependency management: use latest versions, search knowledge bases like kk:lang-idioms, fetch version-matched docs via context7 MCP, and index insights.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kk:development-guidelinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For capy knowledge base conventions, see [capy-knowledge-protocol.md](../_shared/capy-knowledge-protocol.md).
For capy knowledge base conventions, see capy-knowledge-protocol.md.
kk:lang-idioms and kk:project-conventions for previously indexed knowledge about the dependency in question.kk:lang-idioms.npx claudepluginhub serpro69/claude-toolbox --plugin kkFetches live documentation and implementation guidance for any library, framework, or API. Invoked when the user asks for documentation, examples, or best practices.
Fetches current official docs before writing framework-specific code to prevent deprecated API usage. Activates on dependency changes or framework work.
Grounds every framework-specific code decision in official documentation. Verifies patterns by detecting stack versions and fetching authoritative sources before implementation.