init-project
Installation
SKILL.md
Initialize Project
Run the following commands to set up and start the project locally:
1. Create Environment File
cp .env.example .env
Creates your local environment configuration from the example template.
2. Install Dependencies
uv sync
Installs all Python packages defined in pyproject.toml.