Newproject banner
scunning1975 scunning1975

Newproject

Documentation community

Description

--- name: newproject description: Scaffold a new research project with standard structure, CLAUDE.md, and documented README. Use at the start of every new project. allowed-tools: Bash(mkdir*), Bash(cp*), Write, Read argument-hint: [project-name] --- # New Project Scaffold Create a new research project folder with Scott's standard structure. ## Usage ``` /newproject craigslist-media-bias ``` ## What Gets Created ``` [project-name]/ ├── CLAUDE.md # Permanent research rules (copi

Installation

Installs to ~/.claude/commands/scunning1975-mixtapetools-newproject.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/scunning1975/MixtapeTools/HEAD/.claude/commands/newproject.md -o ~/.claude/commands/scunning1975-mixtapetools-newproject.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository