What problem does it solve?
Rapidly creates or configures a repository with consistent project structure and ops tooling so developers avoid repetitive setup, misconfigured CI, and ad-hoc conventions that slow onboarding and increase maintenance costs.
Core Features & Use Cases
- Guided intake form: Collects all project preferences in a single interaction to minimize back-and-forth before making filesystem changes.
- Language-aware scaffolding: Initializes TypeScript (Bun/Node), Python, Rust, or Go projects with idiomatic testable entry points and package manager choices.
- Ops and quality tooling: Sets up git, .gitignore, licenses, pre-commit hooks (lefthook/native), formatters/linters, GitHub Actions CI workflows, and optional LLVM coverage for Rust.
- Dependency and multi-package support: Suggests and installs foundational dependencies, parses multi-package layouts, and produces README/CLAUDE.md documentation.
- Use Case: Turn a problem description like "build a CLI to fetch metrics" into a new repo with a testable skeleton, CI, lint/format config, and a recommended dependency list so work starts with a reproducible baseline.
Quick Start
Initialize a new TypeScript (Node.js) project here with pnpm, Vitest, Biome, GitHub Actions CI, and an MIT license.