# InsForge AI Agent Skills

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

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

Official page: https://skillscout.sh/official/insforge/
Markdown page: https://skillscout.sh/official/insforge/insforge_skills_skillscout.md
Vendor website: https://insforge.dev/

## Prompt for your agent

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

### insforge/insforge-skills

Includes 4 official skills: insforge, insforge-cli, insforge-debug, insforge-integrations.

Install:

```bash
npx skills add insforge/insforge-skills -y
```

Source: https://github.com/InsForge/insforge-skills

### insforge/insta-skills

Includes 1 official skill: insta.

Install:

```bash
npx skills add insforge/insta-skills -y
```

Source: https://github.com/InsForge/insta-skills

## Individual skills

### insforge

Official InsForge skill from insforge/insforge-skills.

Install:

```bash
npx skills add insforge/insforge-skills@insforge -y
```

Package: insforge/insforge-skills
Source: https://github.com/InsForge/insforge-skills/tree/main/skills/insforge

### insforge-cli

Official InsForge skill from insforge/insforge-skills.

Install:

```bash
npx skills add insforge/insforge-skills@insforge-cli -y
```

Package: insforge/insforge-skills
Source: https://github.com/InsForge/insforge-skills/tree/main/skills/insforge-cli

### insforge-debug

Official InsForge skill from insforge/insforge-skills.

Install:

```bash
npx skills add insforge/insforge-skills@insforge-debug -y
```

Package: insforge/insforge-skills
Source: https://github.com/InsForge/insforge-skills/tree/main/skills/insforge-debug

### insforge-integrations

Official InsForge skill from insforge/insforge-skills.

Install:

```bash
npx skills add insforge/insforge-skills@insforge-integrations -y
```

Package: insforge/insforge-skills
Source: https://github.com/InsForge/insforge-skills/tree/main/skills/insforge-integrations

### insta

Official InsForge skill from insforge/insta-skills.

Install:

```bash
npx skills add insforge/insta-skills@insta -y
```

Package: insforge/insta-skills
Source: https://github.com/InsForge/insta-skills/tree/main/insta

## insforge/insforge-skills package overview

Includes 4 official skills: insforge, insforge-cli, insforge-debug, insforge-integrations.

### Top skills in this package

- insforge: Official InsForge skill from insforge/insforge-skills.
- insforge-cli: Official InsForge skill from insforge/insforge-skills.
- insforge-debug: Official InsForge skill from insforge/insforge-skills.
- insforge-integrations: Official InsForge skill from insforge/insforge-skills.

### Install

Install the full package:

```bash
npx skills add insforge/insforge-skills -y
```

Install a specific skill:

```bash
npx skills add insforge/insforge-skills@insforge -y
```

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

Source: https://github.com/insforge/insforge-skills#readme
