Scaffold a new research project with standard directory structure, CLAUDE.md template, and documented README. Use this at the start of every new project to ensure consistent organization.
692e9faNew Project Scaffold Create a new research project folder with Scott's standard structure. This skill is invoked at the start of every project. What Gets Created Execution 1. Get the project name from the argument. If none provided, ask. Convert spaces to hyphens, lowercase 2. Determine location — default is current working directory. Confirm if unclear. 3. Create all directories: 4. Copy CLAUDE.md from : Replace with Update project name in the overview section 5. Generate README.md with:…
Full body not shown for this license – view the source on GitHub →Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/newproject · pinned to the source commit
# Run from your project root
git clone https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills.git .skillboard-tmp
git -C .skillboard-tmp checkout 692e9fa3fea40bbdf614584d461851f8fb968ac2
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/13-scunning1975-MixtapeTools/skills/newproject" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills.git .skillboard-tmp
git -C .skillboard-tmp checkout 692e9fa3fea40bbdf614584d461851f8fb968ac2
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/13-scunning1975-MixtapeTools/skills/newproject" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/newproject
Scanner static-checks@0.1.0 · commit 692e9fa3fea4. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.