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>
Installs
2
GitHub Stars
24
First Seen
May 25, 2026
project-create — matteocervelli/llms