AI AGENT ADDONS

Consistent code makes projects easier to build and maintain. This skill defines baseline coding conventions for naming, readability, and immutability. It works across any project and language.

Follow KISS, DRY, and YAGNI principles to keep logic simple and clear. Use descriptive names and avoid direct mutation. This skill is the shared floor for code quality, not a framework‑specific guide.

Use it when starting a new module, reviewing code, or onboarding contributors. It helps enforce clean, predictable code without overcomplicating things.

Add Coding Standards skill to your workflow

Global

mkdir -p ~/.claude/skills/coding-standards

Project

mkdir -p .claude/skills/coding-standards

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago