# Project Setup

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

- Skill: `rtwsvj/project-setup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rtwsvj/project-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rtwsvj/project-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rtwsvj (https://skillmd.com/u/rtwsvj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rtwsvj/project-setup

---


# 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.

