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.
Fix tracked issues from ISSUES.md with non-regression guarantees.
Parse $ARGUMENTS:
--issue ISSUE-NNN: Fix a specific issue.--all-open: Fix all open issues (severity order: critical → major → minor → enhancement).--dry-run: Analyze and propose fixes without applying.If neither --issue nor --all-open, list open issues and ask which to fix.
Cache guard: ~/.claude/plugins/cache/ is READ-ONLY. Resolve to the real git repo via atlas: atlas_search_projects(query="plugin-name").
Read knowledge/lifecycle-formats.md for the full protocol.
Read the ISSUES.md entry: description, context, severity, notes.
Read relevant files, identify root cause, determine what needs to change.
For each proposed change, check against protected set:
Minimal, focused changes. Edit tool for modifications, Write only for new files.
Re-read files for all resolved issues. If regression detected: revert the change, report conflict, do NOT mark current issue resolved.
Success: status → resolved, set date, write resolution.
Blocked: add note with date explaining blocker.
Prepend fix entry to REFLECTIONS.md (format from knowledge/lifecycle-formats.md).
Fix results for {plugin-name} v{version}
ISSUE-{NNN} ({severity}): {title}
Status: resolved | blocked | skipped
{resolution or reason}
Non-regression: {N} resolved issues verified — {all intact | M regressions}
For multi-file fixes: break into steps, verify non-regression after each step, revert on regression, update status to in-progress with partial progress notes.