From claude-config
Provides comprehensive coding standards for quality, naming conventions, error handling, concurrency, and memory management. Use when writing new code, reviewing code, fixing bugs, or refactoring existing code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-config:coding-guidelines <file-path>When to use
reviewing or writing code
<file-path>sonnet**/*.{cpppytsgorskt}The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Writing new functions or classes
@./reference/general.md @./reference/quality.md
@./reference/error-handling.md @./reference/memory.md
@./reference/concurrency.md @./reference/performance.md
npx claudepluginhub kcenon/claude-config --plugin claude-configCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.