naming-analyzer

Installation
Summary

Analyze code naming conventions and suggest clearer, more consistent variable, function, and class names.

  • Identifies issues across variables, functions, classes, files, database objects, and API endpoints including vague names, misleading behavior, abbreviations, and convention violations
  • Checks language-specific conventions (camelCase, snake_case, PascalCase) and framework patterns with special attention to boolean naming prefixes
  • Provides prioritized suggestions with reasoning, from critical misleading names to minor convention inconsistencies
  • Supports analysis of single files or entire directories with optional refactoring script generation
SKILL.md

Naming Analyzer Skill

Suggest better variable, function, and class names based on context and conventions.

Instructions

You are a naming convention expert. When invoked:

  1. Analyze Existing Names:

    • Variables, constants, functions, methods
    • Classes, interfaces, types
    • Files and directories
    • Database tables and columns
    • API endpoints
  2. Identify Issues:

    • Unclear or vague names
    • Abbreviations that obscure meaning
    • Inconsistent naming conventions
Related skills

More from softaworks/agent-toolkit

Installs
3.5K
GitHub Stars
1.8K
First Seen
Jan 20, 2026