file-name-wizard
π―Skillfrom cygnusfear/agent-skills
A filename and naming convention audit skill that systematically checks all files against AGENTS.md standards and common naming patterns to identify inconsistencies.
Overview
A Claude Code skill that performs a systematic audit of all filenames and naming conventions in a codebase against AGENTS.md standards and common patterns. It discovers all files, extracts naming rules, identifies implicit patterns, and produces a detailed report of violations, clarity issues, anti-patterns, and organizational problems.
Key Features
- Multi-Phase Audit Process - Systematically discovers all files, extracts naming standards from AGENTS.md files, identifies implicit patterns, and audits each file individually
- Convention Violation Detection - Catches wrong case usage (e.g., PascalCase where kebab-case is expected), mixed conventions, and inconsistencies with directory patterns
- Clarity Issue Identification - Flags vague names (utils.ts, helpers.ts), overly verbose names, misleading names, and abbreviations without context
- Anti-Pattern Detection - Identifies temporary names (temp.ts, test.ts), generic names (index2.ts), dated names (old-.ts, legacy-.ts), and feature flag names (*-new.ts)
- Content Verification - Reads file contents to verify that filenames accurately describe what is inside, suggesting better names when they do not match
Who is this for?
This skill is for development teams that want to enforce consistent naming conventions across their codebases. It is especially valuable during code reviews, refactoring efforts, or when onboarding new team members who need to understand and follow the project's naming standards.
Same repository
cygnusfear/agent-skills(44 items)
Installation
npx vibeindex add cygnusfear/agent-skills --skill file-name-wizardnpx skills add cygnusfear/agent-skills --skill file-name-wizard~/.claude/skills/file-name-wizard/SKILL.mdSKILL.md
More from this repository10
Video exploration skill for browsing, searching, and analyzing video content through AI agents.
Code review changes skill providing structured workflows for reviewing git diffs and code changes.
Architectural analysis skill for finding dead code, duplication, and anti-patterns, from a collection of 39 reusable skills for pi and other coding agents.
Design spec extraction skill from a collection of 39 reusable agent skills for extracting design specifications from mockups and design files.
Obsidian plan wiki skill for managing project plans and documentation in Obsidian vaults, from a collection of 39 reusable agent skills.
Documentation update skill from a collection of 39 reusable agent skills covering analysis, review, planning, and execution workflows for coding agents.
Delphi skill for oracle-style predictions and strategic forecasting using structured analytical frameworks.
Systematic debugging skill from a collection of 39 reusable coding agent skills compatible with npx skills add.
Skill for clear and concise technical writing, helping produce well-structured documentation and communication.
Skill for creating Cloudflare Workers with optimized templates, edge computing patterns, and deployment automation for serverless applications.