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
136 changes: 101 additions & 35 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,106 @@
{
"name": "mintlify-workflows",
"owner": {
"name": "Mintlify",
"email": "support@mintlify.com",
"url": "https://mintlify.com"
"name": "mintlify-workflows",
"owner": {
"name": "Mintlify",
"email": "support@mintlify.com",
"url": "https://mintlify.com"
},
"metadata": {
"description": "Ready-to-use Claude Code plugins for documentation workflows. Write, review, and consume docs using Mintlify best practices.",
"version": "1.1.0"
},
"plugins": [
{
"name": "doc-reader",
"source": "./",
"description": "Efficiently consume and navigate documentation sites. Use llms.txt, MCP search, and smart loading strategies to find information without overwhelming context.",
"version": "0.1.0",
"author": {
"name": "Ethan Palm"
},
"license": "MIT",
"keywords": ["documentation", "docs", "llms.txt", "mcp", "research", "reading"],
"category": "documentation",
"strict": false,
"skills": [
"./.claude/skills/doc-reader/"
],
"mcpServers": {
"Mintlify": {
"type": "http",
"url": "https://mintlify.com/docs/mcp"
}
}
},
"metadata": {
"description": "Ready-to-use Claude Code templates for documentation workflows using Mintlify components and technical writing best practices.",
"version": "1.0.0"
{
"name": "doc-helper",
"source": "./",
"description": "Collaborative documentation assistance. Draft, edit, and improve docs with AI help while you make final decisions.",
"version": "0.1.0",
"author": {
"name": "Ethan Palm"
},
"license": "MIT",
"keywords": ["documentation", "docs", "writing", "editing", "collaboration"],
"category": "documentation",
"strict": false,
"skills": [
"./.claude/skills/doc-helper/"
],
"mcpServers": {
"Mintlify": {
"type": "http",
"url": "https://mintlify.com/docs/mcp"
}
}
},
{
"name": "doc-author",
"source": "./",
"description": "Autonomous documentation writing with guardrails. AI writes docs and opens PRs, with verification checks and clear escalation triggers.",
"version": "0.1.0",
"author": {
"name": "Ethan Palm"
},
"license": "MIT",
"keywords": ["documentation", "docs", "writing", "autonomous", "pr"],
"category": "documentation",
"strict": false,
"skills": [
"./.claude/skills/doc-author/"
],
"mcpServers": {
"Mintlify": {
"type": "http",
"url": "https://mintlify.com/docs/mcp"
}
}
},
"plugins": [
{
"name": "doc-reviewer",
"source": "./",
"description": "Workflow for reviewing documentation updates",
"version": "1.0.0",
"author": {
"name": "Denzell Ford"
},
"license": "MIT",
"keywords": ["documentation", "docs", "mintlify", "review", "lint"],
"category": "documentation",
"strict": false,
"commands": [
"./.claude/commands/review-docs.md",
"./.claude/commands/lint-docs.md"
],
"agents": [
"./.claude/agents/document-reviewer.md"
],
"mcpServers": {
"Mintlify": {
"type": "http",
"url": "https://mintlify.com/docs/mcp"
}
{
"name": "doc-reviewer",
"source": "./",
"description": "Review and lint documentation updates. Catch style issues, verify accuracy, and maintain consistency.",
"version": "1.0.0",
"author": {
"name": "Denzell Ford"
},
"license": "MIT",
"keywords": ["documentation", "docs", "mintlify", "review", "lint"],
"category": "documentation",
"strict": false,
"commands": [
"./.claude/commands/review-docs.md",
"./.claude/commands/lint-docs.md"
],
"agents": [
"./.claude/agents/document-reviewer.md"
],
"mcpServers": {
"Mintlify": {
"type": "http",
"url": "https://mintlify.com/docs/mcp"
}
}
]
}
}
]
}
Loading