What problem does it solve?
Initialize and configure local tooling for TypeScript, Rust, and Python projects, including monorepos, so teams can standardize linting, formatting, type checking, testing, Git hooks, CI workflows, and publishing pipelines with minimal friction.
Core Features & Use Cases
- Tooling bootstrap across languages (linting, formatting, type checking, testing).
- Monorepo readiness with Nx + pnpm workspaces for multi-language repos.
- Git hooks integration (lefthook) and CI/CD templates, plus publishing pipelines.
Quick Start
Use the skill to bootstrap tooling in new or existing codebases:
- TypeScript Project: Automated setup: ./scripts/init_typescript.sh
- Rust Project: Manual setup (assets/configs in assets/)
- Python Project: uv-based setup (recommended)
- Monorepo: Nx + pnpm monorepo initialization: ./scripts/init_monorepo.sh or npx create-nx-workspace@latest my-monorepo
- See: references/typescript.md, references/rust.md, references/python.md and references/monorepo.md
- You can copy CI templates from assets/workflows/ to .github/workflows/