> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skaro.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Skaro Documentation

> AI-powered SDLC orchestration platform. Developer is the architect, LLM is the amplifier.

## Get Started

Everything you need to set up Skaro and start building with AI-assisted development.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book" href="/getting-started/introduction">
    What Skaro is, how it works, and why specifications belong in the repository.
  </Card>

  <Card title="Installation" icon="download" href="/getting-started/installation">
    Install via pip, pipx, uv, or from source. Python 3.11+ required.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Initialize a project, configure an LLM, and launch the dashboard in 2 minutes.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/getting-started/core-concepts">
    Phases, constitution, artifacts, roles, milestones, and Definition of Done.
  </Card>
</CardGroup>

## Configure & Use

<CardGroup cols={2}>
  <Card title="skaro init" icon="terminal" href="/cli/init">
    Initialize Skaro in a new or existing project. Two paths: manual or LLM-powered.
  </Card>

  <Card title="skaro config" icon="gear" href="/cli/config">
    Set up your LLM provider, model, and API key.
  </Card>

  <Card title="Web Dashboard" icon="browser" href="/dashboard/overview">
    Tour of the dashboard where all development phases are executed.
  </Card>

  <Card title="LLM Providers" icon="microchip" href="/providers/supported-providers">
    Anthropic, OpenAI, Groq, and Ollama — models, setup, and comparison.
  </Card>
</CardGroup>

## Go Deeper

<CardGroup cols={2}>
  <Card title=".skaro/ Directory" icon="folder-tree" href="/project-structure/skaro-directory">
    Complete map of all artifact files and what to commit to Git.
  </Card>

  <Card title="New Project Guide" icon="map" href="/guides/new-project">
    Step-by-step walkthrough from an empty directory to your first completed task.
  </Card>
</CardGroup>
