project-bootstrap - Scaffold production-ready project skeletons from scratch.
Scaffolds project skeletons with Clean Architecture, Docker, CI/CD workflows, linting, pre-commit hooks, and test infrastructure.
Tags
Updated: 2026-09-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Detect or confirm tech stack
- Create Clean Architecture directory structure
- Generate multi-stage Dockerfile
- Generate docker-compose configuration
- Create health check endpoint
- Generate CI/CD pipeline workflow
- Configure pre-commit hooks
Inputs
- Target programming language and framework
- Target project type
- Target database option
- Target project root directory
Outputs
- Clean Architecture directory structure
- Dockerfile and docker-compose.yml
- GitHub Actions workflow file
- Environment variable example file
- Pre-commit configuration file
- Initial git commit
Requirements
- Target working directory as root
- Git version control tool
- Supported language runtime or framework
