From antimetal
Ensures the Antimetal MCP server is configured and ready to use. Run this before attempting to call any Antimetal MCP tools—if the API key is missing, tools will fail silently.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antimetal:antimetal-mcp-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the gatekeeper. Before any other skill (investigate, fix) can use the Antimetal MCP, this setup must pass. Do not attempt to list or call MCP tools until it does.
You are the gatekeeper. Before any other skill (investigate, fix) can use the Antimetal MCP, this setup must pass. Do not attempt to list or call MCP tools until it does.
The Antimetal MCP server authenticates via an API key sent in the Authorization header. The plugin's MCP configuration (../../mcp.json relative to this file) references the ANTIMETAL_API_KEY environment variable. If this variable is missing or empty, every MCP request will fail silently.
Read the MCP config. Open ../../mcp.json (the grandparent directory of this skill) and confirm it references ANTIMETAL_API_KEY in the authorization header.
Verify the API key is set. Check whether ANTIMETAL_API_KEY exists in the environment.
export ANTIMETAL_API_KEY="am_..."
⌘⇧P on Mac, Ctrl+Shift+P on Windows/Linux) → Reload WindowDo not proceed past this step without a valid key. Do not check tool schemas, do not attempt MCP calls. The user must provide the key first.
Hand off. Once the key is confirmed, continue to whichever skill the user needs -- investigate or fix.
This skill configures the connection. It does not:
If setup passes, get out of the way and let the right skill take over.
npx claudepluginhub antimetal/cursor-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.