LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

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-20

Capabilities

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

Source

  • Spec: SKILL.md
bootstrap
scaffold
clean-architecture
docker
ci-cd
project-setup
Detect or confirm tech stack
Create Clean Architecture directory structure
Generate multi-stage Dockerfile
Generate docker-compose configuration
Target programming language and framework
Target project type
Target database option
Clean Architecture directory structure
Dockerfile and docker-compose.yml
GitHub Actions workflow file