# Lawrence Livermore National Laboratory AI Agent Skills

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

Browse 3 official AI agent skills across 1 Lawrence Livermore National Laboratory repository, with install commands and source links.

Official page: https://skillscout.sh/official/llnl/
Markdown page: https://skillscout.sh/official/llnl/llnl_skills_skillscout.md
Vendor website: https://software.llnl.gov/

## Prompt for your agent

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

### llnl/smith

Includes 3 official skills: building, cpp-style, cpp-unit-testing.

Install:

```bash
npx skills add llnl/smith -y
```

Source: https://github.com/llnl/smith

## Individual skills

### building

Official Lawrence Livermore National Laboratory skill from llnl/smith.

Install:

```bash
npx skills add llnl/smith@building -y
```

Package: llnl/smith
Source: https://github.com/llnl/smith/tree/develop/skills/building

### cpp-style

Official Lawrence Livermore National Laboratory skill from llnl/smith.

Install:

```bash
npx skills add llnl/smith@cpp-style -y
```

Package: llnl/smith
Source: https://github.com/llnl/smith/tree/develop/skills/cpp-style

### cpp-unit-testing

Official Lawrence Livermore National Laboratory skill from llnl/smith.

Install:

```bash
npx skills add llnl/smith@cpp-unit-testing -y
```

Package: llnl/smith
Source: https://github.com/llnl/smith/tree/develop/skills/cpp-unit-testing

## llnl/smith package overview

Includes 3 official skills: building, cpp-style, cpp-unit-testing.

### Top skills in this package

- building: Official Lawrence Livermore National Laboratory skill from llnl/smith.
- cpp-style: Official Lawrence Livermore National Laboratory skill from llnl/smith.
- cpp-unit-testing: Official Lawrence Livermore National Laboratory skill from llnl/smith.

### Install

Install the full package:

```bash
npx skills add llnl/smith -y
```

Install a specific skill:

```bash
npx skills add llnl/smith@building -y
```

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

Source: https://github.com/llnl/smith#readme
