# Kalimera > Kalimera — interactive CLI installer that scaffolds a fresh Laravel application: one guided flow from `laravel new` to a fully configured, quality-checked, Sail-running app. Not a boilerplate — an installer. Kalimera prompts for everything upfront (app name, starter kit, packages, services), then runs `laravel new`, wires up Sail, Pint, PHPStan, and Rector, installs your additional-package catalog (the Spatie collection by default — replaceable via kalimera.config.json) and Laravel Boost, and commits the result — unattended after one final confirmation. The same predictable scaffold every time, for developers and coding agents (see the kalimera agent skill). ## Pages - [Home](https://kalimera.dev): What kalimera does, the agent skill, CLI options, requirements, install command. - [README](https://kalimera.dev/readme): The full manual — installation, usage, options, and what each scaffolding step does. - [Troubleshooting](https://kalimera.dev/troubleshooting): Known issues hit while scaffolding real apps with kalimera — cause and fix for each. ## Resources - [GitHub repository](https://github.com/labrodev/laravel-kalimera): Source code, README, installation instructions. - [Agent skill (SKILL.md)](https://github.com/labrodev/laravel-kalimera/blob/main/skills/laravel-kalimera/SKILL.md): Teaches AI coding agents to run kalimera end-to-end — invoked as `/laravel-kalimera` in Claude Code. - [Changelog](https://github.com/labrodev/laravel-kalimera/blob/main/CHANGELOG.md) - [Sitemap](https://kalimera.dev/sitemap.xml) - [Full page content in one file](https://kalimera.dev/llms-full.txt)