Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By iyulab
iyulab's productivity toolkit - iterative development cycles, issue triage, PR review with project philosophy alignment
npx claudepluginhub iyulab/claude-plugins --plugin iyuUse when discussing whether to accept, reject, or redirect an external issue or PR. Triggers on "triage this issue", "evaluate this feature request", "should I accept/merge this", "is this in scope", "review this PR/contribution", "how should I respond to this issue".
Triage external issues with critical evaluation against project philosophy and scope
Shared mindset framework for all iyu commands — critical but constructive approach to open-source maintenance
Review pull requests with project philosophy alignment
Execute iterative development cycles. Complete all cycles sequentially **without interruption**.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
GitHub issue triage, creation, and management
Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.
GitHub workflow: issues, PRs, worktrees, sub-issues
This is a getty104's base tool set
For easy problems, start here. For harder problems, do this after Explore.
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
A collection of Claude Code plugins for library maintainers and developers.
# Add the marketplace
/plugin marketplace add iyulab/claude-plugins
# Install the iyu plugin
/plugin install iyu@iyulab-plugins
Productivity toolkit for open-source library maintainers — iterative development, issue triage, PR review, and deep bug resolution
| Component | Type | Activation | Description |
|---|---|---|---|
| Mindset | Skill | Auto | Shared "Critical but Constructive" philosophy |
| Issue & PR Triage | Skill | Auto (conversational) | Decision matrices and triage advice |
| Issue Analyzer | Agent | Auto (URL analysis) | Autonomous issue analysis |
| PR Reviewer | Agent | Auto (PR URL) | Autonomous PR review |
/iyu:issue | Command | Manual | Full issue triage report |
/iyu:pr | Command | Manual | PR review with security focus |
/iyu:run | Command | Manual | Plan-driven development execution |
/iyu:run-cycle | Command | Manual | Iterative development cycles |
/plugin install iyu@iyulab-plugins
The plugin automatically activates when you discuss issue evaluation or PR review. Just ask naturally:
| Command | Description |
|---|---|
/iyu:issue | Systematic issue evaluation with root cause analysis |
/iyu:pr | Professional PR review with security awareness |
/iyu:run | Roadmap-driven development execution |
# Triage a GitHub issue
/iyu:issue https://github.com/user/repo/issues/123
# Quick decision only
/iyu:issue https://github.com/user/repo/issues/123 --quick
# Triage and save report
/iyu:issue ./docs/feature-request.md --save
# Full PR review
/iyu:pr https://github.com/user/repo/pull/123
# Quick review (critical issues only)
/iyu:pr https://github.com/user/repo/pull/123 --quick
# Security-focused review
/iyu:pr https://github.com/user/repo/pull/123 --security-focus
# Auto-detect next phase from roadmap
/iyu:run
# Input-driven task execution
/iyu:run "Implement caching layer for API"
# Plan only, no execution
/iyu:run --dry-run
Issue Triage:
| Philosophy Aligned | Philosophy Misaligned | |
|---|---|---|
| High Feasibility | ✅ ACCEPT | ↗️ REDIRECT |
| Medium Feasibility | 🔄 ADAPT | ⏳ DEFER / ↗️ REDIRECT |
| Low Feasibility | ⏳ DEFER | ❌ DECLINE |
PR Review:
| Severity | Meaning |
|---|---|
| 🔴 Blocker | Must fix before merge |
| 🟠 Major | Should fix, or maintainer fixes post-merge |
| 🟡 Minor | Nice to have, non-blocking |
| 🟢 Nitpick | Optional style preference |
| ✨ Praise | Celebrate good work |
"Every issue is an opportunity" - Our plugins help maintainers move beyond simple accept/reject decisions to find the best path forward for their projects.
# List configured marketplaces
/plugin marketplace list
# Update marketplace metadata
/plugin marketplace update iyulab-plugins
# Remove marketplace
/plugin marketplace remove iyulab-plugins
# List installed plugins
/plugin list
plugins/your-plugin-name/.claude-plugin/marketplace.jsonplugins/
└── your-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── commands/ # Slash commands
│ └── command-name.md
├── skills/ # Auto-activating skills
│ └── skill-name/
│ └── SKILL.md
├── agents/ # Custom agents (optional)
└── README.md # Documentation
MIT - See LICENSE for details.