How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-forge:mcp-forgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scaffold hardened MCP servers wrapping CLI tools.
Scaffold hardened MCP servers wrapping CLI tools.
| Command | Action |
|---|---|
/mcp-forge <cli-name> | Run the main scaffold generator |
/mcp-forge:audit [path] | Security audit an MCP server project |
/mcp-forge:install [path] | Register generated server with Claude Code |
/mcp-forge:eval | Run benchmarks (dev only) |
Load these on demand -- do not read all upfront:
${CLAUDE_PLUGIN_ROOT}/skills/mcp-forge/references/mcp-sdk-patterns.md -- MCP SDK v1.27.x API${CLAUDE_PLUGIN_ROOT}/skills/mcp-forge/references/security-checklist.md -- Security layers${CLAUDE_PLUGIN_ROOT}/skills/mcp-forge/references/template-index.md -- Template map${CLAUDE_PLUGIN_ROOT}/skills/mcp-forge/references/eval-guide.md -- Eval frameworkLocated at ${CLAUDE_PLUGIN_ROOT}/skills/mcp-forge/templates/. Read template-index.md first, then load individual templates as needed during generation.
Complete worked examples at ${CLAUDE_PLUGIN_ROOT}/skills/mcp-forge/examples/.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub wrxck/claude-plugins --plugin mcp-forge