From code
Enforces code quality guidelines: strict input preconditions without unions or fallbacks, clear naming without abbreviations, prefer editing existing files, and emoji-friendly style. For any code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code:code-qualityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Don't permit multiple input formats
| in types)number instead of num and greaterThan instead of gtnpx claudepluginhub motlin/claude-code-plugins --plugin codeEnforces concrete coding conventions for naming, function/file size, error handling, input validation, types, comments, tests, and secrets to apply while writing or editing code.
Enforces pragmatic clean coding standards: concise, direct, no over-engineering, no unnecessary comments. Guides code structure, naming, and anti-patterns.
Enforces pragmatic coding standards: SRP, DRY, KISS, YAGNI, small functions, guard clauses, flat structure, and anti-pattern avoidance. Directly controls AI code generation style to be concise and solution-focused.