Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/user-guide/skills/images/skill-published-status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/user-guide/skills/manage-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ Control who can see and use your skill:
| **Project** | All members of the project | Enable Project sharing toggle |
| **Marketplace** | Public - all CodeMie users | Publish skill to Marketplace |

The current sharing status is shown as a badge on each skill card — either **Not Shared** (private) or **Shared with Project**:

![Skill Card with Sharing Status](./images/skill-published-status.png)

To share with your project:

1. Edit the skill
Expand Down
29 changes: 26 additions & 3 deletions docs/user-guide/skills/marketplace-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,28 @@ Click **× Clear filters** to reset all filters and view the complete marketplac

### Add Marketplace Skill to Assistant

1. Edit your assistant
2. In Skills section select from the dropdown menu Marketplace skill
3. Attach to assistant
1. Navigate to **Assistants** and open the assistant you want to update
2. Click **Edit**
3. Scroll to the **Skills** section
4. Open the dropdown and select a skill from the **Marketplace** group
5. Click **Save**

The skill is now attached to the assistant and will load automatically when relevant to the user's request.

### Use a Marketplace Skill in Chat

You can also attach marketplace skills directly in a chat session without modifying the assistant:

1. Open a chat with any assistant
2. Click the **Skills** button in the chat input toolbar
3. In the **Attach Skills** modal, switch to the **Marketplace Skills** tab
4. Select the skill and click **Confirm**

The skill is active for the current conversation only. Other chats with the same assistant are not affected.

:::tip
Use chat-level attachment to try a marketplace skill before permanently adding it to an assistant.
:::

## Publishing Skills to Marketplace

Expand Down Expand Up @@ -119,6 +138,10 @@ In the **Publish to Marketplace** dialog, select at least one category:

![Skill Publish Confirmation](./images/skill-publish-confirmation.png)

A confirmation notification appears when the skill is successfully published:

![Publish Success Notification](./images/publish-success-notification.png)

The skill now appears in the Marketplace and is available for other users to discover and use.

## Marketplace Skill Quality
Expand Down
Loading