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.
Investigate and report plugin defects. Frame findings as plugin defects, not agent failure — if a skill wasn't triggered, that's a description quality issue; if a hook failed, that's a configuration defect.
Parse $ARGUMENTS:
--skill SKILL-NAME: Focus on a specific skill.If no plugin found at path, ask the user which plugin to diagnose.
Cache guard: ~/.claude/plugins/cache/ is READ-ONLY. Resolve to the real git repo via atlas: atlas_search_projects(query="plugin-name").
.claude-plugin/plugin.json exists, valid JSON, has name/version/descriptionskills/, hooks/, agents/, knowledge/) existFor each skill (or --skill target):
Structure: Valid YAML frontmatter with name + description, valid markdown body.
Description quality (the #1 reason skills don't trigger):
Content: No bare $VARIABLE outside code blocks, no broken refs to missing knowledge/files.
hooks/hooks.json valid JSON with correct event namesgh issue list -R {repo}claude plugin listPlugin Diagnostics: {plugin-name} v{version}
{DEFECT-1}: {category} — {short title}
Location: {file-path}:{line-number}
Severity: critical | major | minor
Details: {what's wrong and why}
Fix: {concrete change}
Summary: {N} defects, root cause, fix priority
If skill description quality is the root cause, recommend running /skill-creator (from the plugin-dev plugin) to iterate with test prompts and description optimization.