# The Agile Monkeys AI Agent Skills

The Agile Monkeys publishes official AI agent skills for its tools, services, and developer workflows.

Browse 6 official AI agent skills across 2 The Agile Monkeys repositories, with install commands and source links.

Official page: https://skillscout.sh/official/theam/
Markdown page: https://skillscout.sh/official/theam/theam_skills_skillscout.md
Vendor website: https://www.theagilemonkeys.com/

## Prompt for your agent

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

### theam/limina

Includes 5 official skills: build-maintainable-software, experiment-rigor, exploratory-sota-research, research-devil-advocate, skill.

Install:

```bash
npx skills add theam/limina -y
```

Source: https://github.com/theam/limina

### theam/claude-open-marketplace

Includes 1 official skill: transcribe.

Install:

```bash
npx skills add theam/claude-open-marketplace -y
```

Source: https://github.com/theam/claude-open-marketplace

## Individual skills

### build-maintainable-software

Official The Agile Monkeys skill from theam/limina.

Install:

```bash
npx skills add theam/limina@build-maintainable-software -y
```

Package: theam/limina
Source: https://github.com/theam/limina/tree/main/skills/build-maintainable-software

### experiment-rigor

Official The Agile Monkeys skill from theam/limina.

Install:

```bash
npx skills add theam/limina@experiment-rigor -y
```

Package: theam/limina
Source: https://github.com/theam/limina/tree/main/skills/experiment-rigor

### exploratory-sota-research

Official The Agile Monkeys skill from theam/limina.

Install:

```bash
npx skills add theam/limina@exploratory-sota-research -y
```

Package: theam/limina
Source: https://github.com/theam/limina/tree/main/skills/exploratory-sota-research

### research-devil-advocate

Official The Agile Monkeys skill from theam/limina.

Install:

```bash
npx skills add theam/limina@research-devil-advocate -y
```

Package: theam/limina
Source: https://github.com/theam/limina/tree/main/skills/research-devil-advocate

### skill

Official The Agile Monkeys skill from theam/limina.

Install:

```bash
npx skills add theam/limina@skill -y
```

Package: theam/limina
Source: https://github.com/theam/limina/tree/main/skill

### transcribe

Official The Agile Monkeys skill from theam/claude-open-marketplace.

Install:

```bash
npx skills add theam/claude-open-marketplace@transcribe -y
```

Package: theam/claude-open-marketplace
Source: https://github.com/theam/claude-open-marketplace/tree/main/plugins/transcription/skills/transcribe

## theam/limina package overview

Includes 5 official skills: build-maintainable-software, experiment-rigor, exploratory-sota-research, research-devil-advocate, skill.

### Top skills in this package

- build-maintainable-software: Official The Agile Monkeys skill from theam/limina.
- experiment-rigor: Official The Agile Monkeys skill from theam/limina.
- exploratory-sota-research: Official The Agile Monkeys skill from theam/limina.
- research-devil-advocate: Official The Agile Monkeys skill from theam/limina.
- skill: Official The Agile Monkeys skill from theam/limina.

### Install

Install the full package:

```bash
npx skills add theam/limina -y
```

Install a specific skill:

```bash
npx skills add theam/limina@build-maintainable-software -y
```

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

Source: https://github.com/theam/limina#readme
