cabloy-backend-scaffold

Guide Cabloy backend scaffolding and completion workflows via Vona CLI.

970|131|Updated Jan 14, 2018
One-click install
npx skills add https://github.com/cabloy/cabloy --skill cabloy-backend-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cabloy-backend-scaffold
Source: https://github.com/cabloy/cabloy/tree/main/.claude/skills/cabloy-backend-scaffold
Command: npx skills add https://github.com/cabloy/cabloy --skill cabloy-backend-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers avoid incomplete or incorrect Cabloy backend scaffolding by guiding them through the right Vona generation path and required follow-up checks.

Core Features & Use Cases

  • Vona Scaffold Guidance: Selects the appropriate backend generation approach for modules, beans, controllers, services, models, entities, DTOs, tests, and CRUD workflows.
  • Backend Completion Review: Ensures generated features are followed by checks for migrations, metadata versions, field indexes, validation, DTO/OpenAPI contracts, and testing.
  • Use Case: When adding an invoice or order backend feature in Cabloy, use this Skill to determine whether to use a CRUD generator or individual create commands and to verify all backend layers are complete.

Quick Start

Ask the skill to guide the creation of a new Cabloy backend feature and provide the correct Vona generation path plus the required follow-up checklist.

Frequently Asked Questions about cabloy-backend-scaffold

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

FAQPage Schema
How do I scaffold a Cabloy backend feature with the correct Vona generation path?

To scaffold a Cabloy backend feature, select the appropriate Vona CLI generation path for modules, beans, controllers, services, models, entities, DTOs, and tests. The workflow guides you through choosing between CRUD generators and individual create commands.

What backend checks are required after generating Cabloy Vona features?

Required backend checks after generating Cabloy Vona features include reviewing migrations, metadata versions, field indexes, validation rules, DTO and OpenAPI contracts, and testing. These completion reviews ensure reliable feature delivery across all backend layers.

When should I use a CRUD generator versus individual create commands for Cabloy backend scaffolding?

Use a CRUD generator for Cabloy backend scaffolding when adding complete features like invoices or orders, and use individual create commands for specific components like beans, controllers, or services. The workflow selects the correct generation path based on your task scope.

Does Cabloy backend scaffolding support TypeScript API contracts and DTO validation?

Cabloy backend scaffolding supports TypeScript API contracts and DTO validation through guided Vona generation paths. The workflow includes backend contract review for DTOs, OpenAPI contracts, and validation rules to ensure type-safe feature delivery.

What is the best way to handle database migrations when scaffolding Cabloy backend modules?

The best way to handle database migrations when scaffolding Cabloy backend modules is to follow the Vona workflow's persistence checks. This ensures generated features include proper migration files, metadata versions, and field indexes for reliable database schema management.

Why does my Cabloy backend feature fail verification after scaffolding?

Cabloy backend features fail verification when scaffolding skips required completion steps like migrations, validation, DTO contracts, or tests. The workflow provides verification guidance and a follow-up checklist to ensure all backend layers are complete and functional.