# Croit AI Agent Skills

Croit publishes official AI agent skills for its tools, services, and developer workflows. Ceph management made easy.

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

Official page: https://skillscout.sh/official/croit/
Markdown page: https://skillscout.sh/official/croit/croit_skills_skillscout.md
Vendor website: https://croit.io/

## Prompt for your agent

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

### croit/llm-gateway

Includes 3 official skills: commit-message-helper, release-notes-writer, sql-query-explainer.

Install:

```bash
npx skills add croit/llm-gateway -y
```

Source: https://github.com/croit/llm-gateway

## Individual skills

### commit-message-helper

Official Croit skill from croit/llm-gateway.

Install:

```bash
npx skills add croit/llm-gateway@commit-message-helper -y
```

Package: croit/llm-gateway
Source: https://github.com/croit/llm-gateway/tree/main/crates/gateway/examples/demo-skills/commit-message-helper

### release-notes-writer

Official Croit skill from croit/llm-gateway.

Install:

```bash
npx skills add croit/llm-gateway@release-notes-writer -y
```

Package: croit/llm-gateway
Source: https://github.com/croit/llm-gateway/tree/main/crates/gateway/examples/demo-skills/release-notes-writer

### sql-query-explainer

Official Croit skill from croit/llm-gateway.

Install:

```bash
npx skills add croit/llm-gateway@sql-query-explainer -y
```

Package: croit/llm-gateway
Source: https://github.com/croit/llm-gateway/tree/main/crates/gateway/examples/demo-skills/sql-query-explainer

## croit/llm-gateway package overview

Includes 3 official skills: commit-message-helper, release-notes-writer, sql-query-explainer.

### Top skills in this package

- commit-message-helper: Official Croit skill from croit/llm-gateway.
- release-notes-writer: Official Croit skill from croit/llm-gateway.
- sql-query-explainer: Official Croit skill from croit/llm-gateway.

### Install

Install the full package:

```bash
npx skills add croit/llm-gateway -y
```

Install a specific skill:

```bash
npx skills add croit/llm-gateway@commit-message-helper -y
```

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

Source: https://github.com/croit/llm-gateway#readme
