Naming conventions, file structure, and coding standards for Angular projects. Use when naming Angular files, organizing project structure, or following Angular style guide. (triggers: angular style, naming convention, file structure, angular-style-guide)
90
87%
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.19a1140
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.