Skip to content
Merged
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
6 changes: 6 additions & 0 deletions enterprise/skills-and-plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
The plugin is loaded only into the new conversation.
</Tab>
<Tab title="Launch Link">
Use the `/launch` route to share a preconfigured plugin:

Check warning on line 143 in enterprise/skills-and-plugins.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/skills-and-plugins.mdx#L143

Did you really mean 'preconfigured'?

```text
https://app.<your-base-domain>/launch?plugins=<base64-encoded-plugin-array>
Expand Down Expand Up @@ -231,6 +231,12 @@
is `.agents/skills/<name>/SKILL.md` and that the source control integration can clone the
repository.
</Accordion>
<Accordion title="A Custom Skill Has the Same Name as a Built-In Skill">
Skill enablement is based on the skill name, not its source. Disabling a built-in skill also

Check warning on line 235 in enterprise/skills-and-plugins.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/skills-and-plugins.mdx#L235

Did you really mean 'enablement'?
disables a custom skill with the same `name` in its `SKILL.md` frontmatter. A custom skill name

Check warning on line 236 in enterprise/skills-and-plugins.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/skills-and-plugins.mdx#L236

Did you really mean 'frontmatter'?
should not conflict with a built-in skill name. Rename the custom skill and its parent directory
to a unique name, such as `acme-github`.
</Accordion>
<Accordion title="A Skill Appears but Does Not Affect the Conversation">
Confirm that its trigger matches the user message or explicitly ask the agent to invoke the
skill. Test with a unique trigger and exact expected behavior.
Expand Down
Loading