# Meta PyTorch AI Agent Skills

Meta PyTorch publishes official AI agent skills for its tools, services, and developer workflows.

Browse 5 official AI agent skills across 1 Meta PyTorch repository, with install commands and source links.

Official page: https://skillscout.sh/official/meta-pytorch/
Markdown page: https://skillscout.sh/official/meta-pytorch/meta-pytorch_skills_skillscout.md
Vendor website: https://pytorch.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/meta-pytorch/meta-pytorch_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Meta PyTorch 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

### meta-pytorch/skills

Includes 5 official skills: abi-stable, debug-graph-breaks, profile-model, agents-are-coming, analyze-memory-snapshot.

Install:

```bash
npx skills add meta-pytorch/skills -y
```

Source: https://github.com/meta-pytorch/skills

## Individual skills

### abi-stable

Official Meta PyTorch skill from meta-pytorch/skills.

Install:

```bash
npx skills add meta-pytorch/skills@abi-stable -y
```

Package: meta-pytorch/skills
Source: https://github.com/meta-pytorch/skills/tree/main/skills/abi-stable

### debug-graph-breaks

Official Meta PyTorch skill from meta-pytorch/skills.

Install:

```bash
npx skills add meta-pytorch/skills@debug-graph-breaks -y
```

Package: meta-pytorch/skills
Source: https://github.com/meta-pytorch/skills/tree/main/skills/debug-graph-breaks

### profile-model

Official Meta PyTorch skill from meta-pytorch/skills.

Install:

```bash
npx skills add meta-pytorch/skills@profile-model -y
```

Package: meta-pytorch/skills
Source: https://github.com/meta-pytorch/skills/tree/main/skills/profile-model

### agents-are-coming

Official Meta PyTorch skill from meta-pytorch/skills.

Install:

```bash
npx skills add meta-pytorch/skills@agents-are-coming -y
```

Package: meta-pytorch/skills
Source: https://github.com/meta-pytorch/skills/tree/main/skills/agents-are-coming

### analyze-memory-snapshot

Official Meta PyTorch skill from meta-pytorch/skills.

Install:

```bash
npx skills add meta-pytorch/skills@analyze-memory-snapshot -y
```

Package: meta-pytorch/skills
Source: https://github.com/meta-pytorch/skills/tree/main/skills/analyze-memory-snapshot

## meta-pytorch/skills package overview

Includes 5 official skills: abi-stable, debug-graph-breaks, profile-model, agents-are-coming, analyze-memory-snapshot.

### Top skills in this package

- abi-stable: Official Meta PyTorch skill from meta-pytorch/skills.
- debug-graph-breaks: Official Meta PyTorch skill from meta-pytorch/skills.
- profile-model: Official Meta PyTorch skill from meta-pytorch/skills.
- agents-are-coming: Official Meta PyTorch skill from meta-pytorch/skills.
- analyze-memory-snapshot: Official Meta PyTorch skill from meta-pytorch/skills.

### Install

Install the full package:

```bash
npx skills add meta-pytorch/skills -y
```

Install a specific skill:

```bash
npx skills add meta-pytorch/skills@abi-stable -y
```

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

Source: https://github.com/meta-pytorch/skills#readme
