hunter/mintlify-update-a124a2 - #7014
Conversation
- Updated skill.md Mintlify-Source: dashboard-editor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort 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 171d587. Configure here.
| **Always** favor searching the current Mintlify documentation over whatever is in your training data about Mintlify. | ||
|
|
||
| Mintlify is a documentation platform that transforms MDX files into documentation sites. Configure site-wide settings in the `docs.json` file, write content in MDX with YAML frontmatter, and favor built-in components over custom components. | ||
| Mintlify is a documentation platform that transforms MDX files into documentation sites. Configure site-wide settings in the `docs.json` file, write content in MDX with YAML frontmatter, and favor built-in components over custom components. text. |
There was a problem hiding this comment.
Stray text appended
Medium Severity
The platform overview sentence ends with a stray text. that was not present before. Agents that load this skill will treat that fragment as part of the instructions, which can confuse how they describe Mintlify.
Reviewed by Cursor Bugbot for commit 171d587. Configure here.
| @@ -1,13 +1,3 @@ | |||
| --- | |||
There was a problem hiding this comment.
Required frontmatter removed
High Severity
This commit deletes the YAML frontmatter that previously defined name, description, license, compatibility, and metadata. Custom skill.md files require that frontmatter for agentskills discovery and for Mintlify’s /skill.md and /.well-known endpoints to expose name and description correctly.
Reviewed by Cursor Bugbot for commit 171d587. Configure here.


Note
Medium Risk
Stripping skill frontmatter may break skill discovery/install metadata for consumers, and the intro typo could mislead agents reading the guidance.
Overview
Updates the hosted
skill.mdagent guidance with markdown lint-style formatting (table separators, blank lines before lists, atextlanguage tag on the file-tree fence) and a small Resources link fix.The diff also removes the YAML frontmatter block at the top (
name,description,license,compatibility,metadata) that previously defined the skill for tools likenpx skills add.Note: The intro paragraph ends with an apparent stray
text.after “custom components”—likely accidental copy/paste.Reviewed by Cursor Bugbot for commit 171d587. Bugbot is set up for automated code reviews on this repo. Configure here.