# Intentee AI Agent Skills

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

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

Official page: https://skillscout.sh/official/intentee/
Markdown page: https://skillscout.sh/official/intentee/intentee_skills_skillscout.md
Vendor website: https://intentee.com/

## Prompt for your agent

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

### intentee/llama-cpp-bindings

Includes 2 official skills: run-all-tests, run-coverage.

Install:

```bash
npx skills add intentee/llama-cpp-bindings -y
```

Source: https://github.com/intentee/llama-cpp-bindings

### intentee/paddler

Includes 2 official skills: running-all-tests, running-coverage.

Install:

```bash
npx skills add intentee/paddler -y
```

Source: https://github.com/intentee/paddler

## Individual skills

### run-all-tests

Official Intentee skill from intentee/llama-cpp-bindings.

Install:

```bash
npx skills add intentee/llama-cpp-bindings@run-all-tests -y
```

Package: intentee/llama-cpp-bindings
Source: https://github.com/intentee/llama-cpp-bindings/tree/main/.claude/skills/run-all-tests

### run-coverage

Official Intentee skill from intentee/llama-cpp-bindings.

Install:

```bash
npx skills add intentee/llama-cpp-bindings@run-coverage -y
```

Package: intentee/llama-cpp-bindings
Source: https://github.com/intentee/llama-cpp-bindings/tree/main/.claude/skills/run-coverage

### running-all-tests

Official Intentee skill from intentee/paddler.

Install:

```bash
npx skills add intentee/paddler@running-all-tests -y
```

Package: intentee/paddler
Source: https://github.com/intentee/paddler/tree/main/.claude/skills/running-all-tests

### running-coverage

Official Intentee skill from intentee/paddler.

Install:

```bash
npx skills add intentee/paddler@running-coverage -y
```

Package: intentee/paddler
Source: https://github.com/intentee/paddler/tree/main/.claude/skills/running-coverage

## intentee/llama-cpp-bindings package overview

Includes 2 official skills: run-all-tests, run-coverage.

### Top skills in this package

- run-all-tests: Official Intentee skill from intentee/llama-cpp-bindings.
- run-coverage: Official Intentee skill from intentee/llama-cpp-bindings.

### Install

Install the full package:

```bash
npx skills add intentee/llama-cpp-bindings -y
```

Install a specific skill:

```bash
npx skills add intentee/llama-cpp-bindings@run-all-tests -y
```

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

Source: https://github.com/intentee/llama-cpp-bindings#readme
