# The Manticore Project AI Agent Skills

The Manticore Project publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 The Manticore Project repository, with install commands and source links.

Official page: https://skillscout.sh/official/themanticoreproject/
Markdown page: https://skillscout.sh/official/themanticoreproject/themanticoreproject_skills_skillscout.md
Vendor website: https://themanticoreproject.com/

## Prompt for your agent

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

### themanticoreproject/manticore

Includes 2 official skills: dcerpc-interface-structure, smb-v10-message-structure.

Install:

```bash
npx skills add themanticoreproject/manticore -y
```

Source: https://github.com/TheManticoreProject/Manticore

## Individual skills

### dcerpc-interface-structure

Official The Manticore Project skill from themanticoreproject/manticore.

Install:

```bash
npx skills add themanticoreproject/manticore@dcerpc-interface-structure -y
```

Package: themanticoreproject/manticore
Source: https://github.com/TheManticoreProject/Manticore/tree/main/.claude/skills/dcerpc-interface-structure

### smb-v10-message-structure

Official The Manticore Project skill from themanticoreproject/manticore.

Install:

```bash
npx skills add themanticoreproject/manticore@smb-v10-message-structure -y
```

Package: themanticoreproject/manticore
Source: https://github.com/TheManticoreProject/Manticore/tree/main/.claude/skills/smb-v10-message-structure

## themanticoreproject/manticore package overview

Includes 2 official skills: dcerpc-interface-structure, smb-v10-message-structure.

### Top skills in this package

- dcerpc-interface-structure: Official The Manticore Project skill from themanticoreproject/manticore.
- smb-v10-message-structure: Official The Manticore Project skill from themanticoreproject/manticore.

### Install

Install the full package:

```bash
npx skills add themanticoreproject/manticore -y
```

Install a specific skill:

```bash
npx skills add themanticoreproject/manticore@dcerpc-interface-structure -y
```

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

Source: https://github.com/themanticoreproject/manticore#readme
