# Quickwit OSS AI Agent Skills

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

Browse 10 official AI agent skills across 2 Quickwit OSS repositories, with install commands and source links.

Official page: https://skillscout.sh/official/quickwit-oss/
Markdown page: https://skillscout.sh/official/quickwit-oss/quickwit-oss_skills_skillscout.md
Vendor website: https://quickwit.io/

## Prompt for your agent

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

### quickwit-oss/quickwit

Includes 7 official skills: fix-clippy, rationalize-deps, bump-tantivy, fmt, simple-pr, update-lambda.

Install:

```bash
npx skills add quickwit-oss/quickwit -y
```

Source: https://github.com/quickwit-oss/quickwit

### quickwit-oss/tantivy

Includes 3 official skills: simple-pr, rationalize-deps, update-changelog.

Install:

```bash
npx skills add quickwit-oss/tantivy -y
```

Source: https://github.com/quickwit-oss/tantivy

## Individual skills

### fix-clippy

Official Quickwit OSS skill from quickwit-oss/quickwit.

Install:

```bash
npx skills add quickwit-oss/quickwit@fix-clippy -y
```

Package: quickwit-oss/quickwit
Source: https://github.com/quickwit-oss/quickwit/tree/main/.claude/skills/fix-clippy

### rationalize-deps

Official Quickwit OSS skill from quickwit-oss/quickwit.

Install:

```bash
npx skills add quickwit-oss/quickwit@rationalize-deps -y
```

Package: quickwit-oss/quickwit
Source: https://github.com/quickwit-oss/quickwit/tree/HEAD/.claude/skills/rationalize-deps

### bump-tantivy

Official Quickwit OSS skill from quickwit-oss/quickwit.

Install:

```bash
npx skills add quickwit-oss/quickwit@bump-tantivy -y
```

Package: quickwit-oss/quickwit
Source: https://github.com/quickwit-oss/quickwit/tree/main/.claude/skills/bump-tantivy

### fmt

Official Quickwit OSS skill from quickwit-oss/quickwit.

Install:

```bash
npx skills add quickwit-oss/quickwit@fmt -y
```

Package: quickwit-oss/quickwit
Source: https://github.com/quickwit-oss/quickwit/tree/main/.claude/skills/fmt

### simple-pr

Official Quickwit OSS skill from quickwit-oss/quickwit.

Install:

```bash
npx skills add quickwit-oss/quickwit@simple-pr -y
```

Package: quickwit-oss/quickwit
Source: https://github.com/quickwit-oss/quickwit/tree/main/.claude/skills/simple-pr

### update-lambda

Official Quickwit OSS skill from quickwit-oss/quickwit.

Install:

```bash
npx skills add quickwit-oss/quickwit@update-lambda -y
```

Package: quickwit-oss/quickwit
Source: https://github.com/quickwit-oss/quickwit/tree/main/.claude/skills/update-lambda

### sesh-mode

Official Quickwit OSS skill from quickwit-oss/quickwit.

Install:

```bash
npx skills add quickwit-oss/quickwit@sesh-mode -y
```

Package: quickwit-oss/quickwit
Source: https://github.com/quickwit-oss/quickwit/tree/HEAD/.claude/skills/sesh-mode

### simple-pr

Official Quickwit OSS skill from quickwit-oss/tantivy.

Install:

```bash
npx skills add quickwit-oss/tantivy@simple-pr -y
```

Package: quickwit-oss/tantivy
Source: https://github.com/quickwit-oss/tantivy/tree/main/.claude/skills/simple-pr

### rationalize-deps

Official Quickwit OSS skill from quickwit-oss/tantivy.

Install:

```bash
npx skills add quickwit-oss/tantivy@rationalize-deps -y
```

Package: quickwit-oss/tantivy
Source: https://github.com/quickwit-oss/tantivy/tree/main/.claude/skills/rationalize-deps

### update-changelog

Official Quickwit OSS skill from quickwit-oss/tantivy.

Install:

```bash
npx skills add quickwit-oss/tantivy@update-changelog -y
```

Package: quickwit-oss/tantivy
Source: https://github.com/quickwit-oss/tantivy/tree/main/.claude/skills/update-changelog

## quickwit-oss/quickwit package overview

Includes 7 official skills: fix-clippy, rationalize-deps, bump-tantivy, fmt, simple-pr, update-lambda.

### Top skills in this package

- fix-clippy: Official Quickwit OSS skill from quickwit-oss/quickwit.
- rationalize-deps: Official Quickwit OSS skill from quickwit-oss/quickwit.
- bump-tantivy: Official Quickwit OSS skill from quickwit-oss/quickwit.
- fmt: Official Quickwit OSS skill from quickwit-oss/quickwit.
- simple-pr: Official Quickwit OSS skill from quickwit-oss/quickwit.
- update-lambda: Official Quickwit OSS skill from quickwit-oss/quickwit.
- sesh-mode: Official Quickwit OSS skill from quickwit-oss/quickwit.

### Install

Install the full package:

```bash
npx skills add quickwit-oss/quickwit -y
```

Install a specific skill:

```bash
npx skills add quickwit-oss/quickwit@fix-clippy -y
```

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

Source: https://github.com/quickwit-oss/quickwit#readme
