AratKruglik/claude-sdlc

Claude Code SDLC marketplace and plugins for different tech stacks

32Stars on the repository
122Mods indexed here, across every type
29d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

sdlc-marketplace

01

AratKruglik/claude-sdlc

Plugin Claude Code

Lists 14 plugins

Multi-stack AI-assisted SDLC pipelines for Claude Code. Stack Provider Pattern: core owns the pipeline, framework plugins register themselves via stack.md profiles.

not rated 32 29d ago A tokens not measured original MIT

angular-plugin

02

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 5 skills, 1 agent, 1 hook · 1,041 tokens together

Angular 18-21 SPA frontend stack provider for SDLC marketplace. Standalone components + NgModule equally, signals + services + NgRx (Store/Component Store/Signals), Reactive Forms (typed), Angular Router with functional guards, TestBed + component harnesses + Angular Testing Library. Modern era (signal-first, control…

not rated 32 29d ago A tokens not measured original MIT

aspnet-core-plugin

03

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 2 skills, 2 agents · 731 tokens together

ASP.NET Core backend + database stack provider (priority=100, detects appsettings.json). Provides aspnet-core-architect (Sonnet/medium — Minimal API / MVC, DTOs, FluentValidation, DI, Options, authorization, HTTPS/HSTS, EF Core stubs) and efcore-specialist (Sonnet/low — Fluent API config, migrations, indexes). Adds…

not rated 32 29d ago A tokens not measured original MIT

csharp-foundation

04

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 3 skills · 696 tokens together

Shared C#/.NET foundation skills for the SDLC marketplace. Contains stack-agnostic conventions: csharp-conventions (modern C# idioms — nullable reference types, records, pattern matching, async/await, IDisposable, naming), dotnet-tooling (dotnet CLI, NuGet, csproj/sln, central package management, dotnet format) and…

not rated 32 29d ago A tokens not measured original MIT

django-plugin

05

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 2 skills, 2 agents · 614 tokens together

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) and django-migrations.

not rated 32 29d ago A tokens not measured original MIT

fastapi-plugin

06

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 2 skills, 2 agents · 661 tokens together

FastAPI backend + database stack provider (priority=150). Detects fastapi in pyproject.toml/requirements.txt. Provides fastapi-architect (Sonnet/medium — APIRouter, Pydantic v2 schemas, Depends injection, async endpoints, OAuth2/JWT, OpenAPI, SQLAlchemy model stubs, API contract for SPA frontends) and…

not rated 32 29d ago A tokens not measured original MIT

flask-plugin

07

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 1 skill, 2 agents · 433 tokens together

Flask backend + database stack provider (priority=150). Detects Flask in pyproject.toml/requirements.txt. Provides flask-architect (Sonnet/medium — app factory, Blueprints, views, Flask-Login/JWT auth, Jinja2 templates or JSON API, Marshmallow/WTForms validation, SQLAlchemy model definitions) and…

not rated 32 29d ago A tokens not measured original MIT

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 1 agent · 138 tokens together

Inertia.js + React frontend stack provider for Laravel SDLC marketplace. Detects @inertiajs/react adapter (priority=175, beats generic react-plugin at 150). Server-driven Inertia pages, useForm, usePage, shared props — no client-side React Router.

not rated 32 29d ago A tokens not measured original MIT

inertia-vue-plugin

09

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 1 agent · 150 tokens together

Inertia.js + Vue 3 frontend stack provider for Laravel SDLC marketplace. Detects @inertiajs/vue3 adapter (priority=175, beats generic vue-plugin at 150). Server-driven Inertia pages, useForm, usePage, shared props — no client-side router.

not rated 32 29d ago A tokens not measured copy · 86% MIT

java-foundation

10

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 3 skills · 512 tokens together

