naming-precision
CommunityWrite names that speak for themselves.
Software Engineering#code quality#refactoring#clean code#readability#developer productivity#naming conventions
Authoroborchers
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the common problem of unclear, vague, or misleading names in code, which leads to confusion, bugs, and increased maintenance effort.
Core Features & Use Cases
- Semantic Accuracy: Ensures variable, function, and class names accurately reflect their purpose.
- Scope-Aware Naming: Guides the use of short names in tight scopes and descriptive names in wider scopes.
- Domain-Specific Language: Promotes the use of business terminology over programmer jargon.
- Use Case: When naming a new function that calculates a user's discount percentage based on their purchase history, this Skill ensures it's named something like
calculate_customer_discount_percentageinstead of a vagueprocess_dataorget_value.
Quick Start
Use the naming-precision skill to review the names of all variables and functions in the provided Python code snippet.
Dependency Matrix
Required Modules
None requiredComponents
referencesscripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: naming-precision Download link: https://github.com/oborchers/fractional-cto/archive/main.zip#naming-precision Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.