# OpenMANET AI Agent Skills

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

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

Official page: https://skillscout.sh/official/openmanet/
Markdown page: https://skillscout.sh/official/openmanet/openmanet_skills_skillscout.md
Vendor website: https://github.com/openmanet

## Prompt for your agent

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

### openmanet/openmanetd

Includes 4 official skills: gen, new-service, react-best-practices, react-view-transitions.

Install:

```bash
npx skills add openmanet/openmanetd -y
```

Source: https://github.com/OpenMANET/openmanetd

## Individual skills

### gen

Official OpenMANET skill from openmanet/openmanetd.

Install:

```bash
npx skills add openmanet/openmanetd@gen -y
```

Package: openmanet/openmanetd
Source: https://github.com/OpenMANET/openmanetd/tree/main/.claude/skills/gen

### new-service

Official OpenMANET skill from openmanet/openmanetd.

Install:

```bash
npx skills add openmanet/openmanetd@new-service -y
```

Package: openmanet/openmanetd
Source: https://github.com/OpenMANET/openmanetd/tree/main/.claude/skills/new-service

### react-best-practices

Official OpenMANET skill from openmanet/openmanetd.

Install:

```bash
npx skills add openmanet/openmanetd@react-best-practices -y
```

Package: openmanet/openmanetd
Source: https://github.com/openmanet/openmanetd/tree/HEAD/.claude/skills/react-best-practices

### react-view-transitions

Official OpenMANET skill from openmanet/openmanetd.

Install:

```bash
npx skills add openmanet/openmanetd@react-view-transitions -y
```

Package: openmanet/openmanetd
Source: https://github.com/openmanet/openmanetd/tree/HEAD/.claude/skills/react-view-transitions

## openmanet/openmanetd package overview

Includes 4 official skills: gen, new-service, react-best-practices, react-view-transitions.

### Top skills in this package

- gen: Official OpenMANET skill from openmanet/openmanetd.
- new-service: Official OpenMANET skill from openmanet/openmanetd.
- react-best-practices: Official OpenMANET skill from openmanet/openmanetd.
- react-view-transitions: Official OpenMANET skill from openmanet/openmanetd.

### Install

Install the full package:

```bash
npx skills add openmanet/openmanetd -y
```

Install a specific skill:

```bash
npx skills add openmanet/openmanetd@gen -y
```

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

Source: https://github.com/openmanet/openmanetd#readme
