angular-developer
v1.0.0Expert Angular v20 developer skill. Signals, Components, Templates, Directives, DI, Routing, Forms, HTTP Client, SSR/Hydration, Testing, i18n, Animations, Drag & Drop, and best practices — sourced from the official v20.angular.dev docs.
by SleestkMIT86updated 1 month ago
Source
git clone https://github.com/Sleestk/Skills-PipelineClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is Angular/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Expert Angular v20 developer skill. Covers Signals, Components, Templates, Directives, DI, Routing, Forms, HTTP Client, SSR/Hydration, Testing, i18n, Animations, Drag and Drop, and Best Practices (Style Guide, Security, Accessibility, Error Handling, Performance, Updates). Trigger on any mention of Angular, component, directive, signal, template, routing, guard, resolver, pipe, service, dependency injection, standalone, SSR, hydration, change detection, OnPush, zoneless, reactive forms, HttpClient, interceptor, i18n, CDK, drag-drop, or Angular CLI commands (ng generate, ng build, ng serve, ng test, ng update). Also trigger for angular.json, tsconfig, or Angular file conventions (.component.ts, .service.ts, .pipe.ts, .spec.ts). Even if the user just says "build this in Angular" or "why is my Angular app broken" — trigger immediately.
Manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "angular-developer",
"description": "Expert Angular v20 developer skill. Signals, Components, Templates, Directives, DI, Routing, Forms, HTTP Client, SSR/Hydration, Testing, i18n, Animations, Drag & Drop, and best practices — sourced from the official v20.angular.dev docs.",
"version": "1.0.0",
"author": {
"name": "Sleestk",
"url": "https://github.com/Sleestk"
},
"homepage": "https://github.com/Sleestk/Skills-Pipeline",
"repository": "https://github.com/Sleestk/Skills-Pipeline",
"license": "MIT",
"keywords": [
"angular",
"angular20",
"signals",
"components",
"typescript",
"frontend",
"ssr",
"reactive-forms"
]
}