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

# Skills | AI Studio

> Attach reusable capabilities to agents using skills in Collate AI Studio.

# Skills

A skill is a reusable set of capabilities that you attach to an agent to control what actions it can take. Each skill is built on top of an external [plugin](/ai-2-0/collate-ai/ai-studio/plugins) and exposes a specific subset of tools from that plugin. The built-in Collate plugin isn't available as a base for skills: skills are only built on plugins you've connected yourself, such as Confluence or GitHub.

For example, a **Documentation Lookup** skill built on the Confluence plugin gives an agent the ability to search and retrieve pages from your Confluence site, without granting access to unrelated tools.

## Create a Skill

Follow the steps below to create a new skill in AI Studio.

### Step 1: Navigate to the Skills Tab

1. In the left navigation menu, click **More** > **AI Studio**.
2. Navigate to the **Skills** tab, and click **New Skill**.

   <img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/add-skill.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=3b363e5e85e8f13ea2ff11c8c82c4a11" alt="Add Skill" width="2394" height="900" data-path="public/images/ai-2.0/collate-ai/ai-studio/add-skill.png" />

### Step 2: Fill in Skill Details

Enter the following details:

| Field                   | Required | Description                                                                                                                                                                                                                                                    |
| ----------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Skills Name**         | Yes      | The internal identifier for this skill.                                                                                                                                                                                                                        |
| **Skills Display Name** | Yes      | The name shown in the UI and in agent configuration.                                                                                                                                                                                                           |
| **Description**         | Yes      | A short description of what this skill does and the tools it provides.                                                                                                                                                                                         |
| **Select Plugin**       | Yes      | The external plugin this skill is built on. Only plugins you've connected (Confluence, GitHub, or Custom) appear here. The built-in Collate plugin is excluded. After you select a plugin, the tools discovered from it become available for the skill to use. |

<img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/skill-details.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=7a4adffd1c9c159cf98d52d973795380" alt="Skill Details" width="1244" height="1344" data-path="public/images/ai-2.0/collate-ai/ai-studio/skill-details.png" />

Click **Create** to save the skill.

## View Skills

The **Skills** tab lists all skills with their name, the plugin they're built on, the number of tools they expose, and a description. Use the search bar to filter by name.

## Manage Skills

Use the following options to edit or delete a skill.

* To edit a skill:
  1. In the **Skills** tab, click the skill you want to edit.
     <img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/edit-skill.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=2b4c8df3127804f6dbe9160813410cc7" alt="Edit Skill" width="2404" height="892" data-path="public/images/ai-2.0/collate-ai/ai-studio/edit-skill.png" />
  2. Modify the details and click **Save**.
* To delete a skill, click the **Delete** icon in the **Actions** column next to the skill.
  <img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/delete-skill.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=e810b9255927f36649e5bf9b23293407" alt="Delete Skill" width="2382" height="1018" data-path="public/images/ai-2.0/collate-ai/ai-studio/delete-skill.png" />
