Agent skill sync with docs: document mint index command - #6911
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
approved these changes
Aug 7, 2026
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
Sync the canonical Mintlify agent skill with the newly documented
mint indexcommand.Changes
agent-context/context/skills/mintlify/reference/cli.md— Added an "MCP setup" section describingmint index, its client flags (--claude,--cursor,--vscode,--codex,--opencode,--windsurf,--zed),--project,--yes, themintlify-indexserver it installs, the generated usage rule (skipped for Zed), Windsurf's global-only MCP config caveat, rerun behavior, and the standard per-client configuration paths.agent-context/context/skills/mintlify/SKILL.md— Addedmint indexto the quick CLI command list.Context
Authoritative documentation changes in the review window (2026-08-06T16:00:00Z – 2026-08-07T16:06:33Z):
cli/commands.mdx,cli/index.mdx(PR Update from code changes: document mint index command #6884, commit7c7c1116) — Documented the newmint indexcommand. This is the only change that affects skill-taught facts.Other in-scope changes were reviewed and intentionally not synced:
deploy/authentication-setup.mdx(PR Update from code changes: document OAuth group claims #6887) — OAuth group claim configuration (groupsClaim,groupsDelimiter,source) is dashboard-configured behavior; the skill does not teach OAuth setup facts.docs.jsonnavigation restructure plus newreference/concepts.mdxandreference/glossary.mdxpages and their translations. No component syntax,docs.jsonschema, CLI, or workflow facts changed.Validation
Run from
agent-context/:npm test→ passes (2/2)npm run check→ "All generated targets are valid and shared references are identical."npm run build→ succeedsgit diff --check→ cleanThe existing agent-context sync workflow will distribute the canonical skill to the Codex, Cursor, and Claude plugin repositories after merge.
Note
Low Risk
Documentation-only changes to agent skill files; no runtime, auth, or product code.
Overview
Updates the canonical Mintlify agent skill so agents know about the new
mint indexCLI for installing the hosted Mintlify Index MCP server.SKILL.mdaddsmint indexto the one-line CLI cheat sheet (with a short note that it configures coding agents).reference/cli.mdadds an MCP setup section: what the command installs (mintlify-indexathttps://index.mintlify.com/mcp), how it differs from the per-site Docs MCP, client flags (--claude,--cursor, etc.),--project/--yes, rerun and invalid-config behavior, the generated usage rule (except Zed), and a table of global vs project config paths per client.Reviewed by Cursor Bugbot for commit ee65bf7. Bugbot is set up for automated code reviews on this repo. Configure here.