# Themesberg AI Agent Skills

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

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

Official page: https://skillscout.sh/official/themesberg/
Markdown page: https://skillscout.sh/official/themesberg/themesberg_skills_skillscout.md
Vendor website: https://themesberg.com/

## Prompt for your agent

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

### themesberg/glass-ui

Includes 4 official skills: convex, next-best-practices, shadcn-ui, vercel-react-best-practices.

Install:

```bash
npx skills add themesberg/glass-ui -y
```

Source: https://github.com/themesberg/glass-ui

## Individual skills

### convex

Official Themesberg skill from themesberg/glass-ui.

Install:

```bash
npx skills add themesberg/glass-ui@convex -y
```

Package: themesberg/glass-ui
Source: https://github.com/themesberg/glass-ui/tree/main/.agents/skills/convex

### next-best-practices

Official Themesberg skill from themesberg/glass-ui.

Install:

```bash
npx skills add themesberg/glass-ui@next-best-practices -y
```

Package: themesberg/glass-ui
Source: https://github.com/themesberg/glass-ui/tree/HEAD/.agents/skills/next-best-practices

### shadcn-ui

Official Themesberg skill from themesberg/glass-ui.

Install:

```bash
npx skills add themesberg/glass-ui@shadcn-ui -y
```

Package: themesberg/glass-ui
Source: https://github.com/themesberg/glass-ui/tree/HEAD/.agents/skills/shadcn-ui

### vercel-react-best-practices

Official Themesberg skill from themesberg/glass-ui.

Install:

```bash
npx skills add themesberg/glass-ui@vercel-react-best-practices -y
```

Package: themesberg/glass-ui
Source: https://github.com/themesberg/glass-ui/tree/HEAD/.agents/skills/vercel-react-best-practices

## themesberg/glass-ui package overview

Includes 4 official skills: convex, next-best-practices, shadcn-ui, vercel-react-best-practices.

### Top skills in this package

- convex: Official Themesberg skill from themesberg/glass-ui.
- next-best-practices: Official Themesberg skill from themesberg/glass-ui.
- shadcn-ui: Official Themesberg skill from themesberg/glass-ui.
- vercel-react-best-practices: Official Themesberg skill from themesberg/glass-ui.

### Install

Install the full package:

```bash
npx skills add themesberg/glass-ui -y
```

Install a specific skill:

```bash
npx skills add themesberg/glass-ui@convex -y
```

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

Source: https://github.com/themesberg/glass-ui#readme
