file-name-wizard
CommunityStandardize filenames, eliminate naming chaos.
Software Engineering#code quality#consistency#refactoring#audit#standards#naming conventions#filenames
AuthorCygnusfear
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Inconsistent file and naming conventions lead to confusion, hinder discoverability, and complicate onboarding for new team members. This skill performs a systematic audit of all filenames and naming conventions in the codebase to identify inconsistencies, anti-patterns, and violations of standards.
Core Features & Use Cases
- Comprehensive Filename Audit: Analyzes every file for naming convention violations (e.g., wrong case, mixed conventions).
- Clarity & Anti-Pattern Detection: Identifies vague, misleading, temporary, or generic names (e.g.,
utils.ts,temp.ts). - Standard & Pattern Extraction: Reads
CLAUDE.mdfiles for explicit rules and identifies implicit naming patterns within directories. - Use Case: Run this skill on a legacy codebase to identify all naming inconsistencies and generate a report for a refactoring initiative, significantly improving code clarity and maintainability.
Quick Start
Find all source files
find . -name ".ts" -o -name ".tsx" -o -name ".js" -o -name ".jsx"
Read CLAUDE.md for explicit naming rules
cat CLAUDE.md
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: file-name-wizard Download link: https://github.com/Cygnusfear/claude-stuff/archive/main.zip#file-name-wizard 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 223,000+ vetted skills library on demand.