project-bootstrap
Installation
SKILL.md
Project Bootstrap
Automated setup skill for bootstrapping Claude Code in any project. Detects whether you're in a greenfield or brownfield project, identifies the tech stack, copies relevant skills from your skill library, and creates specialized engineer agents.
Configuration
This skill uses hardcoded paths for personal use:
- Skill Library:
C:\Users\coper\Documents\GitHub\agent-skills\skills - Unpack Destination:
.claude/skills/in the current project
Workflow
Phase 1: Project Detection
- Check if
.claude/exists (indicates brownfield with some setup) - Check for common project files:
package.json,pyproject.toml,go.mod,Cargo.toml, etc. - If no project files found → greenfield project
- If project files found → brownfield project