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

  1. Read references/script-contract.md if the request is about flags, safety guarantees, or namespace behavior.
  2. Run:
node .agents/skills/config-project-fullstack/scripts/create-project.js [--namespace @scope] [--force-clean]
  1. 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.
  2. Prefer --namespace @scope when the user wants all workspace packages renamed to the same npm scope.
  3. Prefer --force-clean only when the current directory already contains a workspace created by this skill and the user clearly wants that generated structure recreated from zero.
  4. After the script finishes, verify the resulting workspace paths in the current directory and report what was created.

Behavior

Installs
1
First Seen
Jun 23, 2026
config-project-fullstack — ricardolv/nest-ai-plugins