Laravel Altitude banner
mischasigtermans

Laravel Altitude

Development

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

[![Latest Version on Packagist](https://img.shields.io/packagist/v/mischasigtermans/laravel-altitude.svg?style=flat-square)](https://packagist.org/packages/mischasigtermans/laravel-altitude) [![Total Downloads](https://img.shields.io/packagist/dt/mischasigtermans/laravel-altitude.svg?style=flat-square)](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`, `