[Docs index](/docs.md) / [Agent Skills](/docs/agent-skills/overview.md) / Attaching Agent Skills to Operational Agents

---

# Attaching Agent Skills to Operational Agents

This guide explains how to attach an approved Agent Skill version to an operational agent. In the product UI this action appears as **Mount**, because the approved skill files are mounted read-only for the selected agent.

Use this workflow when a live Assist agent should follow a reviewed team instruction instead of relying on scattered prompt docs or one-off user guidance.

## Before you begin

- The Agent Skill needs an approved version.
- You need read access to the Agent Skill.
- You need edit access to the target agent.
- The Agent Skill and agent must be in the same workspace.
- The target agent should already have the tools and data access expected by the workflow.
- Attached Agent Skills are read-only in this release.

## Steps

### 1. Open the Agent Skill

Open **Skills**, then select the Agent Skill you want the agent to use.

### 2. Open Usage

Select the **Usage** tab. This tab shows where the Agent Skill is attached and whether each attachment is on the latest approved version.

![Agent Skill Usage tab](screenshots/agent-skills-usage-tab.png)

### 3. Start the attachment

Click **Mount**. The **Mount Skill** dialog opens.

![Mount Skill dialog](screenshots/agent-skills-mount-dialog.png)

### 4. Choose the agent

Select the agent from the dropdown. Agents that already have the skill mounted are filtered out.

If the agent is missing, check whether you can edit that agent and whether it belongs to the same workspace as the skill.

### 5. Confirm the mount path

Assist suggests `/skills/<skill-slug>`. You can edit the mount path, but it must:

- Start with `/`.
- Not end with `/`, unless it is exactly `/`.
- Not contain `//`.

Use a path that makes sense to the people reviewing the agent later. For example, `/skills/team-ai-usage-cleanup` is easier to understand than `/skills/prompt-v3`.

### 6. Attach the Agent Skill

Click **Mount**. The Agent Skill appears in the **Usage** tab for the selected agent.

### 7. Validate the workflow

Open the agent and ask it to do work that should trigger the Agent Skill. Use a realistic team scenario rather than a generic prompt.

Good validation prompts:

- `Review this shared prompt doc and identify which workflows should move into Assist.`
- `Draft a support escalation summary using our approved format.`
- `Turn these weekly notes into the standard operations update.`

The agent receives an index of attached Agent Skills and reads the relevant `SKILL.md` before following the instructions.

## What happens after mounting

The agent can read the mounted skill files, but it cannot edit them. If you approve a newer skill version later, the agent stays pinned to the old version until you click **Upgrade** on the mount.

This pinning behavior is useful during AI cleanup work. It lets a team test a revised workflow, approve it, and then roll it out to specific agents when managers and operators are ready.

## Next steps

- [Governing Agent Skill Versions](governing-agent-skill-versions.md)
- [Use cases and playbooks](use-cases.md)
- [Troubleshooting](troubleshooting.md)

---

## Navigation

### In this section: Agent Skills

- [Agent Skills](/docs/agent-skills/overview.md)
- [Use Cases and Playbooks](/docs/agent-skills/use-cases.md)
- [Troubleshooting Agent Skills](/docs/agent-skills/troubleshooting.md)
- **Attaching Agent Skills to Operational Agents** (current)
- [Authoring and Approving Agent Skills](/docs/agent-skills/authoring-and-approving-agent-skills.md)
- [Creating a Managed AI Workflow Skill](/docs/agent-skills/creating-a-managed-ai-workflow-skill.md)
- [Governing Agent Skill Versions](/docs/agent-skills/governing-agent-skill-versions.md)
- [Importing a Team AI Workflow Skill](/docs/agent-skills/importing-a-team-ai-workflow-skill.md)

#### Playbooks

- [Playbook: Build a Department AI Rollout Skill](/docs/agent-skills/playbook-department-ai-rollout.md)
- [Playbook: Build a Team AI Usage Cleanup Skill](/docs/agent-skills/playbook-ai-usage-inventory.md)
- [Playbook: Build a Team Prompt Standardization Skill](/docs/agent-skills/playbook-prompt-standardization.md)

### Other sections

- [MCP Servers](/docs/mcp-servers/overview.md)
- [Tool Creation](/docs/tool-creation/overview.md)
- [Agent Filesystem](/docs/agent-filesystem/overview.md)
- [Chat Sharing](/docs/chat-sharing/overview.md)
- [Scheduled Triggers](/docs/scheduled-triggers/overview.md)
- [Sandcastles](/docs/sandcastles/overview.md)
- [Subagents](/docs/subagents/overview.md)
- [Workspace Permissions](/docs/workspace-permissions/overview.md)

[Back to docs index](/docs.md)
