Naming conventions, file structure, and coding standards for Angular projects. Use for Angular-specific naming and organization; defer language-only TypeScript naming questions.
68
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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.When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:
405cdd5
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.