Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

laravel-agent-mcp

laravel-agent-mcp에는 anilcancakir에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
2
Stars
5
업데이트
2026-06-01
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

agent-mcp-cli
소프트웨어 개발자

Use to call the agent-mcp read-only tools from the shell with artisan, without registering an MCP server: run agent-mcp:tools to list tools, agent-mcp:schema <tool> to see its inputs, and agent-mcp:call <tool> '<json>' to invoke one, locally or against a remote app via AGENT_MCP_URL. Use for one-off calls, scripts, CI, when the agent-mcp MCP server is not registered in the client, or when deciding between a one-off CLI call and registering the server. Covers local vs remote mode, JSON input, stdout and stderr, exit codes, and --allow-tty for sensitive tools. Do NOT use for write operations; these tools are read-only. When the MCP server is registered in the client, follow the agent-mcp-investigation workflow instead.

2026-06-01
agent-mcp-investigation
네트워크·컴퓨터 시스템 관리자

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.

2026-05-31