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

# Skill Store

> Publish, review, install, and update reusable Skills in Driven.

Skill Store lets creators share reusable Skills and lets other users install approved versions into their own Agents. A Skill you build in an Agent workspace starts as a local draft. After you publish it and it passes review, it becomes a Store version that other users can install.

## How it works

Each time you publish or update a Skill, Driven creates a separate version and reviews it. Approved versions appear in **Store** and can be installed into an Agent. If a newer version is approved later, users with an older installed version see an update notice and choose when to update.

In short:

* A draft Skill belongs to the Agent where you create it.
* A Store version must pass review before other users can install it.
* An installed Skill becomes available only to the selected Agent.
* Updates require user confirmation.

## For creators

Build and test the Skill in the Agent where you created it. Before publishing, make sure `SKILL.md` clearly explains what the Skill does, when to use it, and what kind of result to expect.

When the Skill is ready, select **Publish**. If the Skill already has a Store version and the local files changed, select **Publish update** from **My skills** or **Publish changes** from **Published**. Driven creates a new version and adds it to review.

Driven reviews every submission after you publish. Use the **Published** tab to track review status, view version history, and publish later changes.

During review:

* The submitted version does not appear in **Store** yet.
* The current published version stays available while an update is under review.
* A rejected update does not replace the current published version.
* Only one version of the same Skill can be pending review at a time.

## Review

Review checks whether a Skill is ready for Store. Driven checks whether the Skill is complete, whether its behavior matches its description, and whether it raises safety or privacy concerns.

If a version is rejected, open the review details and inspect the issues and evidence. Select **Edit in chat** to ask Driven to help update the current Skill files, then test the Skill again before publishing another version.

## For users

Open **Store** to browse approved Skills. A Skill can also be opened from a shared Skill link. When you find a Skill you want to use, select **Install** and choose the Agent that should use it.

Installed Skills are managed from **My skills**. From there, you can:

* enable or disable a Skill
* see whether a newer version is available
* select **Update** to sync the latest approved version
* uninstall a Skill you no longer need

Installation applies only to the Agent you choose. Install the same Skill separately if another Agent should use it too.

## Related

* [Skills](/concepts/skills) - what Skills are and how to invoke them
* [Skills reference](/skills/overview) - built-in Skills available in Driven
* [Skill routing logic](/reference/skill-routing-logic) - how Driven chooses a Skill for your question
