# Ktor.io AI Agent Skills

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

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

Official page: https://skillscout.sh/official/ktorio/
Markdown page: https://skillscout.sh/official/ktorio/ktorio_skills_skillscout.md
Vendor website: https://ktor.io/

## Prompt for your agent

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

### ktorio/ktor

Includes 1 official skill: fix-bug.

Install:

```bash
npx skills add ktorio/ktor -y
```

Source: https://github.com/ktorio/ktor

### ktorio/ktor-benchmarks

Includes 1 official skill: allocations.

Install:

```bash
npx skills add ktorio/ktor-benchmarks -y
```

Source: https://github.com/ktorio/ktor-benchmarks

## Individual skills

### fix-bug

Official Ktor.io skill from ktorio/ktor.

Install:

```bash
npx skills add ktorio/ktor@fix-bug -y
```

Package: ktorio/ktor
Source: https://github.com/ktorio/ktor/tree/main/.claude/skills/fix-bug

### allocations

Official Ktor.io skill from ktorio/ktor-benchmarks.

Install:

```bash
npx skills add ktorio/ktor-benchmarks@allocations -y
```

Package: ktorio/ktor-benchmarks
Source: https://github.com/ktorio/ktor-benchmarks/tree/main/.claude/skills/allocations

## ktorio/ktor package overview

Includes 1 official skill: fix-bug.

### Top skills in this package

- fix-bug: Official Ktor.io skill from ktorio/ktor.

### Install

Install the full package:

```bash
npx skills add ktorio/ktor -y
```

Install a specific skill:

```bash
npx skills add ktorio/ktor@fix-bug -y
```

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

Source: https://github.com/ktorio/ktor#readme
