mcp-agent

Installation
SKILL.md

mcp-agent

Scaffold one agent definition file that wraps one MCP server. The template lives in references/agent-template.md; this file is the procedure.

Hard rules:

  • ADDITIVE ONLY: if the target agent file already exists, switch to audit mode (compare against the template's rules, report gaps, change nothing).
  • Ask ONE question at a time, each with a recommended default.
  • Never write secrets into any file. Auth values are referenced as ${ENV_VAR} and the user sets them in their own shell environment.

Phase 0 — Decision gate (should this agent exist?)

Build the wrapper only if BOTH hold; otherwise say so and stop:

  1. A recurring task class genuinely needs this MCP server's tools.
  2. The server would otherwise sit in global or project MCP config, charging every session its tool schemas and instruction block regardless of use.
Installs
2
First Seen
Jul 16, 2026
mcp-agent — raychang/agent-skills