> ## Documentation Index
> Fetch the complete documentation index at: https://docs.digcrate.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom skills

> Build reusable slash commands tailored to your workflow

Custom skills are slash commands you define. You describe what you want in plain language, Digcrate runs a live dry run using its full set of tools, then saves the result as a command you can reuse any time.

Skills are stored to your account and available in every session. They show up in autocomplete alongside built-in commands.

## What skills look like in practice

<CardGroup cols={3}>
  <Card title="/rave-events" icon="calendar">
    Pull upcoming events from The Rave Milwaukee website — venue, dates, ticket links
  </Card>

  <Card title="/jazz-vinyl-new" icon="record-vinyl">
    Check Discogs for new vinyl releases in jazz — sorted by date added, with prices and seller links
  </Card>

  <Card title="/mke-music-news" icon="newspaper">
    Find this week's local Milwaukee music news from milwaukeerecord.com and urban Milwaukee sources
  </Card>
</CardGroup>

Skills can target any website, search any data source Digcrate has access to, or combine multiple sources in a single run.

## Skill limits by plan

| Plan | Custom skills | Scheduled skills |
| ---- | ------------- | ---------------- |
| Free | 3             | —                |
| Pro  | 20            | 3                |
| Team | 50            | 10               |

To create more skills, upgrade your plan in **Settings → Plan**.

## Managing your skills

Run `/skills` at any time to see a list of all your custom skills. From the list you can:

* **Enable or disable** a skill without deleting it
* **Edit** the description or prompt template
* **Delete** a skill to free up a slot

Disabled skills are hidden from autocomplete but their slots still count against your plan limit.

## Creating a skill

See [Creating a skill](/skills/creating-skills) for a full walkthrough of the `/create-skill` workflow.

<Note>
  Skills run the same agent loop as every other Digcrate command — they have access to all 20+ data sources, connected services, and OpenUI components. There's nothing you can do manually that a skill can't do automatically.
</Note>
