MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Architecture

Architecture is an design AI skill with a core value of Architectural decision-making framework. It helps developers solve real-world problems in the design domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.

Last verified on: 2026-07-07

Quick Facts

Category design
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/architecture && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/architecture/SKILL.md -o ./skills/architecture/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Architecture Decision Framework


> "Requirements drive architecture. Trade-offs inform decisions. ADRs capture rationale."


🎯 Selective Reading Rule


**Read ONLY files relevant to the request!** Check the content map, find what you need.


| File | Description | When to Read |

|------|-------------|--------------|

| `context-discovery.md` | Questions to ask, project classification | Starting architecture design |

| `trade-off-analysis.md` | ADR templates, trade-off framework | Documenting decisions |

| `pattern-selection.md` | Decision trees, anti-patterns | Choosing patterns |

| `examples.md` | MVP, SaaS, Enterprise examples | Reference implementations |

| `patterns-reference.md` | Quick lookup for patterns | Pattern comparison |


---


🔗 Related Skills


| Skill | Use For |

|-------|---------|

| `@[skills/database-design]` | Database schema design |

| `@[skills/api-patterns]` | API design patterns |

| `@[skills/deployment-procedures]` | Deployment architecture |


---


Core Principle


**"Simplicity is the ultimate sophistication."**


- Start simple

- Add complexity ONLY when proven necessary

- You can always add patterns later

- Removing complexity is MUCH harder than adding it


---


Validation Checklist


Before finalizing architecture:


- [ ] Requirements clearly understood

- [ ] Constraints identified

- [ ] Each decision has trade-off analysis

- [ ] Simpler alternatives considered

- [ ] ADRs written for significant decisions

- [ ] Team expertise matches chosen patterns


When to Use

This skill is applicable to execute the workflow or actions described in the overview.

🎯 Best For

  • Technical writers
  • API documentation teams
  • UI designers
  • Product designers
  • Claude users

💡 Use Cases

  • Generating JSDoc/TSDoc comments
  • Writing README files for new projects
  • Generating component mockups
  • Creating design system tokens

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Architecture to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does it follow my documentation style?

Most documentation skills respect existing style. Provide a style guide or example in your prompt.

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

Does Architecture generate production-ready design specs?

It generates detailed specifications that developers can use directly. Review and adjust for your specific design system.

How do I install Architecture?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/architecture/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Auto-generating without reviewing

AI documentation can contain inaccuracies. Always verify technical accuracy.

Skipping usability testing

AI-generated designs should be validated with real users before development.

Not reading the full skill

Skills contain important context and edge cases beyond the quick start.

🔗 Related Skills