承接 skylence/ai-essentials 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

skylence/ai-essentials

最新稳定版本:v1.0.0

Composer 安装命令:

composer require skylence/ai-essentials

包简介

Meta-package with essential AI agent tooling for Laravel projects

README 文档

README

Meta-package with essential AI agent tooling for Laravel projects. One install, everything you need.

Installation

composer require skylence/ai-essentials

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:

composer require laravel/boost --dev

Run the installer (auto-detects Claude Code, Cursor, VS Code, PhpStorm):

php artisan boost:install

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:

{
    "mcpServers": {
        "boost": {
            "command": "php",
            "args": ["artisan", "boost:mcp"]
        }
    }
}

Model Inspector MCP

Gives AI assistants deep introspection into Eloquent models, relationships, and schema.

Install the package:

composer require skylence/laravel-model-inspector-mcp --dev

Run the installer (auto-detects your editor):

php artisan model-inspector:install

Manual MCP setup:

{
    "mcpServers": {
        "laravel-model-inspector-mcp": {
            "command": "php",
            "args": ["artisan", "model-inspector:mcp"]
        }
    }
}

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:

composer require skylence/laravel-optimize-mcp --dev

Run the installer (auto-detects your editor, optionally configures HTTP access for staging/production):

php artisan optimize-mcp:install

Telescope MCP

Real-time monitoring, performance analysis, and debugging through Laravel Telescope.

Requires Laravel Telescope to be installed first.

Install the package:

composer require skylence/laravel-telescope-mcp --dev

Run the installer (auto-detects your editor, optionally configures HTTP access):

php artisan telescope-mcp:install

Manual MCP setup (add to .mcp.json):

{
    "mcpServers": {
        "telescope": {
            "type": "stdio",
            "command": "php",
            "args": ["artisan", "mcp:start", "telescope"]
        }
    }
}

Restart your editor/AI tool after updating .mcp.json.

License

MIT

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 9
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-05-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固