Laravel Altitude
Description
Claude Code agents for the TALL stack, powered by Laravel Boost.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Altitude
[](https://packagist.org/packages/mischasigtermans/laravel-altitude) [](https://packagist.org/packages/mischasigtermans/laravel-altitude)
Opinionated Claude Code agents and commands for TALL stack development.
**Note:** This package is opinionated. It assumes you're building with the TALL stack (Tailwind, Alpine, Livewire, Laravel) and optionally Filament, Flux UI, and Pest. If you use a different stack, this package may not be for you.
Altitude provides specialized AI agents that focus on decision-making and workflow patterns while [Laravel Boost](https://laravel.com/ai/boost) handles version-specific documentation via MCP.
Installation
composer require mischasigtermans/laravel-altitude --dev
Quick Start
Altitude syncs automatically when Laravel Boost runs `boost:install` or `boost:update`.
**Recommended:** Add to your `composer.json` scripts for automatic updates:
{
"scripts": {
"post-update-cmd": [
"@php artisan boost:update --quiet"
]
}
}
This keeps agents and documentation in sync whenever you run `composer update`.
**Manual sync:** For more control, run directly:
php artisan altitude:sync # Sync new agents only
php artisan altitude:sync --force # Overwrite existing agents
How Syncing Works
On Install
When you install Altitude, agents sync automatically on the next console command if `.claude/agents` doesn't exist yet. This ensures you get agents immediately without needing to run a separate command.
On Boost Updates
When `boost:install` or `boost:update` runs, Altitude syncs with `--force`, updating all agents to the latest versions.
File Conflicts
Altitude agents use common names like `architect`, `
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11