design-challenger
Evaluate high-level protocol or system designs for overcomplication, then propose simpler, more structured alternatives with explicit trade-offs. Use when the user wants to challenge a system design, simplify an architecture, reduce protocol complexity, or compare design alternatives.
npx skills add majiayu000/claude-skill-registry --skill design-challenger --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Design Challenger <goals> ## Goals - Identify overcomplicated designs (too many moving parts, cross-file flow complexity, fragile invariants). - Propose cleaner alternatives that reduce invariants, shorten flows, and consolidate responsibilities. - Stay objective by grounding suggestions in project context, requirements, and assumptions. - Allow bold redesigns (some recall is acceptable) while keeping trade-offs explicit. - Avoid code-level refactors; focus on protocol/system-level design changes only. </goals> --- <process> ## Process **TRIGGER:** User provides a high-level protocol or system design for evaluation. 1. Clarify the context briefly when needed: intended users, runtime constraints, compatibility needs, and failure modes. 2. If domain context is missing, consult references before proposing alternatives. 3. Map the current design at a high level: components, handoffs, invariants, and cross-file flow. 4. Identify the overcomplication drivers: unnecessary indirections, redundant layers, excessive configurability, or fragile sequencing. 5. Propose one or more simpler designs that meet the same requirements with fewer moving parts. 6. If major simplification requires remo
- Goals
- Process
- References
- Output Format
- Guardrails
What does the design-challenger skill do?
Evaluate high-level protocol or system designs for overcomplication, then propose simpler, more structured alternatives with explicit trade-offs. Use when the user wants to challenge a system design, simplify an architecture, reduce protocol complexity, or compare design alternatives.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill design-challenger --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
