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 provision-serverMintlify documentation platform expert for MDX docs sites
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
Comprehensive plugin development toolkit for creating Claude Code plugins with AI-powered guidance for skills, agents, commands, and hooks
Infrastructure management discipline: Ansible automation, container orchestration, Proxmox virtualization, Unraid NAS, and network architecture
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Complete DevOps automation platform with CI/CD pipeline management, infrastructure as code, security scanning, and deployment automation. Includes hooks for config validation and MCP server for deployment tracking.
Claude Code skill pack for Replit (30 skills)
Dynamic MCP server discovery and code-mode execution via central registry. Use for multiple MCP integrations, tool discovery, progressive disclosure, or encountering MCP context bloat, changing server sets, large tool sets.