docs: document .mintlify/skills/ for multiple custom skills#5213
Merged
skeptrunedev merged 4 commits intomainfrom Apr 9, 2026
Merged
docs: document .mintlify/skills/ for multiple custom skills#5213skeptrunedev merged 4 commits intomainfrom
skeptrunedev merged 4 commits intomainfrom
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
rtbarnes
approved these changes
Apr 8, 2026
ethanpalm
approved these changes
Apr 8, 2026
Collaborator
ethanpalm
left a comment
There was a problem hiding this comment.
Just a few style/concision nits but lgtm
ai/skillmd.mdx
Outdated
| ## Custom `skill.md` files | ||
| ## Custom skill files | ||
|
|
||
| Add custom skill files to override the automatically generated `skill.md`. Mintlify supports two approaches: a single file for simple cases and a directory for multiple skills. If you delete all custom skill files, Mintlify generates a new `skill.md` file. |
Collaborator
There was a problem hiding this comment.
Suggested change
| Add custom skill files to override the automatically generated `skill.md`. Mintlify supports two approaches: a single file for simple cases and a directory for multiple skills. If you delete all custom skill files, Mintlify generates a new `skill.md` file. | |
| Add custom skill files to override the automatically generated `skill.md`. Mintlify supports hosting a single skill file and a directory for multiple skills. If you delete all custom skill files, Mintlify generates a new `skill.md` file. |
ai/skillmd.mdx
Outdated
| ### Multiple skill files | ||
|
|
||
| Add a `skill.md` file to the root of your project to override the automatically generated file. If you delete a custom file, Mintlify generates a new `skill.md` file. | ||
| Add multiple skill files to the `.mintlify/skills/` directory in your project. Each skill lives in its own subdirectory with a `SKILL.md` file: |
Collaborator
There was a problem hiding this comment.
Suggested change
| Add multiple skill files to the `.mintlify/skills/` directory in your project. Each skill lives in its own subdirectory with a `SKILL.md` file: | |
| Add multiple skill files to the `.mintlify/skills/` directory in your project. Each skill must be in its own subdirectory with a `SKILL.md` file: |
ai/skillmd.mdx
Outdated
| SKILL.md | ||
| ``` | ||
|
|
||
| When you have multiple skills, the `/skill.md` endpoint redirects to the `/.well-known/skills/index.json` discovery endpoint, which lists all available skills. Each skill is individually accessible through the discovery endpoints. |
Collaborator
There was a problem hiding this comment.
Suggested change
| When you have multiple skills, the `/skill.md` endpoint redirects to the `/.well-known/skills/index.json` discovery endpoint, which lists all available skills. Each skill is individually accessible through the discovery endpoints. | |
| When you have multiple skills, the `/skill.md` endpoint redirects to the `/.well-known/skills/index.json` discovery endpoint, which lists all available skills. The discovery endpoints make each skill individually accessible. |
ai/skillmd.mdx
Outdated
Comment on lines
+84
to
+85
| You can use both approaches together. A root `skill.md` file and | ||
| `.mintlify/skills/` entries are both included in the discovery index. |
Collaborator
There was a problem hiding this comment.
Suggested change
| You can use both approaches together. A root `skill.md` file and | |
| `.mintlify/skills/` entries are both included in the discovery index. | |
| You can use both approaches together with a root `skill.md` file and `.mintlify/skills/` directory. The discovery index includes all skills. |
This was referenced Apr 8, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 32bb7e6. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
.mintlify/skills/directory approachesTest plan
Note
Low Risk
Low risk: documentation-only changes plus new example
SKILL.mdfiles; no runtime code paths or APIs are modified.Overview
Documents custom skills via
.mintlify/skills/inai/skillmd.mdx, clarifying the single rootskill.mdvs multi-skill directory approach, adding an example directory layout, and describing how/skill.mdredirects to discovery endpoints when multiple skills exist.Adds two example skill definitions under
.mintlify/skills/(mintlify-apiandmintlify-docs) to demonstrate theSKILL.mdformat and content.Reviewed by Cursor Bugbot for commit 7073bef. Bugbot is set up for automated code reviews on this repo. Configure here.