setup-dev-environment
Installation
SKILL.md
Setup Dev Environment Skill
Use this skill when initializing or resetting the development environment.
When to Use
- First time setting up the project after cloning
- After pulling major changes that affect dependencies or database schema
- When the local environment is in a broken state and needs a fresh start
- When switching between branches with different dependency requirements
Prerequisites
- Docker and Docker Compose installed
- Go toolchain installed
.envfile configured (see README for required values)