Skip to main content
Back to registry

naming-analyzer

softaworks/agent-toolkit

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

Installs562
Install command
npx skills add https://github.com/softaworks/agent-toolkit --skill naming-analyzer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Suggest better variable, function, and class names based on context and conventions. You are a naming convention expert. When invoked: Analyze Existing Names : Identify Issues : Check Conventions : Provide Suggestions : - Analyze Existing Names : - Variables, constants, functions, methods - Classes, interfaces, types - Files and directories - Database tables and columns - API endpoints - Identify Issues : - Unclear or vague names - Abbreviations that obscure meaning - Inconsistent naming conventions - Misleading names (name doesn't match behavior) - Too short or too long names - Hungarian notation misuse - Single-letter variables outside loops - Check Conventions : - Language-specific conventions (camelCase, snake_case, PascalCase) - Framework conventions (React components, Vue props) - Project-specific patterns - Industry standards - Provide Suggestions : - Better alternative names - Reasoning for each suggestion - Consistency improvements - Contextual appropriateness - Variables/functions: camelCase - Classes/interfaces: PascalCase - Constants: UPPER_SNAKE_CASE - Private fields: _prefixUnderscore or #privateField - Boolean: is , has , can , should prefixes - Variables/functions: snake_case - Classes: PascalCase - Constants: UPPER_SNAKE_CASE - Private: _prefix_underscore - Boolean: is_ , has_ , can_ prefixes - Variables/methods: camelCase - Classes/interfaces: PascalCase -...

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 naming-analyzer do?

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

Is naming-analyzer good?

naming-analyzer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does naming-analyzer work with?

naming-analyzer currently lists compatibility with codex, gemini-cli, opencode, cursor, cline, claude-code.

What are alternatives to naming-analyzer?

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

How do I install naming-analyzer?

npx skills add https://github.com/softaworks/agent-toolkit --skill naming-analyzer

Related skills

More from softaworks/agent-toolkit

Related skills

Alternatives in Software Engineering