# Los Alamos National Laboratory AI Agent Skills

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

Browse 4 official AI agent skills across 2 Los Alamos National Laboratory repositories, with install commands and source links.

Official page: https://skillscout.sh/official/lanl/
Markdown page: https://skillscout.sh/official/lanl/lanl_skills_skillscout.md
Vendor website: https://www.lanl.gov/

## Prompt for your agent

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

### lanl/scintipix

Includes 2 official skills: pixi, pydantic.

Install:

```bash
npx skills add lanl/scintipix -y
```

Source: https://github.com/lanl/ScintiPix

### lanl/shoccs

Includes 2 official skills: group-velocity-analysis, stencil-sweeps.

Install:

```bash
npx skills add lanl/shoccs -y
```

Source: https://github.com/lanl/shoccs

## Individual skills

### pixi

Official Los Alamos National Laboratory skill from lanl/scintipix.

Install:

```bash
npx skills add lanl/scintipix@pixi -y
```

Package: lanl/scintipix
Source: https://github.com/lanl/ScintiPix/tree/main/.agents/skills/pixi

### pydantic

Official Los Alamos National Laboratory skill from lanl/scintipix.

Install:

```bash
npx skills add lanl/scintipix@pydantic -y
```

Package: lanl/scintipix
Source: https://github.com/lanl/ScintiPix/tree/main/.agents/skills/pydantic

### group-velocity-analysis

Official Los Alamos National Laboratory skill from lanl/shoccs.

Install:

```bash
npx skills add lanl/shoccs@group-velocity-analysis -y
```

Package: lanl/shoccs
Source: https://github.com/lanl/shoccs/tree/main/.claude/skills/group-velocity-analysis

### stencil-sweeps

Official Los Alamos National Laboratory skill from lanl/shoccs.

Install:

```bash
npx skills add lanl/shoccs@stencil-sweeps -y
```

Package: lanl/shoccs
Source: https://github.com/lanl/shoccs/tree/main/.claude/skills/stencil-sweeps

## lanl/scintipix package overview

Includes 2 official skills: pixi, pydantic.

### Top skills in this package

- pixi: Official Los Alamos National Laboratory skill from lanl/scintipix.
- pydantic: Official Los Alamos National Laboratory skill from lanl/scintipix.

### Install

Install the full package:

```bash
npx skills add lanl/scintipix -y
```

Install a specific skill:

```bash
npx skills add lanl/scintipix@pixi -y
```

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

Source: https://github.com/lanl/scintipix#readme
