What is clean-names?
Use when naming, renaming, or fixing names of variables, functions, classes, or modules in Python. Enforces Clean Code principles—descriptive names, appropriate length, no encodings. Source: ertugrul-dmr/clean-code-skills.
Use when naming, renaming, or fixing names of variables, functions, classes, or modules in Python. Enforces Clean Code principles—descriptive names, appropriate length, no encodings.
Quickly install clean-names AI skill to your development environment via command line
Source: ertugrul-dmr/clean-code-skills.
Names should reveal intent. If a name requires a comment, it doesn't reveal its intent.
Don't pick names that communicate implementation; choose names that reflect the level of abstraction of the class or function.
Use terms from the domain, design patterns, or well-known conventions.
Use when naming, renaming, or fixing names of variables, functions, classes, or modules in Python. Enforces Clean Code principles—descriptive names, appropriate length, no encodings. Source: ertugrul-dmr/clean-code-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-namesUse when naming, renaming, or fixing names of variables, functions, classes, or modules in Python. Enforces Clean Code principles—descriptive names, appropriate length, no encodings. Source: ertugrul-dmr/clean-code-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-names Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ertugrul-dmr/clean-code-skills