npx claudepluginhub ivintik/private-claude-marketplace --plugin plugin-opsThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Manage the structured ISSUES.md file for any Claude Code plugin.
Parse $ARGUMENTS:
--init: Create a new ISSUES.md--add: Add a new issue (prompts for details)--resolve ISSUE-NNN: Mark as resolved--update ISSUE-NNN: Update an existing issue--list: List all issues (default if no flag)Cache guard: ~/.claude/plugins/cache/ is READ-ONLY. Resolve to the real git repo via atlas: atlas_search_projects(query="plugin-name").
Skip if exists. Create at plugin root:
# Plugin Issues
<!-- Managed by /plugin-ops:issues — see knowledge/lifecycle-formats.md for format -->
No issues tracked yet.
Read ISSUES.md, display summary:
Plugin: {name} — {count} issues ({open} open, {resolved} resolved)
| ID | Status | Severity | Title |
|----|--------|----------|-------|
Extract from context first — only prompt for missing fields. The user often provides details inline (e.g. "log issue: X should not require Y"). Check conversation context for:
If all 4 are clear from context, write directly — no prompts needed. Auto-create ISSUES.md if missing.
Format from knowledge/lifecycle-formats.md:
## ISSUE-{NNN}: {Title}
- **Status**: open
- **Severity**: {severity}
- **Found**: {today YYYY-MM-DD}
- **Resolved**: —
- **Context**: {context}
- **Description**: {description}
- **Resolution**: —
- **Notes**:
Find issue, update: status → resolved, set resolved date, set resolution description (ask user).
Find issue, ask what to update: status, notes, severity, or description. Apply with Edit tool.
--init/--add: suggest --init