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.

Installs
8
GitHub Stars
2
First Seen
Mar 6, 2026
init-project — giladresisi/ai-dev-env