Loading...
Loading...
Creates new rule files and library skills following project conventions, prefix-to-section mapping, and template standards.
npx skill4agent add alfredoperez/angular-best-practices rule-creatormaterial-imports.mdmaterialpackages/angular-best-practices-build/src/config.tssectionMaprules/test-*rules/testing/a11y-*ui-*loading-*dialogs-*theming-*rules/ui/http-*mapper-*rules/data/ts-*rules/typescript/opt-*bundle-*async-*rules/optimization/arch-*rules/core/rules/angular/rules/_template.mdrules-reviewerSECTION_TITLESpackages/angular-best-practices-build/src/config.tssectionMapSECTION_TITLESSECTION_IMPACTSOPTIONAL_SKILLSrules/_sections.mdskills/<skill-name>/SKILL.mdrules/angular/npm run build| Prefix | Section | Title |
|---|---|---|
| 1 | Eliminating Waterfalls |
| 2 | Bundle Optimization |
| 3 | JavaScript Performance |
| 4 | TypeScript Best Practices |
| 5 | Signals & Reactivity |
| 6 | Component Patterns |
| 7 | RxJS Patterns |
| 8 | Change Detection |
| 9 | Template Optimization |
| 10 | SSR & Hydration |
| 11 | Forms |
| 12 | NgRx State Management |
| 13 | SignalStore |
| 14 | TanStack Query |
| 15 | Architecture |
| 16 | Testing |
| 17 | Infrastructure |
| 18 | UI & Accessibility |
| 19 | Data Handling |
| 20 | Angular Material |
| 21 | PrimeNG |
| 22 | Spartan UI |
| 23 | Internationalization |
| Subdirectory | Prefixes |
|---|---|
| signal, component, rxjs, cd, template, ssr, form, ngrx, signalstore, tanstack, material, primeng, spartan, transloco |
| test |
| ui, a11y, loading, dialogs, theming |
| ts |
| opt, bundle, async, performance |
| arch, core, di, error-handling, observability, pattern, routing, security |
| http, mapper |
---
title: Verb + Subject
impact: MEDIUM
impactDescription: Brief metric (e.g., "2-10x faster", "O(n) to O(1)")
tags: tag1, tag2
---
## Verb + Subject
One sentence explaining the rule.
**Incorrect:**
\`\`\`typescript
// 3-5 lines max
\`\`\`
**Correct:**
\`\`\`typescript
// 3-5 lines max
\`\`\`npm run build # Regenerate all AGENTS.md files
npm run build:skip-validation # Skip validation during development