Skip to content

antimetal/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antimetal Skills

Bring Antimetal's software investigation intelligence into Claude Code and Cursor. Triage problems, investigate root causes, fetch observability artifacts, and apply remediations—all from your terminal.

Installation

Claude Code

/plugin marketplace add antimetal/skills
/plugin install antimetal

Migrating from antimetal/claude-plugin? Uninstall the old plugin first:

/plugin uninstall antimetal
/plugin marketplace remove antimetal

Then run the install commands above.

Cursor

Install from the Cursor Marketplace by searching for Antimetal, or:

/add-plugin antimetal/skills

What's Included

Skills

  • /investigate — Entry point for any software problem. Searches issues, queries Antimetal's AI, reads investigative reports and causal graphs, and routes to fix
  • /fix — Apply Antimetal's remediation to your codebase, adapted for your local environment
  • /antimetal-mcp-setup — Configure the MCP connection (OAuth or API key)

MCP Server Tools

Connects to Antimetal's remote MCP server at https://mcp.antimetal.com, providing:

Tool Description
search_issues Paginated list of issues with severity, status, and environment
get_issue_report Full investigative report—root cause, timeline, causal graph
get_issue_fixes Remediation steps (code changes, CLI commands, context)
investigate_issue Create a new issue and start async automated investigation
get_artifact Retrieve raw evidence: logs, traces, metrics, events, files, topology
ask Ask Antimetal's AI about infrastructure, software, deployments, telemetry, logs, code

Authentication

Claude Code: OAuth (Automatic)

When you first use an Antimetal tool or skill, Claude Code will open a browser window to log in to your Antimetal account via OAuth. Tokens are stored securely and refreshed automatically.

Cursor: API Key

  1. Sign up at antimetal.com and generate an API key from API Keys Settings
  2. Set the environment variable:
    export ANTIMETAL_API_KEY="your-api-key-here"
  3. Add this to your shell profile (~/.zshrc, ~/.bashrc, etc.) so it persists
  4. Restart Cursor to pick up the environment variable

Repository Structure

antimetal/skills/
├── .claude-plugin/          # Claude Code config
│   ├── marketplace.json
│   └── plugin.json
├── .cursor-plugin/          # Cursor config  
│   └── plugin.json
├── skills/                  # Agent skills
│   ├── antimetal-mcp-setup/
│   ├── investigate/
│   └── fix/
├── .mcp.json               # Claude Code MCP config
├── mcp.json                # Cursor MCP config
└── README.md

Support

About

Antimetal skills for AI code editors – ask questions about your production systems, investigate incidents, identify root causes, and generate fixes across your infrastructure and code.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors