Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub serpro69/claude-toolbox --plugin kkHow 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).
Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns.
Fetches current official docs before writing framework-specific code to avoid deprecated APIs. Useful when adding dependencies or using unfamiliar library APIs.
Researches external documentation, best practices, and industry standards via web search and codebase analysis. Useful for library docs, implementation comparisons, and recommended structures.
Share bugs, ideas, or general feedback.
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.