> ## Documentation Index
> Fetch the complete documentation index at: https://promptlayer-hasaan-mcp-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing and remixing collections

> Publish a read-only link to a Skill Collection so others can view, remix, or pull it into their own workspace.

Use shared Skill Collections when you want other people to **inspect**, **remix**, or **pull** your agent setup without giving them access to your private workspace.

## Share a public version

Open a saved Skill Collection version in the dashboard and click **Share**. PromptLayer opens a dialog where you can publish a public link and decide whether **Remix** should be available.

<img src="https://mintcdn.com/promptlayer-hasaan-mcp-docs/UGQvuCl1xdp93683/images/skill-collections/share-dialog.png?fit=max&auto=format&n=UGQvuCl1xdp93683&q=85&s=132a1a4eddc0b7cc41574c57fb30bd5b" alt="Share dialog for a Skill Collection" width="800" height="785" data-path="images/skill-collections/share-dialog.png" />

<Info>
  Shared pages are read-only. Viewers can browse the collection, download it as
  a zip, and copy it, but they cannot edit the original collection in your
  workspace.
</Info>

## What viewers see on the shared page

The public page shows the collection's file tree and file contents so someone can understand the layout before they install or copy it.

<img src="https://mintcdn.com/promptlayer-hasaan-mcp-docs/UGQvuCl1xdp93683/images/skill-collections/shared-page.png?fit=max&auto=format&n=UGQvuCl1xdp93683&q=85&s=fd93885b71d8ec92d9af91d9922d9d45" alt="Shared Skill Collection page" width="800" height="474" data-path="images/skill-collections/shared-page.png" />

This works well for starter kits, team playbooks, example agent setups, or public templates you want others to learn from.

## Let others remix your collection

If you enable **Remix**, people viewing the shared page can copy the collection into their own workspace and start editing from there.

<img src="https://mintcdn.com/promptlayer-hasaan-mcp-docs/UGQvuCl1xdp93683/images/skill-collections/remix-dialog.png?fit=max&auto=format&n=UGQvuCl1xdp93683&q=85&s=e58f5cd104061a32c0cf1f64087afa0e" alt="Remix Skill Collection dialog" width="800" height="643" data-path="images/skill-collections/remix-dialog.png" />

A remix creates a separate Skill Collection owned by the destination workspace. After that, the new owner can rename skills, adjust frontmatter, switch providers, and publish their own versions without changing the original.

## Typical use cases

* Publish an opinionated starter collection for new repositories.
* Share a reference agent setup that customers can adapt to their stack.
* Distribute internal best practices across teams without handing out workspace access.
* Pair public sharing with pinned pulls so downstream projects load a stable version.
