.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/loiane/specs-driven-development-spring-angular
home/skills/loiane/specs-driven-development-spring-angular
loiane avatar

loiane/specs-driven-development-spring-angular

24 skills

View on GitHub
$npx skills add loiane/specs-driven-development-spring-angular
SkillInstalls
adr-authoringAuthor MADR-style Architecture Decision Records under `.specs/<feature-id>/adr/`.—angular-developerGenerates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity…—angular-new-appCreates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important…—archunit-rulesEncode architecture invariants as ArchUnit rules. Use when defining or reviewing layer boundaries, package dependencies, naming conventions, or cross-module…—brownfield-onboardingOnboard an existing Spring codebase into the spec-driven workflow without blocking day one.—clarity-over-clevernessApply clarity-over-cleverness rewrites — prefer code a junior engineer can read at a glance over compact-but-clever code.—ears-spec-authoringAuthor acceptance criteria using EARS-lite shapes with stable AC-NNN IDs and explicit Q-NNN open questions.—epic-slicing-planningPlan large features by defining high-level Epic architecture and a vertical slice roadmap before detailed implementation tasks.—flyway-or-liquibase-detectionAuto-detect the project's DB migration tool and follow its conventions. Never use both. Use when designing or writing a schema change.—harness-report-parsingParse harness output (Surefire/Failsafe XML, JaCoCo XML, PIT XML, Checkstyle/SpotBugs XML, OpenAPI diff JSON, dependency-check JSON) into a single structured…—issue-tracker-ingestionPull issue/PR/ticket details from Jira, GitHub Issues, Linear, or Azure Boards via MCP into `01-spec.md` `## Source`.—jacoco-coverage-policyJaCoCo configuration and policy enforcement — 90% line+branch floor, 95% target, 95% on new code.—junit5-testcontainers-patternsJUnit 5 + Spring Boot 4 test slice patterns and Testcontainers integration test patterns with `@ServiceConnection`.—maven-harness-pomReference Maven POM fragments for the full harness — Spotless, Checkstyle, SpotBugs, Error Prone, JaCoCo, PIT, OpenAPI generator + diff, OWASP dependency…—openapi-contract-firstContract-first OpenAPI workflow — author or update the spec, run the diff gate, regenerate types, write the controller.—performance-optimizationSpring Boot 4 / JVM performance work — measure first, then fix.—pit-mutation-tuningConfigure and interpret PIT mutation testing scoped to changed code.—requirements-traceabilityBuild and verify the AC ↔ tasks ↔ tests ↔ code symbols ↔ gates traceability matrix in `07a-traceability.md`.—shipping-and-launchPre-deploy hygiene for a Spring Boot 4 feature — verify gates, capture rollback plan, sign off observability, generate release notes, and stage the rollout.—spring-boot-4-conventionsSpring Framework 7 / Spring Boot 4 idioms and defaults. Use when writing or reviewing controllers, services, configuration, HTTP clients, async/virtual-thread…—spring-code-review-rubricPre-commit code review rubric for Spring Boot 4 changes. Used by `spring-code-reviewer` to produce `08-code-review.md` before any commit.—spring-security-baselineMinimum Spring Security 7 configuration patterns and review baseline.—spring-task-decompositionDecompose a Spring Boot 4 design into 1–4 hour TDD-shaped tasks with stable IDs, AC traceability, files-in-scope, and per-task gates.—tdd-red-green-refactorStrict red/green/refactor/simplify discipline for the `/build <task-id>` command. Use when implementing any task in Phase 4.—