build-app

Generate ScalarDB schema, configuration, and service code from domain descriptions.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill build-app-wfukatsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-app
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/build-app
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill build-app-wfukatsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, gradle, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of building complete ScalarDB applications, including schema, configuration, service code, and a runnable scaffold, from a domain description.

Core Features & Use Cases

  • Automated Application Building: Generates schema, configuration, and service code based on a domain description.
  • Customization: Allows selection of interface combination and database backend.
  • Output Files: Generates build.gradle, configuration files, schema files, service classes, Docker Compose files, and README.

Quick Start

Use the /scalardb:build-app skill to generate a ScalarDB application for your domain description.

Frequently Asked Questions about build-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ScalarDB application development from a domain description?

You can automate ScalarDB application development by using a generation skill to transform domain descriptions into schema, configuration, and service code. It outputs a complete, runnable scaffold including build files and Docker Compose configurations.

What files are generated when building a ScalarDB application from a domain model?

Building a ScalarDB application generates schema files, configuration files, service classes, build.gradle, Docker Compose files, and a README. These outputs create a complete, runnable scaffold directly from your domain description.

Do I need Python and Gradle to generate and build ScalarDB service code?

Yes, you need Python and Gradle to generate and build ScalarDB service code. Python executes the generation scripts that create the scaffold, while Gradle compiles the generated service classes and manages database dependencies.

Can I customize the database backend and interface combination for my ScalarDB schema?

Yes, you can customize the database backend and interface combination for your ScalarDB schema. The generation process allows you to select various interface combinations and database backends to fit your specific application requirements.

How does domain-driven design map to database schema and service code in ScalarDB?

Domain-driven design maps to ScalarDB by translating domain descriptions directly into database schema and service code. This automated process ensures your application architecture accurately reflects the domain model without manual boilerplate coding.

What is the best way to scaffold a ScalarDB application without writing boilerplate code?

The best way to scaffold a ScalarDB application without boilerplate code is using an automated generation skill. It processes your domain description to instantly output schema, configuration, service classes, and Docker Compose files.