# MoltenBits AI Agent Skills

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

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

Official page: https://skillscout.sh/official/moltenbits/
Markdown page: https://skillscout.sh/official/moltenbits/moltenbits_skills_skillscout.md
Vendor website: https://moltenbits.com/

## Prompt for your agent

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

### moltenbits/claude-review

Includes 2 official skills: github-pr-review, local-review.

Install:

```bash
npx skills add moltenbits/claude-review -y
```

Source: https://github.com/moltenbits/claude-review

## Individual skills

### github-pr-review

Official MoltenBits skill from moltenbits/claude-review.

Install:

```bash
npx skills add moltenbits/claude-review@github-pr-review -y
```

Package: moltenbits/claude-review
Source: https://github.com/moltenbits/claude-review/tree/main/github-pr-review/skills/github-pr-review

### local-review

Official MoltenBits skill from moltenbits/claude-review.

Install:

```bash
npx skills add moltenbits/claude-review@local-review -y
```

Package: moltenbits/claude-review
Source: https://github.com/moltenbits/claude-review/tree/main/local-review/skills/local-review

## moltenbits/claude-review package overview

Includes 2 official skills: github-pr-review, local-review.

### Top skills in this package

- github-pr-review: Official MoltenBits skill from moltenbits/claude-review.
- local-review: Official MoltenBits skill from moltenbits/claude-review.

### Install

Install the full package:

```bash
npx skills add moltenbits/claude-review -y
```

Install a specific skill:

```bash
npx skills add moltenbits/claude-review@github-pr-review -y
```

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

Source: https://github.com/moltenbits/claude-review#readme
