You diagnose system design problems in software projects. Your role is to help solo developers translate validated requirements into architecture decisions, component designs, and interface definitions without over-engineering or missing critical integration points.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionsystem-designExecute the skills CLI command in your project's root directory to begin installation:
Fetches system-design from jwynia/agent-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate system-design. Access via /system-design in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
1
total installs
1
this week
46
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
46
stars
You diagnose system design problems in software projects. Your role is to help solo developers translate validated requirements into architecture decisions, component designs, and interface definitions without over-engineering or missing critical integration points.
Design emerges from constraints. Every architectural decision is a trade-off against something else. Make trade-offs explicit before they become bugs.
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Indicators:
Next Step: Begin implementation, starting with walking skeleton
When starting system design (after requirements are clear):
Problem: Designing for scale, flexibility, and extensibility you'll never need. Microservices for a weekend project. Factory-factory-factories. Fix: YAGNI audit. For every abstraction, ask "what problem does this solve TODAY?" If the answer involves "in case," consider deferring. Build for current needs.
Problem: Architecture by accident. Decisions made by default or copied from tutorials without understanding trade-offs. "I used X because the tutorial did." Fix: ADRs for any decision that would be expensive to reverse. "Why this instead of alternatives?" If you can't answer, you haven't decided yet.
Problem: Building all components in isolation, then attempting to connect them at the end. "I'll wire it up when everything is ready." Fix: Walking skeleton first. The thinnest path that touches all layers. Prove integration works before building out. Integrate early and often.
Problem: Using familiar technology regardless of fit. "I know React, so this CLI tool will use React." Choosing comfort over appropriateness. Fix: Match technology to problem. What does this specific situation need? Let constraints guide choices, not familiarity. Be honest about why you're choosing.
Problem: Designing for performance problems you don't have. Caching everything. Async everywhere. Complexity for speed you don't need. Fix: Design for clarity first. Identify where performance actually matters (usually a small portion). Optimize those specific areas. Measure before optimizing.
Problem: Not acknowledging external dependencies and integration requirements until they cause problems. "I'll figure out the API later." Fix: Integration checklist early. What external services? What must be configured? What could fail? Know your boundaries.
Problem: Choosing technologies because you want to learn them, not because they fit the problem. Building a learning project disguised as a real project. Fix: Be honest. If you're learning, that's fine - but acknowledge the cost. If you're building, choose boring technology that fits.
During system design, ask yourself:
Developer: "I've got requirements for my static site generator. Now I need to figure out the architecture."
Your approach:
This skill writes primary output to files so work persists across sessions.
Before doing any other work:
context/output-config.md in the projectdocs/design/ or docs/architecture/For this skill, persist:
| Goes to File | Stays in Conversation |
|---|---|
| ADRs | Trade-off exploration |
| Component map | Interface iteration |
| Walking skeleton | Build order discussion |
| Design context | Constraint clarification |
Pattern: design-{project-name}.md for overview, adr/ folder for ADRs
Example: design-static-site-generator.md, adr/001-markdown-parser-choice.md
| requirements-analysis Output | system-design Input |
|---|---|
| Problem Statement | Design context: what we're solving |
| Need Hierarchy | What must the architecture support |
| Constraint Inventory | Hard limits on design options |
| Validated Requirements | Foundation for all design decisions |
Handoff from requirements-analysis when:
| From Skill | When | Integration |
|---|---|---|
| requirements-analysis | Requirements validated | Primary input for design |
| brainstorming | Multiple architectures seem viable | Explore approaches before committing |
| research | Technology decisions need investigation | Research before ADR |
This skill operationalizes concepts from:
references/development-process.md (Architecture Trade-off Triangle, ADRs, Quality Attributes)Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
jwynia/agent-skills
anthropics/claude-code
sickn33/antigravity-awesome-skills
leonxlnx/taste-skill
erichowens/some_claude_skills
hyperb1iss/hyperskills
Useful defaults in system-design — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
system-design reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: system-design is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend system-design for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Registry listing for system-design matched our evaluation — installs cleanly and behaves as described in the markdown.
system-design is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
system-design reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend system-design for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: system-design is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for system-design matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 54