project-create
Installation
SKILL.md
Project Create Skill
Purpose
Initialize new projects with complete setup, documentation structure, quality tools, and CI/CD pipeline.
Usage
/project-create <project-name>
Repository Setup
# Create project structure
mkdir -p <project-name>/{docs/{architecture,guides,implementation,PRD},src,tests,.github/workflows}
cd <project-name>