Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.
Angular Developer
Summary
Angular's official skill for generating idiomatic modern Angular — signals, resource and httpResource, forms, DI, routing, SSR, ARIA and CLI scaffolding.
Features
- Detects the project's Angular version before advising, since idioms differ by release
- Modern reactivity: signals, linkedSignal, resource and httpResource
- Scaffolds components, services, directives, pipes and routes via the Angular CLI
- Forms, dependency injection, routing and server-side rendering guidance
- Accessibility (ARIA), animations and styling including Tailwind CSS
- Runs ng build and fixes compilation errors before finishing
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
"Add a paginated users table to this Angular app using httpResource and signals, with keyboard-accessible sorting."
Description
angular-developer is published by the Angular team at Google and generated out of the main angular/angular repository, so it tracks the framework rather than trailing it. It exists because Angular's idioms have moved faster than the training data most agents rely on: standalone components, the signals-based reactivity model, linkedSignal, resource and httpResource are all recent enough that an unaided model will happily produce a NgModule-era answer that still compiles but is no longer how anyone writes Angular.
The skill opens with a rule that fixes most of that: analyse the project's Angular version before offering any guidance, because best practice genuinely differs between versions. From there it covers component and service generation, HTTP communication, reactivity with signals, forms, dependency injection, routing, server-side rendering, accessibility with ARIA, animations, styling (component styles and Tailwind CSS), testing, and CLI tooling — always scaffolding through the Angular CLI so file layout, naming and configuration stay consistent with the rest of the project.
It also closes the loop that agents most often skip: after generating code it runs ng build, reads the errors, and fixes them before handing back. That single step is the difference between generated Angular that compiles and generated Angular that merely looks right.
Companion skill. angular-new-app in the same repository handles greenfield project creation through the CLI with modern structural defaults.
MIT-licensed, maintained by Google as part of the Angular project, and usable from any Agent Skills-compatible harness including Gemini CLI, Antigravity, Claude Code and Cursor.
Related Skills
Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.
Microsoft's official skill that turns an agent into an Azure solution architect — 10 design principles, 6 architecture styles, 44 design patterns and a Well-Architected review workflow.