file-name-wizard
Audits codebase filenames and naming conventions against explicit rules and implicit patterns for consistency.
Install
npx skills add https://github.com/cygnusfear/agent-skills --skill file-name-wizardStats
| Total installs | 1,204 |
| Weekly installs | 1.2K |
| GitHub stars | — |
| First seen | Feb 13, 2026 |
| Source | @cygnusfear/agent-skills |
Summary
- 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
Tags
Related skills
| Skill | Installs | vs file-name-wizard |
|---|---|---|
| cpp-pro | 1,261 | +57 |
| frontend responsive design standards | 1,238 | +34 |
| insecure-defaults | 1,211 | +7 |
| pandas-pro | 1,197 | -7 |
| cosmos-vulnerability-scanner | 1,187 | -17 |
FAQ
- How many installs does file-name-wizard have?
- file-name-wizard has 1,204 total installs and 1.2K installs this week.
- Where is file-name-wizard hosted?
- file-name-wizard is published by @cygnusfear/agent-skills at https://github.com/cygnusfear/agent-skills.
- When was file-name-wizard first indexed?
- OrangeBot.AI first indexed file-name-wizard on Feb 13, 2026.
- How do I install file-name-wizard?
- Run: npx skills add https://github.com/cygnusfear/agent-skills --skill file-name-wizard