Use when investigating a running Laravel application through the agent-mcp read-only MCP tools: inspect the live database schema, run read-only queries to find or count records, read application logs to diagnose a 500, exception, or failed job, check queue backlog, failed jobs, or Horizon, inspect cache or optimization state, or audit routes, schedule, events, config, env keys, and storage. Use whenever the answer depends on live runtime state rather than source code, even when the user does not name the tools. Do NOT use for write operations (insert, update, delete, migrate, schema change) or for projects without the /agent-mcp endpoint; for shell-based one-off calls, use the agent-mcp-cli skill instead.
$npx -y skills add anilcancakir/laravel-agent-mcp --skill agent-mcp-investigationInstalls into the current project.
Run `npx skills use "https://github.com/anilcancakir/laravel-agent-mcp" --skill "anilcancakir/laravel-agent-mcp/agent-mcp-investigation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/anilcancakir/laravel-agent-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/anilcancakir/laravel-agent-mcp"` and select the relevant skills, then follow their instructions.