Scaffold Module Gen

Use when the user wants to generate a new business module, page, or CRUD feature in an existing enterprise scaffold (backend or frontend) from a requirement description. Reads the target scaffold's Convention Pack (conventions + templates + validate command), generates code that matches the scaffold's layering/naming/permission conventions, then closes the loop by running the scaffold's compile/build command and self-repairing on failure. This is a dev-time codegen skill — it writes source files, it does NOT read runtime data (use project-data-reader for that).

wenjunduan fa85dbd 2.8 KB Updated

File contents

wenjunduan/rlues/tree/main/vibeCoding/codex/9.9.0/.codex/skills/scaffold-module-gen commit fa85dbd409

Frequently asked questions

npx skillmds@latest add wenjunduan/scaffold-module-gen