# Kimchi AI Agent Skills

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

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

Official page: https://skillscout.sh/official/getkimchi/
Markdown page: https://skillscout.sh/official/getkimchi/getkimchi_skills_skillscout.md
Vendor website: https://kimchi.dev/

## Prompt for your agent

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

### getkimchi/kimchi

Includes 2 official skills: improve, dap-debugging.

Install:

```bash
npx skills add getkimchi/kimchi -y
```

Source: https://github.com/getkimchi/kimchi

## Individual skills

### improve

Official Kimchi skill from getkimchi/kimchi.

Install:

```bash
npx skills add getkimchi/kimchi@improve -y
```

Package: getkimchi/kimchi
Source: https://github.com/getkimchi/kimchi/tree/HEAD/resources/skills/improve

### dap-debugging

Official Kimchi skill from getkimchi/kimchi.

Install:

```bash
npx skills add getkimchi/kimchi@dap-debugging -y
```

Package: getkimchi/kimchi
Source: https://github.com/getkimchi/kimchi/tree/HEAD/resources/skills/dap-debugging

## getkimchi/kimchi package overview

Includes 2 official skills: improve, dap-debugging.

### Top skills in this package

- improve: Official Kimchi skill from getkimchi/kimchi.
- dap-debugging: Official Kimchi skill from getkimchi/kimchi.

### Install

Install the full package:

```bash
npx skills add getkimchi/kimchi -y
```

Install a specific skill:

```bash
npx skills add getkimchi/kimchi@improve -y
```

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

Source: https://github.com/getkimchi/kimchi#readme
