en un clic
simplify
// Use when reviewing changed code for reuse, quality, and efficiency, then directly simplifying or cleaning up issues found.
// Use when reviewing changed code for reuse, quality, and efficiency, then directly simplifying or cleaning up issues found.
Use when configuring, previewing, troubleshooting, or disabling the Claude Code statusline plugin.
Wire AnyRouter into a project, migrate from Anthropic / OpenAI / OpenRouter, and call its MCP server. Use when the user mentions AnyRouter, asks to add a unified LLM gateway, wants to swap providers without code churn, migrates an existing OpenAI/Anthropic/OpenRouter integration, sets up Claude Code / Codex / Cursor against a custom base URL, or needs help with model ids like `provider/model`, app attribution headers (`X-AnyRouter-*`), provider preferences, streaming, BYOK, or the AnyRouter MCP server at `https://anyrouter.dev/api/v1/mcp`.
Generate or review high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's "Unreasonable Effectiveness of HTML" patterns. Use this skill when asked to "create HTML," "build a dashboard," "format a PR review," "make an interactive explainer," or when you need to "review and update" existing HTML using the "good-html" style.
Use when the user asks to create a semantic commit, commit and push, or create a pull request from local changes.
Use when regenerating or maintaining this plugin marketplace documentation from plugin manifests and component folders.
Use when the user wants Duyetbot-style pragmatic engineering help, orchestration, learning, writing, or transparent task execution.
| name | simplify |
| description | Use when reviewing changed code for reuse, quality, and efficiency, then directly simplifying or cleaning up issues found. |
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Run git diff, or git diff HEAD if there are staged changes. If there are no git changes, review the most recently modified files that the user mentioned or that were edited earlier in the conversation.
If the active Codex instructions allow subagents, launch three review agents in parallel and pass each one the full diff. If subagents are unavailable or not allowed, perform the same three passes locally.
For each change:
Review the same changes for hacky patterns:
flexShrink or alignItems already provide the needed behavior.Review the same changes for efficiency:
Aggregate findings and fix each actionable issue directly. If a finding is a false positive or not worth addressing, note it and move on.
When done, briefly summarize what was fixed, or confirm the code was already clean.