From product
Generates Spring Boot + ScalarDB Java entity, repository, domain service, and configuration code from design specifications. Invoked via /architect:generate-scalardb-code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product:generate-scalardb-codeopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate per-service Java code from design and implementation specifications:
Generate per-service Java code from design and implementation specifications:
| File | Required/Recommended | Source |
|---|---|---|
| reports/06_implementation/ | Required | /architect:design-implementation |
| reports/03_design/scalardb-schema.md | Required | /architect:design-scalardb |
| reports/07_test-specs/ | Recommended | /architect:generate-test-specs |
Write all reports in the language configured in work/pipeline-progress.json (options.output_language).
| File | Content |
|---|---|
generated/{service}/src/main/java/ | Java source code |
generated/{service}/build.gradle | Build configuration |
generated/{service}/Dockerfile | Container definition |
generated/{service}/scalardb.properties | ScalarDB configuration |
| Skill | Relationship |
|---|---|
| /architect:design-implementation | Input source |
| /architect:design-scalardb | Input source |
| /architect:review-scalardb | Review target (--mode=code) |
npx claudepluginhub wfukatsu/nexus-architect --plugin scalardbGenerates a complete ScalarDB application from a domain description including schema, config, Java service code, and runnable scaffold with docker-compose.
Scaffolds a new Spring Boot project from scratch with Maven/Gradle build, package structure, config files, starter entity CRUD feature, and tests using Testcontainers. Use for bootstrapping services or apps.
Generates Spring Boot 3.x configurations, REST controllers, Spring Security 6 auth, Spring Data JPA or MyBatis-Plus data access, and reactive WebFlux endpoints. Use for microservices, Java REST APIs, or reactive Java apps.