Skip to main content

AI-powered SDLC orchestration platform

Project description

Moon Image credit: NASA


Skaro

Skaro

The open-source spec-driven workspace
for software development with AI

GitHub Release GitHub License GitHub Repo stars

Website · Documentation · PyPI · Telegram · Discord

Иллюстрация к проекту

What is Skaro?


Skaro is positioned as a tool where the developer remains the architect and the AI acts as the executor: the platform supports architecture reviews, ADRs, DevPlans, step-by-step task execution, Git integration, model usage analytics, and stack-specific instruction sets for different technologies. That makes Skaro a practical orchestration layer for AI-assisted software development, especially in projects where reproducibility, consistency, and quality control matter.

Features


  • Project artifacts live next to the code — constitution, architecture, ADRs, development plans, and task specs are stored in .skaro/ inside the repository, so project context stays versioned with the codebase.
  • Fast onboarding for existing repositories — Skaro can analyze an existing codebase and generate initial artifacts such as constitution, architecture, and an inventory of already implemented functionality.
  • Engineering rules are explicit — project conventions, stack constraints, and architectural decisions are captured as real artifacts, so AI works within defined boundaries instead of relying on ad hoc prompting.
  • Ideas become executable plans — Skaro turns features and changes into milestones and tasks, making the implementation path explicit instead of leaving it scattered across chats.
  • Tasks move through a fixed workflow — each task follows clarify → plan → implement → tests, helping teams avoid jumping straight into code generation without alignment and structure.
  • AI works with repository-aware context — Skaro selects relevant files and combines them with project structure, so the model gets focused context for the current step instead of the entire codebase at once.
  • Completion is verified, not assumed — tasks can include structural checks, test commands, and recorded validation results, so “done” means reviewed and verified.
  • Project-wide review is built in — beyond task-level execution, Skaro can validate project artifacts, task states, and verification steps across the whole repository.
  • Git stays part of the workflow — diffs, staging, commits, and branch operations are integrated into the process, keeping implementation flow tied to the actual repository state.
  • AI behavior is configurable for the stack — models, providers, skills, and stack-specific instruction sets make it possible to adapt AI execution to the technology and engineering style of the project.
  • LLM usage is visible — usage statistics show token consumption by role, phase, task, and model, making AI cost and workflow patterns easier to understand.

Install


Python 3.11+ required. Everything included: CLI, web dashboard, LLM adapters, templates.

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/skarodev/skaro/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/skarodev/skaro/main/install.ps1 | iex

Alternative (if you have pipx or uv):

pipx install skaro
# or
uv tool install skaro

Quick start


cd my-project
skaro init
skaro ui

skaro init creates a .skaro/ directory with constitution, architecture template, and config.

skaro ui starts the web dashboard at http://localhost:4700. LLM provider is configured from the UI.

Update


Check for a new version:

skaro update

Use --force to bypass the 24-hour cache:

skaro update --force

Upgrade — install script (venv):

OS Command
Windows & "$env:USERPROFILE\.skaro\venv\Scripts\pip.exe" install --upgrade skaro
macOS / Linux ~/.skaro/venv/bin/pip install --upgrade skaro

Or simply re-run the install script — it detects the existing venv and upgrades in place.

Upgrade — pipx:

pipx upgrade skaro

Verify after upgrade:

skaro --version

From source (development)

git clone https://github.com/skarodev/skaro.git
cd skaro
python3 -m venv .venv && source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install -e ".[dev]"

Frontend (requires Node.js 18+):

cd frontend
npm install
npm run build

Run tests:

pytest

License


AGPL-3.0 — see LICENSE.


From Russia with love ❤️

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skaro-2.0.0.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

skaro-2.0.0-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file skaro-2.0.0.tar.gz.

File metadata

  • Download URL: skaro-2.0.0.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for skaro-2.0.0.tar.gz
Algorithm Hash digest
SHA256 82e65900f2a46666fdd4b59b8dda69c40d63c7ad6eab7f9f48845af1b7d8b361
MD5 66a3286ef1f279aa38cf7ba62dff7905
BLAKE2b-256 41d53711824b2d644f339ba449a79ba457ca0258a67a1c6db20b04aaf9f89cd8

See more details on using hashes here.

File details

Details for the file skaro-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: skaro-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for skaro-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c694b87e76685b23a6bf11f21dcc1cf8455d89cf9a201008ed6a51dbb7b7c8c
MD5 f42ad98eddb81456e2a3cb2c2a6e227e
BLAKE2b-256 1d82925b444fd4a3c75133dd1187c0eccc5f2397677753aeaf9a861b43fdcda4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page