Skip to main content
Back to registry

file-name-wizard

cygnusfear/agent-skills

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

Installs1
Install command
npx skills add https://github.com/cygnusfear/agent-skills --skill file-name-wizard
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Perform systematic audit of all filenames and naming conventions in the codebase to identify inconsistencies, anti-patterns, and violations of naming standards. Use Glob to identify all files in the codebase: Create comprehensive todo list of all files to audit. Read all AGENTS.md files in the repository: Extract naming conventions: Even without explicit AGENTS.md rules, identify patterns: For EACH file in the todo list: Compare to: Naming Convention Violations : Clarity Issues : Anti-Patterns : Organizational Issues : Read the file to verify: Store in memory: Mark file as audited in todo list. After auditing all files: Create a tk ticket tagged audit with the report as its body. Use todos_oneshot(title: "Audit: Naming conventions", description: " ", tags: "audit", type: "task") . Provide concise summary: A complete naming audit includes: After completing the audit, follow handbook 15.04 to create tk tickets for all surfaced issues. - Source files ( .ts , .tsx , .js , .jsx , etc.) - Config files - Documentation files - Test files - Root AGENTS.md if exists - Directory-specific AGENTS.md files - File naming patterns (kebab-case, PascalCase, etc.) - Directory structure rules - Component naming rules - Utility/helper naming rules - Test file naming rules - Config file naming rules - Constant/enum file naming rules - Most common naming convention in each directory - Grouping...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does file-name-wizard do?

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

Is file-name-wizard good?

file-name-wizard does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does file-name-wizard work with?

file-name-wizard currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to file-name-wizard?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install file-name-wizard?

npx skills add https://github.com/cygnusfear/agent-skills --skill file-name-wizard

Related skills

Alternatives in Software Engineering