Runs a methodical sweep of your entire codebase to flag filename inconsistencies and naming violations. It catalogs everything (source, config, docs, tests), pulls any explicit rules from your AGENTS.md files, infers patterns from directory structure, then reports back with violations categorized by severity. Covers the obvious stuff like case mismatches and missing suffixes, but also catches anti-patterns like temp filenames, version suffixes, and generic names that stuck around too long. Honestly most useful on inherited codebases or teams without documented conventions, where naming has drifted over time. The systemic issue detection across directories is the real value, not just per-file nitpicking.
npx skills add https://github.com/cygnusfear/agent-skills --skill file-name-wizard