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-configGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.