🎯

file-name-wizard

🎯Skill

from cygnusfear/agent-skills

VibeIndex|
What it does
|

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)

file-name-wizard

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add cygnusfear/agent-skills --skill file-name-wizard
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add cygnusfear/agent-skills --skill file-name-wizard
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/file-name-wizard/SKILL.md

SKILL.md

1,204Installs
-
AddedFeb 13, 2026

More from this repository10

🎯
video-explorer🎯Skill

Video exploration skill for browsing, searching, and analyzing video content through AI agents.

🎯
review-changes🎯Skill

Code review changes skill providing structured workflows for reviewing git diffs and code changes.

🎯
architectural-analysis🎯Skill

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

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

Obsidian plan wiki skill for managing project plans and documentation in Obsidian vaults, from a collection of 39 reusable agent skills.

🎯
update-docs🎯Skill

Documentation update skill from a collection of 39 reusable agent skills covering analysis, review, planning, and execution workflows for coding agents.

🎯
delphi🎯Skill

Delphi skill for oracle-style predictions and strategic forecasting using structured analytical frameworks.

🎯
systematic-debugging🎯Skill

Systematic debugging skill from a collection of 39 reusable coding agent skills compatible with npx skills add.

🎯
writing-clearly-and-concisely🎯Skill

Skill for clear and concise technical writing, helping produce well-structured documentation and communication.

🎯
create-worker🎯Skill

Skill for creating Cloudflare Workers with optimized templates, edge computing patterns, and deployment automation for serverless applications.