design
Comprehensive design-phase skill for the SDLC "Design" stage. Produces
concrete, implementation-ready artifacts: UI/UX layouts with TailwindCSS v4
(@theme directive, CSS-first configuration), SolidJS 1.9 component
architecture, data models with Flyway migration strategies, OpenAPI 3.1
API contracts, and security designs covering JWT/OAuth2, RBAC/ABAC, CORS,
and input validation (Zod/Valibot on the frontend, Micronaut validation on
the backend).
Trigger phrases: "design UI", "design API", "data model",
"component architecture", "design system", "API contract",
"security design", "ER diagram", "database schema", "REST API design",
"component tree", "state architecture", "layout design",
"pagination strategy", "error handling design".
Tech stack assumptions:
Frontend — Bun + TypeScript 5.8 (strict) + SolidJS 1.9 + SolidStart (SSG)
+ TailwindCSS 4.1 (CSS-first @theme) + Iconify-Solid
Backend — Java 21 (records, sealed interfaces, virtual threads,
pattern matching) + Micronaut 4.7
Repository SourceNeeds Review
implementation
Full-stack implementation skill for the "Implementation (Coding)" phase of the SDLC.
Provides complete project scaffolds, code generators, and convention audits for
SolidJS + SolidStart (frontend) and Micronaut (backend) projects.
Trigger phrases:
- "scaffold project"
- "create component"
- "implement feature"
- "generate code"
- "create API endpoint"
- "solidjs component"
- "micronaut controller"
- "add a route"
- "create service"
- "generate DTO"
- "scaffold frontend"
- "scaffold backend"
- "check code conventions"
Repository SourceNeeds Review
maintenance
Agentic skill for the "Maintenance & Evolution" phase of the SDLC. Handles
dependency updates, database migrations, tech debt reduction, security
patching, feature deprecation, and performance optimization for the full-stack
architecture.
Trigger phrases:
- "update dependencies"
- "database migration"
- "tech debt"
- "security patch"
- "deprecate feature"
- "optimize performance"
- "refactor"
Tech stack assumptions:
Frontend — Bun + TypeScript 5.8 (strict) + SolidJS 1.9 + SolidStart (SSG)
+ TailwindCSS 4.1 (CSS-first @theme) + Iconify-Solid
Backend — Java 21 (records, sealed interfaces, virtual threads,
pattern matching) + Micronaut 4.7 + Gradle Kotlin DSL
+ Flyway (database migration) + Shadow JAR
Repository SourceNeeds Review
build-release
Build & Release skill for the "Build & Release" phase of the SDLC.
Provides containerization, CI/CD pipeline generation, version management,
release automation, and deployment strategies for the full-stack architecture:
- **Frontend**: SolidJS SSG → Bun build → nginx:stable-alpine container
- **Backend**: Micronaut → Shadow JAR → Liberica CRaC container
Trigger phrases:
- "build container"
- "create dockerfile"
- "set up CI/CD"
- "deploy"
- "release version"
- "build pipeline"
- "containerize"
Repository SourceNeeds Review