By nikolasp98
Three-phase GitHub PR pipeline: review, prepare, and deterministic squash merge
Script-first deterministic squash merge with strict required-check gating, head-SHA pinning, and reliable attribution/commenting.
Script-first PR preparation with structured findings resolution, deterministic push safety, and explicit gate execution.
Script-first review-only GitHub pull request analysis. Use for deterministic PR review with structured findings handoff to /prepare-pr.
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.
End-to-end remote server provisioning for Minion instances
Mintlify documentation platform expert for MDX docs sites
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
npx claudepluginhub nikolasp98/minion_plugins --plugin pr-workflowGit and PR workflows with code review, onboarding, and PR enhancement
Create and update pull requests with proper formatting
Git workflow best practices with commit validation hooks
GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
Code review and worktree workflow commands
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.