config-project-fullstack
Installation
SKILL.md
Config Project Fullstack
Use the script at scripts/create-project.js instead of replaying the scaffold steps manually.
Workflow
- Read
references/script-contract.mdif the request is about flags, safety guarantees, or namespace behavior. - Run:
node .agents/skills/config-project-fullstack/scripts/create-project.js [--namespace @scope] [--force-clean]
- Always run the script from the folder that should become the project root. The final project must be created in the current directory, not in a sibling or nested destination folder.
- Prefer
--namespace @scopewhen the user wants all workspace packages renamed to the same npm scope. - Prefer
--force-cleanonly when the current directory already contains a workspace created by this skill and the user clearly wants that generated structure recreated from zero. - After the script finishes, verify the resulting workspace paths in the current directory and report what was created.