# Invopop AI Agent Skills

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

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

Official page: https://skillscout.sh/official/invopop/
Markdown page: https://skillscout.sh/official/invopop/invopop_skills_skillscout.md
Vendor website: https://invopop.com/

## Prompt for your agent

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

### invopop/docs.invopop.com

Includes 5 official skills: create-app-page, create-country-guide, docs.invopop.com, manage-faqs, mermaid-style.

Install:

```bash
npx skills add invopop/docs.invopop.com -y
```

Source: https://github.com/invopop/docs.invopop.com

## Individual skills

### create-app-page

Official Invopop skill from invopop/docs.invopop.com.

Install:

```bash
npx skills add invopop/docs.invopop.com@create-app-page -y
```

Package: invopop/docs.invopop.com
Source: https://github.com/invopop/docs.invopop.com/tree/HEAD/skills/create-app-page

### create-country-guide

Official Invopop skill from invopop/docs.invopop.com.

Install:

```bash
npx skills add invopop/docs.invopop.com@create-country-guide -y
```

Package: invopop/docs.invopop.com
Source: https://github.com/invopop/docs.invopop.com/tree/HEAD/skills/create-country-guide

### docs.invopop.com

Official Invopop skill from invopop/docs.invopop.com.

Install:

```bash
npx skills add invopop/docs.invopop.com@docs.invopop.com -y
```

Package: invopop/docs.invopop.com
Source: https://github.com/invopop/docs.invopop.com/tree/HEAD/docs.invopop.com

### manage-faqs

Official Invopop skill from invopop/docs.invopop.com.

Install:

```bash
npx skills add invopop/docs.invopop.com@manage-faqs -y
```

Package: invopop/docs.invopop.com
Source: https://github.com/invopop/docs.invopop.com/tree/main/skills/manage-faqs

### mermaid-style

Official Invopop skill from invopop/docs.invopop.com.

Install:

```bash
npx skills add invopop/docs.invopop.com@mermaid-style -y
```

Package: invopop/docs.invopop.com
Source: https://github.com/invopop/docs.invopop.com/tree/HEAD/skills/mermaid-style

## invopop/docs.invopop.com package overview

Includes 5 official skills: create-app-page, create-country-guide, docs.invopop.com, manage-faqs, mermaid-style.

### Top skills in this package

- create-app-page: Official Invopop skill from invopop/docs.invopop.com.
- create-country-guide: Official Invopop skill from invopop/docs.invopop.com.
- docs.invopop.com: Official Invopop skill from invopop/docs.invopop.com.
- manage-faqs: Official Invopop skill from invopop/docs.invopop.com.
- mermaid-style: Official Invopop skill from invopop/docs.invopop.com.

### Install

Install the full package:

```bash
npx skills add invopop/docs.invopop.com -y
```

Install a specific skill:

```bash
npx skills add invopop/docs.invopop.com@create-app-page -y
```

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

Source: https://github.com/invopop/docs.invopop.com#readme
