# PyTorch AI Agent Skills

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

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

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

## Prompt for your agent

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

### pytorch/pytorch

Includes 14 official skills: skill-writer, docstring, pr-review, add-uint-support, at-dispatch-v2, metal-kernel.

Install:

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

Source: https://www.skills.sh/official#pytorch/pytorch

## Individual skills

### skill-writer

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@skill-writer -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/skill-writer

### docstring

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@docstring -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/docstring

### pr-review

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@pr-review -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/pr-review

### add-uint-support

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@add-uint-support -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/add-uint-support

### at-dispatch-v2

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@at-dispatch-v2 -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/at-dispatch-v2

### metal-kernel

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@metal-kernel -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/metal-kernel

### triaging-issues

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@triaging-issues -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/triaging-issues

### pyrefly-type-coverage

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@pyrefly-type-coverage -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/pyrefly-type-coverage

### aoti-debug

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@aoti-debug -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/aoti-debug

### document-public-apis

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@document-public-apis -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/document-public-apis

### pt2-bug-basher

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@pt2-bug-basher -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/pt2-bug-basher

### scrub-issue

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@scrub-issue -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/scrub-issue

### distributed-triage

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@distributed-triage -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/distributed-triage

### fix-issue

Official PyTorch skill from pytorch/pytorch.

Install:

```bash
npx skills add pytorch/pytorch@fix-issue -y
```

Package: pytorch/pytorch
Source: https://www.skills.sh/pytorch/pytorch/fix-issue

## pytorch/pytorch package overview

Includes 14 official skills: skill-writer, docstring, pr-review, add-uint-support, at-dispatch-v2, metal-kernel.

### Top skills in this package

- skill-writer: Official PyTorch skill from pytorch/pytorch.
- docstring: Official PyTorch skill from pytorch/pytorch.
- pr-review: Official PyTorch skill from pytorch/pytorch.
- add-uint-support: Official PyTorch skill from pytorch/pytorch.
- at-dispatch-v2: Official PyTorch skill from pytorch/pytorch.
- metal-kernel: Official PyTorch skill from pytorch/pytorch.
- triaging-issues: Official PyTorch skill from pytorch/pytorch.
- pyrefly-type-coverage: Official PyTorch skill from pytorch/pytorch.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add pytorch/pytorch@skill-writer -y
```

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

Source: https://github.com/pytorch/pytorch#readme
