What problem does it solve? Setting up a new Java/Spring Boot microservice repository involves dozens of repetitive, error-prone decisions: build files, CI/CD pipelines, Helm charts, package structure, tests, and conventions. This Skill automates the entire bootstrap while keeping the developer in control through a structured interview. ## Core Features & Use Cases - Human-in-the-loop interview: Collects project metadata (repo name, base package, ports, registry, dependencies) and confirms a summary before generating any files. - Full repository generation: Produces Jenkinsfile, Dockerfile, pom.xml, Helm chart, package skeleton, application.yaml, README, .gitignore, CODEOWNERS, and test scaffolding by orchestrating 13 sub-skills (ci, cd, code-structure, exception-handling, unit-tests, and more). - Built-in validation: Runs Maven build, tests, and helm lint/template checks, then hands off with a summary of created files and manual next steps. - Use Case: A developer needs a new Kafka-consuming microservice. The Skill asks 16 questions, generates the repo with an external-client package, readiness health indicators, component tests, and a Helm chart, then validates everything compiles before hand-off. ## Quick Start Ask the agent to apply the create-repo skill to scaffold a new Spring Boot microservice and answer its interview questions about naming, packages, and dependencies.