By nikolasp98
Minion codebase documentation expert, code reviewer, and best-practice advisor
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 minion-docsEnd-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
Post-task iterative improvement capture with structured observation workflow
Make your AI agent code with your project's architecture, rules, and decisions.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.