laravel-13-ai-boost-mcp
Use for Laravel 13 AI-assisted development, Laravel Boost, Laravel AI SDK, laravel/ai, MCP server development, MCP tools/prompts/resources, AI agents, structured output, embeddings, vector search, reranking, image/audio generation, AI fakes in tests, and Boost search-docs workflows.
How do I install this agent skill?
npx skills add https://github.com/alcimarcarlos/laravel-13-skills --skill laravel-13-ai-boost-mcpIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides best practices and architectural guidance for developing AI-integrated Laravel 13 applications and Model Context Protocol (MCP) servers, with a strong emphasis on security and cost controls.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Laravel 13 AI, Boost, and MCP
Workflow
- Check whether Laravel Boost is installed and available.
- Use Boost/search-docs or official package docs for exact APIs when available.
- Identify whether the task is app AI feature, AI SDK integration, MCP server/tool, or agent workflow.
- Treat AI boundaries like external services: validate inputs, constrain outputs, fake in tests, and avoid leaking sensitive data.
- Test deterministic behavior around prompts, tools, schema validation, and fallback paths.
Agent Compatibility (Cursor, Codex, Claude Code)
- Treat "Boost" as optional. If unavailable, rely on
composer.json+ official docs and avoid guessing fast-moving APIs. - Keep MCP tool specs self-describing (name, purpose, input schema, output shape) so they work in any agent runtime.
Defaults
- Prefer official Laravel packages and patterns over hand-rolled clients.
- Use structured output schemas when downstream code depends on AI output.
- Keep prompts versioned and close to the feature.
- Use fakes/mocks for AI providers in tests.
- For MCP tools, define clear input schemas, narrow capabilities, authorization, and safe error messages.
- For embeddings/vector search, document model, dimensions, storage, indexing, and refresh strategy.
- For package-style AI/MCP integrations, prefer PSR-3 logging, PSR-18 HTTP clients, PSR-20 clocks, and PSR-11 container boundaries when interoperability is useful.
Security + Cost Controls (default stance)
- Never pass secrets/PII to providers unless strictly necessary and permitted.
- Add guardrails against prompt injection and tool overreach (narrow tools, validate inputs, validate outputs).
- Bound execution: max tokens, max tool calls, timeouts, retries, and budget controls when available.
Reference
Read reference.md for detailed patterns, checklists, and examples for this skill.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/alcimarcarlos/laravel-13-skills/laravel-13-ai-boost-mcp">View laravel-13-ai-boost-mcp on skillZs</a>