project-bootstrap
Installation
SKILL.md
Purpose
Eliminate the "blank repo paralysis" and inconsistent project setups across teams. One skill invocation produces a consistent, production-ready skeleton with all cross-cutting concerns already wired: CI/CD, Docker, linting, testing, health checks, logging, and security defaults.
Trigger
Apply when:
- "bootstrap project", "scaffold new project", "create project from scratch", "建立新專案"
- "new [framework] project", "initialize codebase", "start a [language] project"
- Empty or near-empty directory with no established structure
Do NOT trigger for:
- Migrating an existing project structure — use
migration-architectinstead - Adding CI/CD to an existing project — use
ci-cd-pipeline-builderinstead - Dockerizing an existing project — use
docker-patternsinstead