project-scaffolder
SKILL.md
Project Scaffolder
Overview
This skill guides the process of setting up Claude Code infrastructure in a project. It handles stack detection, template selection, and file generation. Use this when setting up Claude Code for a new project or adding it to an existing codebase.
Quick Reference
| Stack | Detection Files | Primary Use |
|---|---|---|
| TypeScript | tsconfig.json, *.ts, *.tsx |
React/Node fullstack |
| Python | pyproject.toml, requirements.txt |
FastAPI/Django backend |
| Rust | Cargo.toml, *.rs |
Axum/Actix backend |