By nikolasp98
Post-task iterative improvement capture with structured observation workflow
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 lessons-learnedEnd-to-end remote server provisioning for Minion instances
Mintlify 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
Minion codebase documentation expert, code reviewer, and best-practice advisor
Self-learning plugin
Session workflow helpers - knowledge capture, confusion handling, course correction, clipboard copy
An agile retrospective skill for your Claude collaboration sessions. Capture what you learned. Apply the fix. Make the next session better.
Capture repeatable session workflows into reusable SKILL.md files. An open-source reimplementation of the internal /skillify skill.
Session feedback analysis - capture skill bugs, enhancements, and positive patterns as GitHub issues
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).