Plugin marketplace for Minion development tools and workflows. Installable via Claude Code's plugin discovery system.
| Plugin | Category | Description | Portable? |
|---|---|---|---|
| fork-sync | development | Multi-phase fork sync with upstream evaluation | Yes |
| lessons-learned | productivity | Post-task iterative improvement capture | Yes |
| provision-server | deployment | Remote server provisioning for Minion | Minion-specific |
| pr-workflow | development | Three-phase PR review/prepare/merge pipeline | Yes |
| mintlify | development | Mintlify documentation platform expert | Yes |
| minion-docs | development | Minion codebase docs and code review | Minion-specific |
Add this repository as a marketplace source in Claude Code:
/plugin add nikolasp98/minion_plugins
/plugin add /path/to/minion_plugins/plugins/fork-sync
Use the template at templates/plugin-template/ as a starting point:
cp -r templates/plugin-template plugins/my-new-plugin
Then:
.claude-plugin/plugin.json with your plugin metadataskills/example-skill/ to your skill nameSKILL.md with triggers, description, and workflow.claude-plugin/marketplace.jsonEach plugin follows the Claude Code plugin convention:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (name, version, keywords)
├── skills/
│ └── skill-name/
│ └── SKILL.md # Skill definition with frontmatter
├── scripts/ # Optional: bundled helper scripts
└── README.md # Plugin documentation
Key conventions:
${CLAUDE_PLUGIN_ROOT} for all intra-plugin path referencesskills/*/SKILL.mdplugin.json minimal — rely on auto-discoveryplugins/templates/plugin-template/.claude-plugin/marketplace.jsonMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nikolasp98/minion_plugins --plugin mintlifyEnd-to-end remote server provisioning for Minion instances
Three-phase GitHub PR pipeline: review, prepare, and deterministic squash merge
Multi-phase fork synchronization workflow with resumable upstream evaluation
Post-task iterative improvement capture with structured observation workflow
Minion codebase documentation expert, code reviewer, and best-practice advisor
A plugin to help claude build and maintain Cyfrin documentation sites
Documentation review, cleanup, and generation with AI slop detection, style learning, and human-quality writing enforcement
Document set management as wikis - 7 skills, 4 commands, 2 agents for architecture, derivation, consistency, evolution, and governance of multi-document collections
Markdown documentation skills and linting with markdownlint.
Technical documentation specialist for README files, API docs, user guides, specifications, and release notes with Obsidian vault management
Content Collections TypeScript-first build tool for Markdown/MDX content. Use for blogs, docs, content sites with Vite + React, MDX components, type-safe Zod schemas, Contentlayer migration, or encountering TypeScript import errors, path alias issues, collection validation errors.