Shared Java foundation skills for the SDLC marketplace. Contains stack-agnostic conventions: java-conventions (modern Java idioms — records, sealed types, Optional, streams, immutability, null discipline), build-tooling (Maven vs Gradle detection, wrappers, dependency/BOM management, semver) and jvm-testing (JUnit 5…

not rated 32 29d ago A tokens not measured original MIT

java-plugin

11

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 1 agent · 107 tokens together

Plain Java backend stack provider for the SDLC marketplace (priority=100). Detects any Maven or Gradle project and registers a java-architect agent (Sonnet/medium) as the development-phase backend implementer. Handles CLI tools, libraries, plain services without a web framework. Falls back gracefully to this plugin…

not rated 32 29d ago A tokens not measured original MIT

js-foundation

12

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 2 skills · 354 tokens together

Shared JavaScript/TypeScript foundation skills for the SDLC marketplace. Contains stack-agnostic conventions: typescript-patterns (strict TS, branded types, validation at boundary, no-any) and npm-patterns (package manager detection, semver, scripts, lockfile hygiene). Referenced cross-plugin by every JS/TS framework…

not rated 32 29d ago A tokens not measured original MIT

laravel-plugin

13

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 2 skills, 2 agents · 317 tokens together

Laravel + Inertia + Vue stack provider for the SDLC marketplace. Registers the Laravel profile via stack.md; substitutes laravel-architect for the development phase and adds an artisan-specialist agent for an extra database phase. Includes laravel-conventions and eloquent-patterns skills, reuses php-foundation shared…

not rated 32 29d ago A tokens not measured original MIT

nestjs-plugin

14

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 5 skills, 1 agent · 866 tokens together

NestJS opinionated backend stack provider for SDLC marketplace. Replaces nodejs-plugin for projects with @nestjs/core. Covers REST + ORM (TypeORM/Prisma/Mongoose) + GraphQL + WebSockets + Microservices. Reuses TypeScript and npm skills from nodejs-plugin.

not rated 32 29d ago A tokens not measured original MIT

nextjs-plugin

15

AratKruglik/claude-sdlc

Plugin Claude Code

Bundles 1 skill, 1 agent · 293 tokens together

Next.js full-stack React framework stack provider for SDLC marketplace. Multi-aspect ownership (backend + frontend). App Router, Server Components, Server Actions, Route Handlers, ISR/SSG/SSR. Reuses TypeScript and npm skills from nodejs-plugin.

not rated 32 29d ago A tokens not measured original MIT

nodejs-plugin

16

AratKruglik/claude-sdlc

Plugin Claude Code

Node.js backend stack provider for SDLC marketplace. Adds node-architect agent and node-conventions skill for Express/Fastify/Koa/plain Node.js projects. Reuses TypeScript and npm skills from js-foundation. Composes with frontend plugins (react, vue, angular) via aspect resolution.

not rated 32 29d ago A tokens not measured MIT

php-foundation

17

AratKruglik/claude-sdlc

Plugin Claude Code

Shared PHP foundation skills for the SDLC marketplace. Contains stack-agnostic conventions: php-conventions (modern PHP 8.x idioms — readonly properties, enums, match, constructor promotion, stricttypes, PSR-12), composer-tooling (PSR-4 autoloading, version constraints, scripts, platform requirements) and php-testing.

not rated 32 29d ago A tokens not measured MIT

python-foundation

18

AratKruglik/claude-sdlc

Plugin Claude Code

Shared Python foundation skills for the SDLC marketplace. Contains stack-agnostic Python conventions (python-conventions — type hints, dataclasses, match, pathlib, enums, context managers, PEP 8, strict typing), python-tooling (pyproject.toml as source of truth, pip/Poetry/uv/pipenv, venv, lockfiles, ruff lint+format.

not rated 32 29d ago A tokens not measured MIT

python-plugin

19

AratKruglik/claude-sdlc

Plugin Claude Code

Plain Python backend stack provider (priority=100, detects pyproject.toml/requirements.txt/setup.py/Pipfile). Handles Python libraries, CLI tools, scripts, data pipelines, and microservices without a recognized web framework. Adds python-architect agent (Sonnet/medium) and python-app-conventions skill. Falls back…

not rated 32 29d ago A tokens not measured MIT

react-native-plugin

20

AratKruglik/claude-sdlc

Plugin Claude Code

React Native mobile stack provider for SDLC marketplace. Covers both Expo (managed/dev-client) and bare workflows. Navigation (React Navigation v7 + Expo Router), platform-specific code, native storage (AsyncStorage/MMKV/SecureStore/Keychain), Jest + RTL Native testing with optional Detox/Maestro e2e. Highest frontend.

not rated 32 29d ago A tokens not measured MIT

react-plugin

21

AratKruglik/claude-sdlc

Plugin Claude Code

React SPA frontend stack provider for SDLC marketplace. Components, hooks, state management, routing, forms, testing. Composes with backend plugins (nodejs/nestjs/laravel) via aspect resolution. Loses to higher-priority frameworks (nextjs, react-native) on their respective project types.

not rated 32 29d ago A tokens not measured MIT

sdlc

22

AratKruglik/claude-sdlc

Plugin Claude Code

Universal SDLC orchestrator with stack provider auto-discovery. Owns the pipeline; framework plugins register themselves via stack.md profiles. Git-flow aware: detects the project's branching model and branch-naming convention, classifies the task type, proposes a branch, and targets the PR at the right base. Includes.

not rated 32 29d ago A tokens not measured MIT

spring-boot-plugin

23

AratKruglik/claude-sdlc

Plugin Claude Code

Spring Boot backend stack provider for the SDLC marketplace (priority=150). Detects Spring Boot projects via pom.xml / build.gradle / build.gradle.kts and registers spring-boot-architect (Sonnet/medium) as the development-phase backend implementer. Covers REST controllers, Spring Data JPA, Bean Validation, Spring…

not rated 32 29d ago A tokens not measured MIT

symfony-plugin

24

AratKruglik/claude-sdlc

Plugin Claude Code

Symfony backend + database stack provider for the SDLC marketplace. Registers the Symfony profile via stack.md (priority=100, detects symfony/framework-bundle); substitutes symfony-architect for the development phase and adds a doctrine-specialist agent for an extra database phase. Includes symfony-conventions and…

not rated 32 29d ago A tokens not measured MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: