backend-scaffolder
Installation
SKILL.md
Backend Scaffolder
Description
This skill automates the creation of backend "vertical slices". It generates the necessary files for a new resource (Route, Service, Test) and registers the route in the main application file.
Usage
To scaffold a new resource (e.g., "Reward"):
node .gemini/skills/backend-scaffolder/scripts/scaffold_backend.cjs reward
Parameters:
resourceName: The singular name of the resource (e.g., "reward", "chore").