·clean-names
</>

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.

7Installs·0Trend·@ertugrul-dmr

Installation

$npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-names

How to Install clean-names

Quickly install clean-names AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-names
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ertugrul-dmr/clean-code-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-names
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from ertugrul-dmr/clean-code-skills

Quick answers

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.

How do I install clean-names?

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

Where is the source repository?

https://github.com/ertugrul-dmr/clean-code-skills