# Idaho National Laboratory AI Agent Skills

Idaho National Laboratory publishes official AI agent skills for its tools, services, and developer workflows.

Browse 5 official AI agent skills across 1 Idaho National Laboratory repository, with install commands and source links.

Official page: https://skillscout.sh/official/idaholab/
Markdown page: https://skillscout.sh/official/idaholab/idaholab_skills_skillscout.md
Vendor website: https://inl.gov/

## Prompt for your agent

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

### idaholab/moose

Includes 5 official skills: moose-codegraph, moose-pr-address-review, moose-pr-create, moose-pr-review, moose-verify-changes.

Install:

```bash
npx skills add idaholab/moose -y
```

Source: https://github.com/idaholab/moose

## Individual skills

### moose-codegraph

Official Idaho National Laboratory skill from idaholab/moose.

Install:

```bash
npx skills add idaholab/moose@moose-codegraph -y
```

Package: idaholab/moose
Source: https://github.com/idaholab/moose/tree/next/.claude/skills/moose-codegraph

### moose-pr-address-review

Official Idaho National Laboratory skill from idaholab/moose.

Install:

```bash
npx skills add idaholab/moose@moose-pr-address-review -y
```

Package: idaholab/moose
Source: https://github.com/idaholab/moose/tree/HEAD/.claude/skills/moose-pr-address-review

### moose-pr-create

Official Idaho National Laboratory skill from idaholab/moose.

Install:

```bash
npx skills add idaholab/moose@moose-pr-create -y
```

Package: idaholab/moose
Source: https://github.com/idaholab/moose/tree/HEAD/.claude/skills/moose-pr-create

### moose-pr-review

Official Idaho National Laboratory skill from idaholab/moose.

Install:

```bash
npx skills add idaholab/moose@moose-pr-review -y
```

Package: idaholab/moose
Source: https://github.com/idaholab/moose/tree/next/.claude/skills/moose-pr-review

### moose-verify-changes

Official Idaho National Laboratory skill from idaholab/moose.

Install:

```bash
npx skills add idaholab/moose@moose-verify-changes -y
```

Package: idaholab/moose
Source: https://github.com/idaholab/moose/tree/HEAD/.claude/skills/moose-verify-changes

## idaholab/moose package overview

Includes 5 official skills: moose-codegraph, moose-pr-address-review, moose-pr-create, moose-pr-review, moose-verify-changes.

### Top skills in this package

- moose-codegraph: Official Idaho National Laboratory skill from idaholab/moose.
- moose-pr-address-review: Official Idaho National Laboratory skill from idaholab/moose.
- moose-pr-create: Official Idaho National Laboratory skill from idaholab/moose.
- moose-pr-review: Official Idaho National Laboratory skill from idaholab/moose.
- moose-verify-changes: Official Idaho National Laboratory skill from idaholab/moose.

### Install

Install the full package:

```bash
npx skills add idaholab/moose -y
```

Install a specific skill:

```bash
npx skills add idaholab/moose@moose-codegraph -y
```

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

Source: https://github.com/idaholab/moose#readme
