# Ggml AI Agent Skills

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

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

Official page: https://skillscout.sh/official/ggml-org/
Markdown page: https://skillscout.sh/official/ggml-org/ggml-org_skills_skillscout.md
Vendor website: https://ggml.ai/

## Prompt for your agent

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

### ggml-org/llama.cpp

Includes 3 official skills: add-new-model, code-review, app.

Install:

```bash
npx skills add ggml-org/llama.cpp -y
```

Source: https://github.com/ggml-org/llama.cpp

## Individual skills

### add-new-model

Official Ggml skill from ggml-org/llama.cpp.

Install:

```bash
npx skills add ggml-org/llama.cpp@add-new-model -y
```

Package: ggml-org/llama.cpp
Source: https://github.com/ggml-org/llama.cpp/tree/HEAD/skills/add-new-model

### code-review

Official Ggml skill from ggml-org/llama.cpp.

Install:

```bash
npx skills add ggml-org/llama.cpp@code-review -y
```

Package: ggml-org/llama.cpp
Source: https://github.com/ggml-org/llama.cpp/tree/HEAD/skills/code-review

### app

Official Ggml skill from ggml-org/llama.cpp.

Install:

```bash
npx skills add ggml-org/llama.cpp@app -y
```

Package: ggml-org/llama.cpp
Source: https://github.com/ggml-org/llama.cpp/tree/master/tools/ui/src/lib/components/app

## ggml-org/llama.cpp package overview

Includes 3 official skills: add-new-model, code-review, app.

### Top skills in this package

- add-new-model: Official Ggml skill from ggml-org/llama.cpp.
- code-review: Official Ggml skill from ggml-org/llama.cpp.
- app: Official Ggml skill from ggml-org/llama.cpp.

### Install

Install the full package:

```bash
npx skills add ggml-org/llama.cpp -y
```

Install a specific skill:

```bash
npx skills add ggml-org/llama.cpp@add-new-model -y
```

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

Source: https://github.com/ggml-org/llama.cpp#readme
