Project Setup

Set up and clean a Node and Python project with standard commands. Use when bootstrapping a development environment.

rtwsvj 24c9150 410 B Updated

File contents

Project Setup

Install dependencies with pip install -r requirements.txt and npm install.

Clean local build artifacts when needed: rm -rf node_modules dist.

These commands only touch the current project; review any script before running it.

rtwsvj/skill-switch/tree/main/tests/fixtures/skills-benign/project-setup commit 24c9150137

Frequently asked questions

npx skillmds@latest add rtwsvj/project-setup