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-architect instead
  • Adding CI/CD to an existing project — use ci-cd-pipeline-builder instead
  • Dockerizing an existing project — use docker-patterns instead

Prerequisites

Installs
2
First Seen
Apr 5, 2026
project-bootstrap — roger-235/my_skill_repo