file-name-wizard

Installation
Summary

Systematic audit of filenames and naming conventions against AGENTS.md standards and codebase patterns.

  • Discovers all source, config, documentation, and test files, then extracts explicit naming rules from AGENTS.md files and identifies implicit patterns within each directory
  • Analyzes each file for convention violations (wrong case, mixed patterns, missing suffixes), clarity issues (vague or misleading names), and anti-patterns (temporary names, version suffixes, generic names)
  • Identifies systemic issues across directories, detects outliers, and flags missing naming standards that should be documented
  • Generates a structured audit report categorized by severity and directory, with statistics on violation types and recommendations for each problematic file
SKILL.md

Filename & Naming Convention Audit

Instructions

Perform systematic audit of all filenames and naming conventions in the codebase to identify inconsistencies, anti-patterns, and violations of naming standards.

Phase 1: Discovery & Standard Extraction

Step 1: Find All Files

Use Glob to identify all files in the codebase:

  • Source files (.ts, .tsx, .js, .jsx, etc.)
  • Config files
  • Documentation files
  • Test files

Create comprehensive todo list of all files to audit.

Step 2: Extract Naming Standards

Related skills

More from cygnusfear/agent-skills

Installs
1.2K
First Seen
Feb 13, 2026