Laravel Altitude enables developers to create Claude Code agents for the TALL stack, powered by Laravel Boost. It automates tasks within Laravel applications, benefiting operations teams by streamlining workflows and integrating with existing PHP-based systems.
git clone https://github.com/mischasigtermans/laravel-altitude.gitLaravel Altitude enables developers to create Claude Code agents for the TALL stack, powered by Laravel Boost. It automates tasks within Laravel applications, benefiting operations teams by streamlining workflows and integrating with existing PHP-based systems.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/mischasigtermans/laravel-altitudeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a Laravel Altitude agent that automates [TASK] for [COMPANY] in the [INDUSTRY] sector. The agent should use the TALL stack (Tailwind CSS, Alpine.js, Laravel, Livewire) and be powered by Laravel Boost. Include specific requirements: [REQUIREMENTS]. Provide the complete code implementation with explanations.
```php
// Automated Customer Support Agent for TechCorp in the SaaS industry
// app/Http/Livewire/CustomerSupportAgent.php
namespace App\Http\Livewire;
use Livewire\Component;
use App\Services\LaravelBoostService;
class CustomerSupportAgent extends Component
{
public $customerQuery;
public $response;
public function submitQuery()
{
$boostService = new LaravelBoostService();
$this->response = $boostService->processQuery($this->customerQuery);
}
public function render()
{
return view('livewire.customer-support-agent');
}
}
// resources/views/livewire/customer-support-agent.blade.php
<div>
<h1 class="text-2xl font-bold">Customer Support Agent</h1>
<form wire:submit.prevent="submitQuery">
<textarea wire:model="customerQuery" class="w-full p-2 border rounded"></textarea>
<button type="submit" class="bg-blue-500 text-white px-4 py-2 rounded">Submit</button>
</form>
@if($response)
<div class="mt-4 p-4 bg-gray-100 rounded">
<h2 class="font-bold">Agent Response:</h2>
<p>{!! $response !!}</p>
</div>
@endif
</div>
```
**Features:**
- Real-time query processing using Laravel Boost
- Tailwind CSS for styling
- Alpine.js for interactivity
- Livewire for reactive components
**Implementation Notes:**
1. The agent uses Laravel Boost to process customer queries
2. Tailwind CSS classes are used for styling
3. Alpine.js can be added for additional interactivity
4. Livewire handles the reactive components and data bindingAI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Service Management That Turns Chaos Into Control
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power