Use when starting any conversation — establishes skill usage rules and multi-agent routing
From superpower-routernpx claudepluginhub charliechan53/superpower-router --plugin superpower-routerThis 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.
Rule: Check for relevant skills BEFORE any response or action. Use the Skill tool to invoke them.
gpt-5.3-codex) via plan-and-execute.gpt-5.4) via plan-and-execute.WebSearch/WebFetch tools; stay on Claude.plan-and-execute.| Skill | When to use |
|---|---|
brainstorming | Before any creative/feature work |
test-driven-development | Before writing implementation code |
systematic-debugging | When hitting bugs or unexpected behavior |
plan-and-execute | Writing plans, executing tasks, routing to Codex (gpt-5.3-codex / gpt-5.4) |
code-review | After implementation, or when receiving feedback |
finishing-work | When claiming work is complete |
writing-skills | Creating or editing skills |
Rigid (TDD, debugging): Follow exactly. Flexible (patterns): Adapt to context.