module:assistant

Integrate an AI assistant panel with tool calls and MCP support into Laravel projects.

83|14|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/escapeboy/ai-prompts --skill module-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: module:assistant
Source: https://github.com/escapeboy/ai-prompts/tree/main/03-custom-skills/examples/module-assistant
Command: npx skills add https://github.com/escapeboy/ai-prompts --skill module-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables Laravel teams to embed an AI-powered assistant panel that can read context, call tools, stream responses, and integrate with MCP for local agents, reducing manual workflows.

Core Features & Use Cases

  • Livewire-based assistant panel embedded in Laravel apps
  • Tool calling and orchestration via PrismPHP (or MCP) for local or cloud workloads
  • Conversation history, context awareness, and streaming responses for seamless UX

Quick Start

Install the assistant module and access the panel at /module:assistant to begin.

Frequently Asked Questions about module:assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed an AI assistant panel in a Laravel app?

To embed an AI assistant panel in a Laravel app, use a Livewire-based module that handles system prompts, conversation history, and context resolution. It provides an in-app interface for AI guidance and tool orchestration.

Can I use Laravel Livewire for streaming AI responses and tool calling?

Yes, Laravel Livewire supports streaming AI responses and tool calling. The module orchestrates tool execution via PrismPHP or MCP, enabling local or cloud workloads to process context and return results seamlessly.

What is MCP support for local agents in PHP applications?

MCP support for local agents allows PHP applications to orchestrate tool execution locally. It enables the AI assistant to resolve context, call local tools, and manage end-to-end orchestration without relying entirely on cloud processing.

Does this AI assistant module work without external dependencies?

The AI assistant module operates without listed external dependencies, integrating directly into existing Laravel projects. It constructs system prompts and manages conversation history internally to provide immediate in-app AI guidance.

How do I add AI tool orchestration to an existing Laravel project?

Add AI tool orchestration to a Laravel project by installing the assistant module and accessing the panel at the designated route. It handles conversation context, streaming, and tool execution via PrismPHP or MCP integration.