Agent Plugins Marketplace
All plugins

iyu

v1.39.1

Productivity toolkit for library maintainers - adaptive iterative development cycles, session handoff/resume and continuity-doc upkeep, conversational issue/PR triage, telemetry-driven issue discovery, and owner-manager backlog discovery that inspects what already exists (dependency currency, project configuration, docs and repo hygiene) while diagnosing, ranking, and staging new candidates with project philosophy alignment

Claude Code8 Skills

By iyulabLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install iyu for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install iyu@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/iyulab/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/iyu/.

Plugin files

plugins/iyu/
├── .claude-plugin/plugin.json
├── skills/backlog-discover/SKILL.md
├── skills/handoff/SKILL.md
├── skills/issue-triage/SKILL.md
├── skills/mindset/SKILL.md
├── skills/resume/SKILL.md
├── skills/run-cycle/SKILL.md
├── skills/ship/SKILL.md
└── skills/telemetry-az/SKILL.md

Included Skills8

backlog-discoverskills/backlog-discover/SKILL.md

Discovers and judges new backlog phases for a project's ROADMAP.md like an owner-manager — runs a convergent/emergent research playbook (vision-gap, trend/competitive research, domain-practice and academic scans, stewardship inspection of dependencies/config/docs/repo hygiene, telemetry reuse, active dogfooding, plus emergent sessions rotated in by symptom) on a persistent per-activity cadence, then synthesizes the findings into a state-of-the-product diagnosis, an evidence-grounded importance ranking, and a dependency-ordered now/next/later staging toward the vision. Always produces a proposal document for human review; never merges into ROADMAP.md automatically.

handoffskills/handoff/SKILL.md

Closes out a work session — records where things stand, migrates completed work out of the continuity docs into the history index, derives and stages the next scope, flags (not briefs) the decisions waiting on a human for `/iyu:resume` to brief when the next session opens, and commits everything it can confidently attribute (this session's work, pre-existing uncommitted leftovers, and its own doc edits) toward a clean `git status` — never pushing, and reporting rather than guessing at anything ambiguous. Produces the document a fresh session (or another person) resumes from, so nothing depends on the current conversation surviving.

issue-triageskills/issue-triage/SKILL.md

Use 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".

mindsetskills/mindset/SKILL.md

Critical-but-constructive maintenance mindset — auto-activates during conversational issue, PR, and development discussions to keep evaluation principled and architecture-defending

resumeskills/resume/SKILL.md

Opens a work session — reads the continuity docs and recent state, synthesizes where things actually stand, proposes a re-prioritized next scope with any derived prerequisites or objections, and briefs the decisions `/iyu:handoff` flagged with grounded options and a recommendation. Records what gets decided immediately, then stops — execution is a separate, explicit step.

run-cycleskills/run-cycle/SKILL.md

Executes adaptive iterative development cycles — each cycle is a self-contained plan/execute/verify/reflect loop that reshapes the roadmap and derives emergent follow-on scope from its own output

shipskills/ship/SKILL.md

Takes finished work out — bumps the version, commits, pushes, and watches the CI run to completion, reporting what failed if it fails. Checks first whether now is the right moment — if remaining backlog work would touch the same consumer-facing surface, it says so and asks rather than publishing a version the next few items obsolete.

telemetry-azskills/telemetry-az/SKILL.md

Analyzes Azure Application Insights telemetry since the last run to surface defects, performance regressions, and feature-drop signals, tracked run-over-run as a quality trend (error-rate/p95/issue-count direction, with closed-issue recurrence detection), plus a report-only user-analytics reading (active-user growth, feature/page preference shifts, engagement). Triages findings against project philosophy, files issues only for threshold-crossing ones, and leads every report with a both-purpose Trend section backed by a 12-run history.

Plugin manifests1

plugins/iyu/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "iyu",
  "version": "1.39.1",
  "description": "Productivity toolkit for library maintainers - adaptive iterative development cycles, session handoff/resume and continuity-doc upkeep, conversational issue/PR triage, telemetry-driven issue discovery, and owner-manager backlog discovery that inspects what already exists (dependency currency, project configuration, docs and repo hygiene) while diagnosing, ranking, and staging new candidates with project philosophy alignment",
  "author": {
    "name": "iyulab",
    "url": "https://github.com/iyulab"
  },
  "homepage": "https://github.com/iyulab/claude-plugins/blob/main/plugins/iyu/README.md",
  "repository": "https://github.com/iyulab/claude-plugins",
  "license": "MIT",
  "keywords": [
    "cycle",
    "iterative",
    "roadmap",
    "development",
    "lifecycle",
    "issue",
    "triage",
    "security",
    "opensource",
    "maintainer",
    "library",
    "bug",
    "pattern-detection",
    "root-cause",
    "refactoring",
    "telemetry",
    "app-insights",
    "azure",
    "monitoring",
    "observability",
    "backlog",
    "discovery",
    "playbook",
    "benchmarking",
    "positioning",
    "research",
    "domain-expertise",
    "prioritization",
    "stewardship",
    "dependency-updates",
    "maintenance",
    "housekeeping",
    "handoff",
    "resume",
    "session-continuity",
    "roadmap-hygiene",
    "release",
    "ci",
    "versioning"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[iyu on Agent Plugins Marketplace](https://pluginsmp.com/plugins/iyu)