Download the PHP package skylence/ai-essentials without Composer
On this page you can find all versions of the php package skylence/ai-essentials. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download skylence/ai-essentials
More information about skylence/ai-essentials
Files in skylence/ai-essentials
Package ai-essentials
Short Description Meta-package with essential AI agent tooling for Laravel projects
License MIT
Informations about the package ai-essentials
AI Essentials
Meta-package with essential AI agent tooling for Laravel projects. One install, everything you need.
Installation
What's Included
| Package | What it does |
|---|---|
| laravel/ai | Laravel AI SDK — text generation, tool-calling agents, embeddings |
| laravel/boost | MCP server helping AI agents discover and interact with your Laravel app |
| nunomaduro/pao | Agent-optimized output for PHPUnit, Pest, Paratest, PHPStan |
| skylence/laravel-artisan-agent-output | Agent-optimized output for Laravel Artisan commands |
| skylence/laravel-model-inspector-mcp | MCP server for Eloquent model inspection |
| skylence/laravel-optimize-mcp | MCP server for Laravel optimization insights |
| skylence/laravel-telescope-mcp | MCP server for Laravel Telescope data |
Zero config. Install and all tools automatically optimize their output when an AI agent is detected.
MCP Server Setup
The MCP servers ship as dev dependencies — run composer install (not --no-dev) to get them.
Laravel Boost
Laravel Boost provides AI guidelines, skills, and an MCP server for your project.
Install the package:
Run the installer (auto-detects Claude Code, Cursor, VS Code, PhpStorm):
This configures AI guidelines, agent skills, and the MCP server in one step.
Manual MCP setup (if you skip the installer):
Add to .mcp.json in the project root:
Model Inspector MCP
Gives AI assistants deep introspection into Eloquent models, relationships, and schema.
Install the package:
Run the installer (auto-detects your editor):
Manual MCP setup:
Using Laravel Sail? Replace php with ./vendor/bin/sail.
Optimize MCP
Analyzes your Laravel config, structure, and database for performance and security insights.
Install the package:
Run the installer (auto-detects your editor, optionally configures HTTP access for staging/production):
Telescope MCP
Real-time monitoring, performance analysis, and debugging through Laravel Telescope.
Requires Laravel Telescope to be installed first.
Install the package:
Run the installer (auto-detects your editor, optionally configures HTTP access):
Manual MCP setup (add to .mcp.json):
Restart your editor/AI tool after updating .mcp.json.
License
MIT