# Antimetal AI Agent Skills

Antimetal publishes official AI agent skills for its tools, services, and developer workflows. For everything that happens after you deploy.

Browse 3 official AI agent skills across 1 Antimetal repository, with install commands and source links.

Official page: https://skillscout.sh/official/antimetal/
Markdown page: https://skillscout.sh/official/antimetal/antimetal_skills_skillscout.md
Vendor website: https://www.antimetal.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/antimetal/antimetal_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Antimetal skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### antimetal/cursor-plugin

Antimetal plugin for Cursor – ask questions about your production systems, investigate incidents, identify root causes, and generate fixes across your infrastructure and code. Includes 3 official skills: antimetal-mcp-setup, fix, investigate.

Install:

```bash
npx skills add antimetal/cursor-plugin -y
```

Source: https://github.com/antimetal/cursor-plugin

## Individual skills

### antimetal-mcp-setup

Official Antimetal skill from antimetal/cursor-plugin.

Install:

```bash
npx skills add antimetal/cursor-plugin@antimetal-mcp-setup -y
```

Package: antimetal/cursor-plugin
Source: https://github.com/antimetal/cursor-plugin/tree/HEAD/skills/antimetal-mcp-setup

### fix

Official Antimetal skill from antimetal/cursor-plugin.

Install:

```bash
npx skills add antimetal/cursor-plugin@fix -y
```

Package: antimetal/cursor-plugin
Source: https://github.com/antimetal/cursor-plugin/tree/HEAD/skills/fix

### investigate

Official Antimetal skill from antimetal/cursor-plugin.

Install:

```bash
npx skills add antimetal/cursor-plugin@investigate -y
```

Package: antimetal/cursor-plugin
Source: https://github.com/antimetal/cursor-plugin/tree/HEAD/skills/investigate

## antimetal/cursor-plugin package overview

Antimetal plugin for Cursor – ask questions about your production systems, investigate incidents, identify root causes, and generate fixes across your infrastructure and code. Includes 3 official skills: antimetal-mcp-setup, fix, investigate.

### Top skills in this package

- antimetal-mcp-setup: Official Antimetal skill from antimetal/cursor-plugin.
- fix: Official Antimetal skill from antimetal/cursor-plugin.
- investigate: Official Antimetal skill from antimetal/cursor-plugin.

### Install

Install the full package:

```bash
npx skills add antimetal/cursor-plugin -y
```

Install a specific skill:

```bash
npx skills add antimetal/cursor-plugin@antimetal-mcp-setup -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/antimetal/cursor-plugin#readme
