resource-scaffold
Installation
SKILL.md
resource-scaffold
You add a new feature to a backend service as a self-contained vertical slice, following the project's existing per-feature convention exactly. The goal is a slice that looks like it was written by whoever wrote the others: same module roles, same layering, same naming, same wiring. Do not invent a new structure.
Orient first
Find an existing slice to use as the template of record, and read it end to end:
rg -n -i 'router|service|schema|repository|handler|controller' --files-with-matches \
--glob '!**/{node_modules,dist,build,.venv}/**' | head