Skip to main content

← All sources

Angular Skills (AnalogJS) skills

Official Angular v20+ skills — signals, standalone components, modern DI patterns skills-hub.ai mirrors 10 skills from Angular Skills (AnalogJS) daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/analogjs/angular-skills

Installing a Angular Skills (AnalogJS) skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Angular Skills (AnalogJS) skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Angular Skills (AnalogJS) skills via API
curl https://skills-hub.ai/api/v1/skills?source=analogjs-angular

# Browse all sources
open https://skills-hub.ai/sources

Top Angular Skills (AnalogJS) skills

See all →

The most-installed skills from Angular Skills (AnalogJS), ranked by adoption.

  1. 01angular-tooling

    1 installs

    Use Angular CLI and development tools effectively in Angular v20+ projects. Use for project setup, code generation, building, testing, and configuration. Triggers on creating new projects, generating components/services/modules, configuring builds, running tests, or optimizing production builds. Don't use for Nx workspace commands, custom Webpack configurations, or non-Angular CLI build systems like Vite standalone or esbuild direct usage.

    Buildfrom Angular Skills (AnalogJS)
  2. 02angular-signals

    1 installs

    Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or implementing reactive data flows.

    Buildfrom Angular Skills (AnalogJS)
  3. 03angular-di

    1 installs

    Implement dependency injection in Angular v20+ using inject(), injection tokens, and provider configuration. Use for service architecture, providing dependencies at different levels, creating injectable tokens, and managing singleton vs scoped services. Triggers on service creation, configuring providers, using injection tokens, or understanding DI hierarchy.

    Buildfrom Angular Skills (AnalogJS)
  4. 04angular-forms

    1 installs

    Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields. Signal Forms are experimental but recommended for new Angular projects. Don't use for template-driven forms without signals or third-party form libraries like Formly or ngx-formly.

    Buildfrom Angular Skills (AnalogJS)
  5. 05angular-http

    Implement HTTP data fetching in Angular v20+ using resource(), httpResource(), and HttpClient. Use for API calls, data loading with signals, request/response handling, and interceptors. Triggers on data fetching, API integration, loading states, error handling, or converting Observable-based HTTP to signal-based patterns.

    Buildfrom Angular Skills (AnalogJS)
  6. 06angular-routing

    Implement routing in Angular v20+ applications with lazy loading, functional guards, resolvers, and route parameters. Use for navigation setup, protected routes, route-based data loading, and nested routing. Triggers on route configuration, adding authentication guards, implementing lazy loading, or reading route parameters with signals.

    Buildfrom Angular Skills (AnalogJS)
  7. 07angular-directives

    Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives that modify element behavior/appearance, structural directives for portals/overlays, and host directives for composition. Triggers on creating reusable DOM behaviors, extending element functionality, or composing behaviors across components. Note - use native @if/@for/@switch for control flow, not custom structural directives.

    Buildfrom Angular Skills (AnalogJS)
  8. 08angular-testing

    Write unit and integration tests for Angular v20+ applications using Vitest or Jasmine with TestBed and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking dependencies, or setting up test infrastructure. Don't use for E2E testing with Cypress or Playwright, or for testing non-Angular JavaScript/TypeScript code.

    Buildfrom Angular Skills (AnalogJS)
  9. 09angular-ssr

    Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration strategies, prerendering static pages, and handling browser-only APIs. Triggers on SSR configuration, fixing hydration mismatches, prerendering routes, or making code SSR-compatible.

    Buildfrom Angular Skills (AnalogJS)

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Apr 30, 2026, 10:13 PM (success).

Angular Skills (AnalogJS) skills — frequently asked

What are Angular Skills (AnalogJS) skills?

Angular Skills (AnalogJS) skills are AI coding skills published by Angular Skills (AnalogJS) (Official Angular v20+ skills — signals, standalone components, modern DI patterns) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Angular Skills (AnalogJS) skills are available?

skills-hub.ai indexes 10 skills from Angular Skills (AnalogJS), synced daily from the upstream GitHub repository (https://github.com/analogjs/angular-skills).

How do I install a Angular Skills (AnalogJS) skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Angular Skills (AnalogJS) skills?

Yes. Every skill from this source is mirrored from Angular Skills (AnalogJS)'s own GitHub repository (https://github.com/analogjs/angular-skills). Each skill page links back to the upstream source of truth, so you can verify the original.