naming-analyzer
π―Skillfrom davila7/claude-code-templates
Analyzes code naming conventions across variables, functions, classes, files, database tables, and API endpoints, identifying inconsistencies and suggesting improvements by language.
Overview
naming-analyzer is a Claude Code skill from Softaworks' Agent Toolkit that serves as a naming convention expert. It analyzes existing names across your entire codebase β variables, functions, classes, files, database tables, and API endpoints β to identify clarity issues, inconsistencies, and deviations from language-specific conventions, then provides actionable improvement suggestions with reasoning.
Key Features
- Comprehensive Name Analysis β Reviews variables, functions, classes, files, DB tables, and API endpoints for naming quality
- Issue Detection β Identifies unclear names, unnecessary abbreviations, naming inconsistencies, and misleading identifiers
- Language-Specific Conventions β Checks naming patterns appropriate for JavaScript/TypeScript, Python, Java, Go, and other languages
- Actionable Suggestions β Provides concrete rename recommendations with clear reasoning for each change
- Consistency Auditing β Detects mixed conventions within the same codebase (e.g., camelCase vs snake_case conflicts)
Who is this for?
- Developers who want to maintain clean, readable codebases with consistent naming across all layers
- Teams performing code reviews who need automated naming convention checks
- Projects with multiple contributors where naming consistency tends to drift over time
Same repository
davila7/claude-code-templates(656 items)
Installation
npx skills add https://github.com/davila7/claude-code-templates --skill naming-analyzerNeed more details? View full documentation on GitHub β
More from this repository10
Ready-to-use Claude Code templates organized by workflow
Automated documentation generation with API docs, technical writing, and content management
DevOps automation suite with CI/CD, infrastructure management, and deployment orchestration
A Claude Code template for building production-grade Next.js applications with Vercel deployment, providing best-practice project structure, configuration, and workflow patterns.
Project management toolkit with sprint planning, task automation, and team collaboration tools
Performance optimization suite with profiling, bundle analysis, and speed improvement tools
Git workflow automation: feature, release, and hotfix commands with git specialists
Enterprise security toolkit with auditing, penetration testing, and compliance automation
A Claude Code template for building applications with Supabase, providing pre-configured patterns for authentication, database operations, and real-time features.
A Claude Code template for comprehensive testing workflows, providing pre-configured patterns for unit testing, integration testing, and end-to-end testing.