naming-cheatsheet

Apply A/HC/LC naming conventions to code identifiers.

Updated Nov 8, 2022
One-click install
npx skills add https://github.com/abhilash-nandkumar/dot_config --skill naming-cheatsheet-abhilash-nandkumar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naming-cheatsheet
Source: https://github.com/abhilash-nandkumar/dot_config/tree/main/opencode/skills/naming-cheatsheet
Command: npx skills add https://github.com/abhilash-nandkumar/dot_config --skill naming-cheatsheet-abhilash-nandkumar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The naming cheatsheet helps teams enforce concise, intuitive, and descriptive identifiers across codebases by applying the A/HC/LC naming pattern.

Core Features & Use Cases

  • Establishes a pattern for function and variable names that balances context and brevity.
  • Improves code readability and maintainability across languages.
  • Use during code reviews, onboarding, and refactoring to standardize naming.

Quick Start

Rename identifiers using the A/HC/LC pattern to improve clarity in your codebase.

Frequently Asked Questions about naming-cheatsheet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the A/HC/LC pattern for code naming conventions?

The A/HC/LC pattern is a structured approach to code naming that balances context and brevity. It enforces concise, intuitive, and descriptive identifiers across codebases to improve overall code readability and maintainability during refactoring.

How do I enforce consistent naming conventions across different programming languages?

You can enforce consistent naming conventions by applying the language-agnostic A/HC/LC pattern to code identifiers. This establishes documented guidelines that ensure names remain short, intuitive, and descriptive across any programming language.

How do I rename variables and functions during code refactoring?

Rename variables and functions during code refactoring by applying the A/HC/LC pattern to your identifiers. This structured approach specifies how to balance context and brevity, ensuring the new names are clear and consistent.

What's the best way to standardize code identifiers for team onboarding?

The best way to standardize code identifiers for onboarding is to apply the A/HC/LC naming pattern. It provides a structured set of documented guidelines that enforce concise, intuitive, and descriptive names across your codebase.

Can I use the A/HC/LC naming pattern for any programming language?

Yes, you can use the A/HC/LC naming pattern for any programming language. It is a language-agnostic convention designed to enforce clear, consistent naming across diverse codebases without relying on language-specific syntax.