Get Started
Everything you need to set up Skaro and start building with AI-assisted development.Introduction
What Skaro is, how it works, and why specifications belong in the repository.
Installation
Install via pip, pipx, uv, or from source. Python 3.11+ required.
Quickstart
Initialize a project, configure an LLM, and launch the dashboard in 2 minutes.
Core Concepts
Phases, constitution, artifacts, roles, milestones, and Definition of Done.
Configure & Use
skaro init
Initialize Skaro in a new or existing project. Two paths: manual or LLM-powered.
skaro config
Set up your LLM provider, model, and API key.
Web Dashboard
Tour of the dashboard where all development phases are executed.
LLM Providers
Anthropic, OpenAI, Groq, and Ollama — models, setup, and comparison.
Go Deeper
.skaro/ Directory
Complete map of all artifact files and what to commit to Git.
New Project Guide
Step-by-step walkthrough from an empty directory to your first completed task.