# Skaro ## Docs - [skaro config](https://docs.skaro.dev/cli/config.md): Configure LLM provider, model, and project settings. - [skaro init](https://docs.skaro.dev/cli/init.md): Initialize Skaro in the current project directory. - [skaro skills](https://docs.skaro.dev/cli/skills.md): Manage LLM skill packs from the command line. - [skaro update](https://docs.skaro.dev/cli/update.md): How to check for new versions and update Skaro to the latest release. - [Custom Prompts](https://docs.skaro.dev/customization/custom-prompts.md): Override built-in LLM prompts to control how each phase generates output. - [Dashboard Overview](https://docs.skaro.dev/dashboard/overview.md): Tour of the Skaro web dashboard — where all development phases are executed. - [Core Concepts](https://docs.skaro.dev/getting-started/core-concepts.md): Key concepts you need to understand before working with Skaro. - [Installation](https://docs.skaro.dev/getting-started/installation.md): Install Skaro on Linux, macOS, or Windows. Python 3.11+ required. - [Introduction](https://docs.skaro.dev/getting-started/introduction.md): AI-powered SDLC orchestration platform. Developer is the architect, LLM is the amplifier. - [Quickstart](https://docs.skaro.dev/getting-started/quickstart.md): Go from zero to a working Skaro project in under 2 minutes. - [New Project from Scratch](https://docs.skaro.dev/guides/new-project.md): Step-by-step guide: from an empty directory to your first completed task. - [Uninstalling Skaro](https://docs.skaro.dev/guides/uninstall.md): How to completely remove Skaro from your system. - [Skaro Documentation](https://docs.skaro.dev/index.md): AI-powered SDLC orchestration platform. Developer is the architect, LLM is the amplifier. - [.skaro/ Directory](https://docs.skaro.dev/project-structure/skaro-directory.md): Complete map of the .skaro/ directory and all artifact files. - [Supported Providers](https://docs.skaro.dev/providers/supported-providers.md): Overview of all LLM providers supported by Skaro. - [LLM & Roles](https://docs.skaro.dev/settings/llm-and-roles.md): Configure the default LLM provider, model parameters, and per-role overrides in config.yaml. - [Custom Skills](https://docs.skaro.dev/skills/custom-skills.md): Create your own skills to teach the LLM your team's patterns and conventions. - [Skills](https://docs.skaro.dev/skills/overview.md): LLM instruction packs that enhance code generation for your stack. ## OpenAPI Specs - [openapi](https://docs.skaro.dev/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/skarodev/skaro)