What problem does it solve?
First-time Treadstone local development environment setup. Run once after cloning the repo and before starting any development. Covers system dependency installation, Python environment, Neon database connection, migrations, and environment verification. Use this skill when the user/agent just entered the project, needs to rebuild the environment, or encounters setup-related issues like missing dependencies, broken .env, or failed migrations.
Core Features & Use Cases
- System Dependencies verification and installation guidelines for macOS/Linux.
- Install repo dependencies and git hooks via make install.
- Configure Neon Serverless PostgreSQL for local API development.
- Apply database migrations and verify the environment.
- Optional: setup local Kubernetes cluster for sandbox development.
Quick Start
Run this skill after cloning the repo to initialize dependencies, Neon, migrations, and environment verification.