AratKruglik

109 mods across 2 repositories, 185 stars between them.

laravel-architect

97

AratKruglik/claude-sdlc

Agent

Laravel backend implementer (backend aspect). Replaces the vanilla developer on Laravel projects. Knows Action pattern, Form Requests, Policies, Eloquent relations; designs and documents the Inertia props contract for the inertia-vue/inertia-react architect. Do NOT use for: pure database work (artisan-specialist)…

31 28d ago A 102 tokens original MIT

eloquent-patterns

98

AratKruglik/claude-sdlc

Skill Claude CodeCodex

Eloquent ORM best practices: query builders, scopes, relations, N+1 prevention, batch operations, soft deletes, model events, raw queries when needed. Apply when: writing or reviewing Eloquent queries and model interactions. Activated automatically by laravel-plugin/stack.md as a convention skill for the development…

31 28d ago A 68 tokens original MIT

laravel-conventions

99

AratKruglik/claude-sdlc

Skill Claude CodeCodex

Consolidated Laravel project conventions: Action pattern, Form Requests, Policies, routing, Inertia integration, code style. Apply when: writing or reviewing Laravel backend code (controllers, actions, requests, policies, providers). Activated automatically by laravel-plugin/stack.md as a convention skill for the…

31 28d ago A 67 tokens original MIT

nestjs-plugin

100

AratKruglik/claude-sdlc

Plugin Claude Code

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.

31 28d ago A tokens not measured original MIT

nest-architect

101

AratKruglik/claude-sdlc

Agent

NestJS opinionated backend implementer. Replaces vanilla developer/node-architect for projects with @nestjs/core. Knows modules, controllers, services, DI, guards/interceptors/pipes/filters, DTOs with class-validator, ORM (TypeORM/Prisma/Mongoose), GraphQL, WebSockets, microservices. Do NOT use for: plain Node.js…

31 28d ago A 117 tokens original MIT

decorator-patterns

102

AratKruglik/claude-sdlc

Skill Claude CodeCodex

NestJS decorator usage: built-in route/param/class decorators, custom decorators via createParamDecorator and SetMetadata, metadata reflection via Reflector. Apply when designing controllers, guards, interceptors, or custom decorators. Use this skill to: Pick the right built-in decorator for routes, params, and DI.…

31 28d ago A 166 tokens original MIT

nest-advanced

103

AratKruglik/claude-sdlc

Skill Claude CodeCodex

GraphQL, WebSockets, and microservices patterns for NestJS. Apply only when the relevant package is in dependencies (@nestjs/graphql, @nestjs/websockets, @nestjs/microservices). Each section is orientation, not exhaustive — defer to NestJS docs for deep dives. Use this skill to: Wire a GraphQL resolver (code-first)…

31 28d ago A 158 tokens original MIT

nest-conventions

104

AratKruglik/claude-sdlc

Skill Claude CodeCodex

NestJS module structure, dependency injection, lifecycle, configuration, exception handling, and logging conventions. Apply when implementing or modifying NestJS backend code. Use this skill to: Structure feature modules (one feature = one module). Wire DI correctly (constructor injection, scopes, custom tokens). Set…

31 28d ago A 147 tokens original MIT

nest-data-layer

105

AratKruglik/claude-sdlc

Skill Claude CodeCodex

ORM patterns for NestJS: TypeORM, Prisma, Mongoose. Covers entities, repositories, transactions, migrations, common pitfalls (N+1, cascade deletes, transaction boundaries). Use this skill to: Detect which ORM the project uses and apply matching patterns. Define entities/schemas with the right decorators. Inject…

31 28d ago A 137 tokens original MIT

nest-testing

106

AratKruglik/claude-sdlc

Skill Claude CodeCodex

NestJS testing patterns: Test.createTestingModule for unit/integration, mocking providers, e2e tests with INestApplication + supertest, ORM mocking (TypeORM/Prisma/Mongoose), test fixtures. Use this skill to: Write unit tests for services with mocked dependencies. Write integration tests with real DI but mocked…

31 28d ago A 141 tokens original MIT

nextjs-plugin

107

AratKruglik/claude-sdlc

Plugin Claude Code

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.

31 28d ago A tokens not measured original MIT

nextjs-architect

108

AratKruglik/claude-sdlc

Agent

Next.js full-stack implementer. Replaces vanilla developer/node-architect/nest-architect/react-architect when next is in dependencies. Multi-aspect ownership — covers BOTH backend (Route Handlers, Server Actions, middleware) AND frontend (App Router, React Server Components, Client Components, Suspense, metadata). Do…

31 28d ago A 131 tokens original MIT

nextjs-conventions

109

AratKruglik/claude-sdlc

Skill Claude CodeCodex

Next.js project structure, App Router conventions, file-based routing primitives, layouts, error boundaries, metadata, image and font optimization, configuration. Apply when implementing or modifying Next.js features. Use this skill to: Pick the correct file convention…

31 28d ago A 162 tokens original MIT