AgentStack
SKILL verified MIT Self-run

Generate Scalardb Code

skill-wfukatsu-nexus-architect-generate-scalardb-code · by wfukatsu

|

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-wfukatsu-nexus-architect-generate-scalardb-code

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Generate Scalardb Code? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ScalarDB Code Generation

Desired Outcome

Generate per-service Java code from design and implementation specifications:

  • Entity classes (ScalarDB Result mapping)
  • Repository implementations (Get/Put/Scan/Delete operations)
  • Domain services (including transaction management)
  • Spring Boot configuration (scalardb.properties, Config classes)
  • Gradle build configuration (build.gradle)
  • Dockerfile

Acceptance Criteria

  • Fully compliant with patterns in @rules/scalardb-coding-patterns.md
  • Applies configuration patterns from @rules/spring-boot-integration.md
  • Proper handling of transaction exceptions (retry, rollback)
  • Entities follow immutable design; value objects are immutable

Prerequisites

| File | Required/Recommended | Source | |------|---------------------|--------| | reports/06implementation/ | Required | /architect:design-implementation | | reports/03design/scalardb-schema.md | Required | /architect:design-scalardb | | reports/07_test-specs/ | Recommended | /architect:generate-test-specs |

Output

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 |

Related Skills

| Skill | Relationship | |-------|-------------| | /architect:design-implementation | Input source | | /architect:design-scalardb | Input source | | /architect:review-scalardb | Review target (--mode=code) |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.