Naming conventions, file structure, and coding standards for Angular projects. Use when naming Angular files, organizing project structure, or following Angular style guide.
85
83%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
index.ts for public APIs only. No deep barrel imports within same feature — import directly. Wrong barrel placement breaks tree-shaking.kebab-case.type.tsappHighlight)truncate)HeroService)IUser/IHero. Name as nouns: User, Hero. The I-prefix is not recommended by Angular style guide.src/app/core/ (singletons and global state).src/app/shared/ (reusable UI and pipes).src/app/features/ (lazy-loaded). Folder depth ≤ 3 levels — no deeper nesting.computed() signal.User, not IUser.4c72e76
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.