golden-path-crud

Generate CRUD scaffolds for domain slices using the scaffold-crud.sh workflow.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jamesaphoenix/tx-agent-kit --skill golden-path-crud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golden-path-crud
Source: https://github.com/jamesaphoenix/tx-agent-kit/tree/main/.codex/skills/golden-path-crud
Command: npx skills add https://github.com/jamesaphoenix/tx-agent-kit --skill golden-path-crud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates generation of CRUD scaffolds for domain slices following the repository golden path, reducing boilerplate and ensuring consistency.

Core Features & Use Cases

  • CRUD scaffold generation for domain slices
  • Enforces invariants and project conventions in scaffolds
  • Use Case: quickly create domain CRUD layers for a new domain/entity

Quick Start

Run the scaffold-crud.sh script with domain and entity parameters to generate and apply the CRUD scaffolds.

Frequently Asked Questions about golden-path-crud

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

FAQPage Schema
How do I generate CRUD scaffolding for a new backend domain entity?

CRUD scaffold generation automates the creation of standardized Create, Read, Update, and Delete layers for new domain slices. It enforces invariants and domain boundaries while reducing manual boilerplate in backend services.

What is the repository golden path pattern for CRUD operations?

The repository golden path pattern enforces project conventions and domain boundaries during CRUD scaffold generation. It produces folder structures, templates, and integration hooks that align with standardized backend repository workflows.

Can I enforce domain invariants and boundaries when scaffolding CRUD layers?

Yes, the generated CRUD scaffolds enforce invariants and project conventions by aligning with the repository golden path. This ensures standardized domain boundaries are maintained across all generated Create, Read, Update, and Delete layers.

Do I need any external dependencies or frameworks to use the CRUD scaffolding script?

No external dependencies are required to run the CRUD scaffolding script. It operates independently using the included scripts component to generate folder structures, templates, and integration hooks for your backend domain slices.

What's the best way to standardize backend boilerplate across multiple domain slices?

The best way to standardize backend boilerplate is automating CRUD scaffold generation via the repository golden path. This produces consistent folder structures and templates, ensuring standardized Create, Read, Update, and Delete layers across all domain slices.