What problem does it solve?
This Skill provides a reusable framework to automatically provision and configure consistent development workspaces across multiple projects, reducing setup time and configuration drift.
Core Features & Use Cases
- Template-based provisioning: Create standardized workspace scaffolds that can be cloned for new projects.
- RAG-backed routing: Semantic routing and resource discovery to guide setup decisions with vector search isolation.
- Modular components: Composed of agents, skills, and workflows that can be combined to automate complex pipelines.
- Use Case: Imagine a company spinning up ten new repos; this skill bootstraps each with a consistent environment, IAM scaffolding, and project templates.
Quick Start
Bootstrap a new development workspace by initializing a project template.
Run the script ./scripts/init-project.sh my-project to generate isolated scaffolding.
Customize defaults in config/base.yaml and config/local.yaml, and review .env.template for secrets.