๐ŸŽฏ

naming-analyzer

๐ŸŽฏSkill

from davila7/claude-code-templates

VibeIndex|
What it does
|

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(689 items)

naming-analyzer

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add davila7/claude-code-templates --skill naming-analyzer
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add davila7/claude-code-templates --skill naming-analyzer
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/naming-analyzer/SKILL.md

SKILL.md

218Installs
-
AddedFeb 4, 2026

More from this repository10

๐Ÿช
davila7-claude-code-templates๐ŸชMarketplace

Ready-to-use Claude Code templates organized by workflow

๐Ÿ”Œ
documentation-generator๐Ÿ”ŒPlugin

Automated documentation generation with API docs, technical writing, and content management

๐Ÿ”Œ
ai-ml-toolkit๐Ÿ”ŒPlugin

AI and Machine Learning development suite with data engineering and model deployment tools

๐Ÿ”Œ
devops-automation๐Ÿ”ŒPlugin

DevOps automation suite with CI/CD, infrastructure management, and deployment orchestration

๐Ÿ”Œ
project-management-suite๐Ÿ”ŒPlugin

Project management toolkit with sprint planning, task automation, and team collaboration tools

๐Ÿ”Œ
nextjs-vercel-pro๐Ÿ”ŒPlugin

A Claude Code template for building production-grade Next.js applications with Vercel deployment, providing best-practice project structure, configuration, and workflow patterns.

๐Ÿ”Œ
supabase-toolkit๐Ÿ”ŒPlugin

A Claude Code template for building applications with Supabase, providing pre-configured patterns for authentication, database operations, and real-time features.

๐Ÿ”Œ
security-pro๐Ÿ”ŒPlugin

Enterprise security toolkit with auditing, penetration testing, and compliance automation

๐Ÿ”Œ
testing-suite๐Ÿ”ŒPlugin

A Claude Code template for comprehensive testing workflows, providing pre-configured patterns for unit testing, integration testing, and end-to-end testing.

๐Ÿ”Œ
git-workflow๐Ÿ”ŒPlugin

Git workflow automation: feature, release, and hotfix commands with git specialists