# Tabler AI Agent Skills

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

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

Official page: https://skillscout.sh/official/tabler/
Markdown page: https://skillscout.sh/official/tabler/tabler_skills_skillscout.md
Vendor website: https://tabler.io/

## Prompt for your agent

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

### tabler/tabler

Includes 3 official skills: generate-changeset, mr-description, write-docs.

Install:

```bash
npx skills add tabler/tabler -y
```

Source: https://github.com/tabler/tabler

## Individual skills

### generate-changeset

Official Tabler skill from tabler/tabler.

Install:

```bash
npx skills add tabler/tabler@generate-changeset -y
```

Package: tabler/tabler
Source: https://github.com/tabler/tabler/tree/HEAD/.agents/skills/generate-changeset

### mr-description

Official Tabler skill from tabler/tabler.

Install:

```bash
npx skills add tabler/tabler@mr-description -y
```

Package: tabler/tabler
Source: https://github.com/tabler/tabler/tree/HEAD/.agents/skills/mr-description

### write-docs

Official Tabler skill from tabler/tabler.

Install:

```bash
npx skills add tabler/tabler@write-docs -y
```

Package: tabler/tabler
Source: https://github.com/tabler/tabler/tree/HEAD/.agents/skills/write-docs

## tabler/tabler package overview

Includes 3 official skills: generate-changeset, mr-description, write-docs.

### Top skills in this package

- generate-changeset: Official Tabler skill from tabler/tabler.
- mr-description: Official Tabler skill from tabler/tabler.
- write-docs: Official Tabler skill from tabler/tabler.

### Install

Install the full package:

```bash
npx skills add tabler/tabler -y
```

Install a specific skill:

```bash
npx skills add tabler/tabler@generate-changeset -y
```

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

Source: https://github.com/tabler/tabler#readme
