Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.
the-art-of-naming
star 20
Comprehensive naming convention guide for TypeScript and Angular applications. Covers casing rules (camelCase, PascalCase, UPPER_CASE), prefix conventions (I for interfaces, _ for private, T for generics), boolean naming, the S-I-D principle (Short, Intuitive, Descriptive), context duplication, and structured naming patterns (P/HC/LC for variables, A/HC/LC for functions). Use when writing, reviewing, or refactoring TypeScript code. Triggers on tasks involving naming, variables, functions, interfaces, or code style.
Install via CLI
npx skills add https://github.com/develite98/angular-best-practices --skill the-art-of-naming
Repository Details
star Stars
20
call_split Forks
5
navigation Branch
main
article Path
SKILL.md
More from Creator
develite98 Explore all skills →