Skip to main content
Back to registry

angular-best-practices-v20

develite98/angular-best-practices

Comprehensive performance optimization guide for Angular 20+ applications with modern features like Signals, httpResource, signal inputs/outputs, @defer blocks, and native control flow syntax. Contains 35+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

Installs215
Install command
npx skills add https://github.com/develite98/angular-best-practices --skill angular-best-practices-v20
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykWARN
About this skill
Comprehensive performance optimization guide for Angular 20+ applications with modern features like Signals, httpResource, signal inputs/outputs, @defer blocks, and native control flow syntax. Contains 35+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: For the complete guide with all rules expanded: AGENTS.md - Writing new Angular 20+ components - Using Signals for reactive state (signal, computed, linkedSignal, effect) - Using httpResource/resource for data fetching - Using signal inputs/outputs instead of decorators - Implementing @defer for lazy loading - Using native control flow (@if, @for, @switch) - Implementing SSR with incremental hydration - Reviewing code for performance issues - Signals - Fine-grained reactivity (signal, computed, linkedSignal, effect) - httpResource - Signal-based HTTP with automatic loading states - Signal inputs/outputs - input(), output() replacing decorators - @defer - Template-level lazy loading with hydration triggers - @for / @if - Native control flow with required track - Standalone by default - No standalone: true needed - Host bindings - host object instead of @HostBinding decorators - Functional interceptors - Simpler HTTP interceptors - takeUntilDestroyed...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does angular-best-practices-v20 do?

Comprehensive performance optimization guide for Angular 20+ applications with modern features like Signals, httpResource, signal inputs/outputs, @defer blocks, and native control flow syntax. Contains 35+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

Is angular-best-practices-v20 good?

angular-best-practices-v20 does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does angular-best-practices-v20 work with?

angular-best-practices-v20 currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to angular-best-practices-v20?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install angular-best-practices-v20?

npx skills add https://github.com/develite98/angular-best-practices --skill angular-best-practices-v20

Related skills

Alternatives in Software Engineering