OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add alfredoperez/angular-best-practices --skill angular-best-practices-primeng
PrimeNG best practices for Angular. Covers tree-shaking imports, lazy-loaded tables, and the Aura/Lara theme system with design tokens. Activates when working with primeng components. Do not use for Angular Material, Spartan UI, or other component libraries. Install alongside angular-best-practices for full coverage.
npx skills add alfredoperez/angular-best-practices --skill angular-best-practices-primeng
PrimeNG rules for component imports, table performance, and theming. Use with the core angular-best-practices skill for comprehensive Angular coverage.
| Rule | Impact | Description |
|---|---|---|
| Tree-Shake PrimeNG Imports | MEDIUM | Standalone component imports for smaller bundles |
| Use PrimeNG Table with Lazy Loading | HIGH | Server-side pagination for large datasets |
| Use PrimeNG Theme System | MEDIUM | Design tokens via providePrimeNG instead of CSS overrides |
Install from skills.sh/alfredoperez/angular-best-practices: