# Tetron AI Agent Skills

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

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

Official page: https://skillscout.sh/official/tetronio/
Markdown page: https://skillscout.sh/official/tetronio/tetronio_skills_skillscout.md
Vendor website: https://tetron.io/

## Prompt for your agent

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

### tetronio/jim

Includes 4 official skills: pr-merge, release, review-dependabot, stack-pr.

Install:

```bash
npx skills add tetronio/jim -y
```

Source: https://github.com/TetronIO/JIM

## Individual skills

### pr-merge

Official Tetron skill from tetronio/jim.

Install:

```bash
npx skills add tetronio/jim@pr-merge -y
```

Package: tetronio/jim
Source: https://github.com/TetronIO/JIM/tree/main/.claude/skills/pr-merge

### release

Official Tetron skill from tetronio/jim.

Install:

```bash
npx skills add tetronio/jim@release -y
```

Package: tetronio/jim
Source: https://github.com/TetronIO/JIM/tree/main/.claude/skills/release

### review-dependabot

Official Tetron skill from tetronio/jim.

Install:

```bash
npx skills add tetronio/jim@review-dependabot -y
```

Package: tetronio/jim
Source: https://github.com/tetronio/jim/tree/HEAD/.claude/skills/review-dependabot

### stack-pr

Official Tetron skill from tetronio/jim.

Install:

```bash
npx skills add tetronio/jim@stack-pr -y
```

Package: tetronio/jim
Source: https://github.com/tetronio/jim/tree/HEAD/.claude/skills/stack-pr

## tetronio/jim package overview

Includes 4 official skills: pr-merge, release, review-dependabot, stack-pr.

### Top skills in this package

- pr-merge: Official Tetron skill from tetronio/jim.
- release: Official Tetron skill from tetronio/jim.
- review-dependabot: Official Tetron skill from tetronio/jim.
- stack-pr: Official Tetron skill from tetronio/jim.

### Install

Install the full package:

```bash
npx skills add tetronio/jim -y
```

Install a specific skill:

```bash
npx skills add tetronio/jim@pr-merge -y
```

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

Source: https://github.com/tetronio/jim#readme
