MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Architecture Patterns

Architecture Patterns is an design AI skill with a core value of Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. It helps developers solve real-world problems in the design domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing ...

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-patterns && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/architecture-patterns/SKILL.md -o ./skills/architecture-patterns/SKILL.md

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

Skill Content

# Architecture Patterns


Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.


Use this skill when


- Designing new backend systems from scratch

- Refactoring monolithic applications for better maintainability

- Establishing architecture standards for your team

- Migrating from tightly coupled to loosely coupled architectures

- Implementing domain-driven design principles

- Creating testable and mockable codebases

- Planning microservices decomposition


Do not use this skill when


- You only need small, localized refactors

- The system is primarily frontend with no backend architecture changes

- You need implementation details without architectural design


Instructions


1. Clarify domain boundaries, constraints, and scalability targets.

2. Select an architecture pattern that fits the domain complexity.

3. Define module boundaries, interfaces, and dependency rules.

4. Provide migration steps and validation checks.


Refer to `resources/implementation-playbook.md` for detailed patterns, checklists, and templates.


Resources


- `resources/implementation-playbook.md` for detailed patterns, checklists, and templates.

🎯 Best For

  • Tech leads planning refactors
  • Developers modernizing legacy code
  • Claude users
  • Designers
  • Creative professionals

💡 Use Cases

  • Migrating from class components to hooks
  • Breaking apart monolithic functions
  • Design system documentation
  • Component specification creation

📖 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 Patterns 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 this handle breaking changes?

Refactoring skills identify breaking changes but always run your test suite after applying suggestions.

Does Architecture Patterns 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 Patterns?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/architecture-patterns/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

Refactoring without tests

Never refactor critical paths without a comprehensive test suite to catch regressions.

Not reading the full skill

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

🔗 Related Skills