# Invertase AI Agent Skills

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

Browse 3 official AI agent skills across 2 Invertase repositories, with install commands and source links.

Official page: https://skillscout.sh/official/invertase/
Markdown page: https://skillscout.sh/official/invertase/invertase_skills_skillscout.md
Vendor website: https://invertase.io/

## Prompt for your agent

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

### invertase/globe-agent-skills

Includes 1 official skill: globe.

Install:

```bash
npx skills add invertase/globe-agent-skills -y
```

Source: https://github.com/invertase/globe-agent-skills

### invertase/genkit-dart

Includes 2 official skills: coding, dummy.

Install:

```bash
npx skills add invertase/genkit-dart -y
```

Source: https://github.com/invertase/genkit-dart

## Individual skills

### globe

Official Invertase skill from invertase/globe-agent-skills.

Install:

```bash
npx skills add invertase/globe-agent-skills@globe -y
```

Package: invertase/globe-agent-skills
Source: https://github.com/invertase/globe-agent-skills/tree/main/skills/globe

### coding

Official Invertase skill from invertase/genkit-dart.

Install:

```bash
npx skills add invertase/genkit-dart@coding -y
```

Package: invertase/genkit-dart
Source: https://github.com/invertase/genkit-dart/tree/HEAD/testapps/middleware/skills/coding

### dummy

Official Invertase skill from invertase/genkit-dart.

Install:

```bash
npx skills add invertase/genkit-dart@dummy -y
```

Package: invertase/genkit-dart
Source: https://github.com/invertase/genkit-dart/tree/main/packages/genkit_middleware/skills/dummy

## invertase/globe-agent-skills package overview

Includes 1 official skill: globe.

### Top skills in this package

- globe: Official Invertase skill from invertase/globe-agent-skills.

### Install

Install the full package:

```bash
npx skills add invertase/globe-agent-skills -y
```

Install a specific skill:

```bash
npx skills add invertase/globe-agent-skills@globe -y
```

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

Source: https://github.com/invertase/globe-agent-skills#readme
