# Nomic Foundation AI Agent Skills

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

Browse 8 official AI agent skills across 2 Nomic Foundation repositories, with install commands and source links.

Official page: https://skillscout.sh/official/nomicfoundation/
Markdown page: https://skillscout.sh/official/nomicfoundation/nomicfoundation_skills_skillscout.md
Vendor website: https://nomic.foundation/

## Prompt for your agent

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

### nomicfoundation/hardhat-skills

Includes 5 official skills: hardhat, hardhat-toolbox-viem, hardhat-toolbox-mocha-ethers, migrate-hardhat2-to-hardhat3, migrate-foundry-to-hardhat.

Install:

```bash
npx skills add nomicfoundation/hardhat-skills -y
```

Source: https://github.com/NomicFoundation/hardhat-skills

### nomicfoundation/hardhat

Includes 3 official skills: hardhat, hardhat-toolbox-mocha-ethers, hardhat-toolbox-viem.

Install:

```bash
npx skills add nomicfoundation/hardhat -y
```

Source: https://github.com/NomicFoundation/hardhat

## Individual skills

### hardhat

Official Nomic Foundation skill from nomicfoundation/hardhat-skills.

Install:

```bash
npx skills add nomicfoundation/hardhat-skills@hardhat -y
```

Package: nomicfoundation/hardhat-skills
Source: https://github.com/nomicfoundation/hardhat-skills/tree/HEAD/skills/hardhat

### hardhat-toolbox-viem

Official Nomic Foundation skill from nomicfoundation/hardhat-skills.

Install:

```bash
npx skills add nomicfoundation/hardhat-skills@hardhat-toolbox-viem -y
```

Package: nomicfoundation/hardhat-skills
Source: https://github.com/nomicfoundation/hardhat-skills/tree/HEAD/skills/hardhat-toolbox-viem

### hardhat-toolbox-mocha-ethers

Official Nomic Foundation skill from nomicfoundation/hardhat-skills.

Install:

```bash
npx skills add nomicfoundation/hardhat-skills@hardhat-toolbox-mocha-ethers -y
```

Package: nomicfoundation/hardhat-skills
Source: https://github.com/nomicfoundation/hardhat-skills/tree/HEAD/skills/hardhat-toolbox-mocha-ethers

### migrate-hardhat2-to-hardhat3

Official Nomic Foundation skill from nomicfoundation/hardhat-skills.

Install:

```bash
npx skills add nomicfoundation/hardhat-skills@migrate-hardhat2-to-hardhat3 -y
```

Package: nomicfoundation/hardhat-skills
Source: https://github.com/NomicFoundation/hardhat-skills/tree/main/skills/migrate-hardhat2-to-hardhat3

### migrate-foundry-to-hardhat

Official Nomic Foundation skill from nomicfoundation/hardhat-skills.

Install:

```bash
npx skills add nomicfoundation/hardhat-skills@migrate-foundry-to-hardhat -y
```

Package: nomicfoundation/hardhat-skills
Source: https://github.com/NomicFoundation/hardhat-skills/tree/main/skills/migrate-foundry-to-hardhat

### hardhat

Official Nomic Foundation skill from nomicfoundation/hardhat.

Install:

```bash
npx skills add nomicfoundation/hardhat@hardhat -y
```

Package: nomicfoundation/hardhat
Source: https://github.com/NomicFoundation/hardhat/tree/main/packages/hardhat/skills/hardhat

### hardhat-toolbox-mocha-ethers

Official Nomic Foundation skill from nomicfoundation/hardhat.

Install:

```bash
npx skills add nomicfoundation/hardhat@hardhat-toolbox-mocha-ethers -y
```

Package: nomicfoundation/hardhat
Source: https://github.com/nomicfoundation/hardhat/tree/HEAD/packages/hardhat/skills/hardhat-toolbox-mocha-ethers

### hardhat-toolbox-viem

Official Nomic Foundation skill from nomicfoundation/hardhat.

Install:

```bash
npx skills add nomicfoundation/hardhat@hardhat-toolbox-viem -y
```

Package: nomicfoundation/hardhat
Source: https://github.com/NomicFoundation/hardhat/tree/main/packages/hardhat/skills/hardhat-toolbox-viem

## nomicfoundation/hardhat-skills package overview

Includes 5 official skills: hardhat, hardhat-toolbox-viem, hardhat-toolbox-mocha-ethers, migrate-hardhat2-to-hardhat3, migrate-foundry-to-hardhat.

### Top skills in this package

- hardhat: Official Nomic Foundation skill from nomicfoundation/hardhat-skills.
- hardhat-toolbox-viem: Official Nomic Foundation skill from nomicfoundation/hardhat-skills.
- hardhat-toolbox-mocha-ethers: Official Nomic Foundation skill from nomicfoundation/hardhat-skills.
- migrate-hardhat2-to-hardhat3: Official Nomic Foundation skill from nomicfoundation/hardhat-skills.
- migrate-foundry-to-hardhat: Official Nomic Foundation skill from nomicfoundation/hardhat-skills.

### Install

Install the full package:

```bash
npx skills add nomicfoundation/hardhat-skills -y
```

Install a specific skill:

```bash
npx skills add nomicfoundation/hardhat-skills@hardhat -y
```

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

Source: https://github.com/nomicfoundation/hardhat-skills#readme
