πŸ”Œ

angular-plugin

πŸ”ŒPlugin

AratKruglik/claude-sdlc

Installation

Add marketplace in Claude Code:
$/plugin marketplace add AratKruglik/claude-sdlc
Step 2. Install plugin:
$/plugin install angular-plugin@sdlc-marketplace # Angular 18-21
VibeIndex|
What it does
|

Angular 18-21 SPA frontend stack provider (priority=200). Standalone + NgModule equally, signals + NgRx, typed Reactive Forms, Angular Router. Adds angular-architect agent (Sonnet/medium). Reuses TypeScript and npm skills from js-foundation.

πŸͺ

Part of

AratKruglik/claude-sdlc

0
-
AddedJul 25, 2026

More from this repository10

πŸ”Œ
spring-boot-pluginπŸ”ŒPlugin

Spring Boot backend stack provider (priority=150). Detects Spring Boot projects via spring-boot marker in any build file. Adds spring-boot-architect agent (Sonnet/medium) covering REST controllers, Spring Data JPA, Bean Validation, Spring Security, Flyway/Liquibase migrations, and @SpringBootTest/@WebMvcTest/@DataJpaTest test slices. Beats java-plugin (100) on the backend aspect for Spring projects. Reuses java-foundation skills.

πŸ”Œ
django-pluginπŸ”ŒPlugin

Django backend + database stack provider (priority=150). Detects manage.py or Django in pyproject.toml/requirements.txt. Provides django-architect (Sonnet/medium β€” views, DRF ViewSets, serializers, forms, URLconf, middleware, signals, model definitions, Django templates, DRF API contract for SPA frontends) and django-migrations-specialist (Sonnet/low β€” model field finalization, indexes/constraints, makemigrations, sqlmigrate review, migrate, verify) agents plus django-conventions and django-orm-patterns skills. Reuses python-foundation skills. Extra database phase after development.

πŸ”Œ
nestjs-pluginπŸ”ŒPlugin

NestJS opinionated backend stack provider. Adds nest-architect agent (Sonnet/medium) covering REST + ORM (TypeORM/Prisma/Mongoose) + GraphQL + WebSockets + Microservices. Reuses TypeScript and npm skills from js-foundation.

πŸ”Œ
aspnet-core-pluginπŸ”ŒPlugin

ASP.NET Core backend + database stack provider (priority=100). Detects projects via appsettings.json. Provides aspnet-core-architect (Sonnet/medium β€” Minimal API / MVC controllers, DTOs, FluentValidation, DI, Options pattern, authorization policies, HTTPS/HSTS, EF Core entity stubs, Program.cs composition) and efcore-specialist (Sonnet/low β€” entity Fluent API configuration, column types, indexes, unique constraints, cascade rules, migration generation and verification) agents plus aspnet-conventions and efcore-patterns skills. Reuses csharp-foundation skills. Extra database phase after development. Designs the API contract for SPA frontend plugins (vue/react).

πŸ”Œ
php-foundationπŸ”ŒPlugin

Shared PHP foundation skills for the SDLC marketplace. Contains stack-agnostic PHP conventions (php-conventions β€” readonly properties, enums, match, constructor promotion, strict_types, PSR-12), composer-tooling (PSR-4 autoloading, version constraints, scripts, platform requirements), and php-testing (PHPUnit + Pest structure, data providers, test doubles, fixtures, coverage). No agent, no stack profile β€” pure shared library. Referenced by laravel-plugin and symfony-plugin.

πŸ”Œ
java-pluginπŸ”ŒPlugin

Plain Java backend stack provider (priority=100). Detects any Maven or Gradle project (pom.xml / build.gradle / build.gradle.kts). Adds java-architect agent (Sonnet/medium) for plain Java libraries, CLI tools, and micro-services without a recognized web framework. Falls back gracefully when spring-boot-plugin (priority 150) matches instead. Reuses java-foundation skills.

πŸ”Œ
superpowersπŸ”ŒPlugin

Runtime dependency. Enables richer reasoning in BA (brainstorming), QA (test-driven-development), and all architect agents (verification-before-completion). Pipeline degrades gracefully without it.

πŸ”Œ
python-pluginπŸ”ŒPlugin

Plain Python backend stack provider (priority=100). Detects any Python project via pyproject.toml/requirements.txt/setup.py/Pipfile. Adds python-architect agent (Sonnet/medium) for libraries, CLI tools, scripts, data pipelines, and microservices without a recognized web framework. Falls back gracefully when django-plugin/fastapi-plugin/flask-plugin (priority 150) match instead. Adds python-app-conventions skill. Reuses python-foundation skills.

πŸ”Œ
frontend-designπŸ”ŒPlugin

Optional external dependency (official Anthropic). Design guidance for the frontend architects (react, vue, angular, react-native, inertia-*). Raw generation converges on generic AI aesthetics regardless of model tier β€” this is the fix for that, not a bigger model. Pipeline runs without it.

πŸ”Œ
java-foundationπŸ”ŒPlugin

Shared Java foundation skills for the SDLC marketplace. Contains stack-agnostic Java conventions (java-conventions β€” records, sealed types, Optional, streams), build-tooling (Maven/Gradle wrapper, BOM dependency management), and jvm-testing (JUnit 5, Mockito, AssertJ, Testcontainers). No agent, no stack profile β€” pure shared library. Referenced by java-plugin and spring-boot-plugin.