Agent skill · Design & Presentation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill design-challenger --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Glob-Grep
Path: skills/analysis/design-challenger/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Goals
  2. Process
  3. References
  4. Output Format
  5. Guardrails
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going