architecture
How to Install
Claude Code:
git clone https://github.com/sickn33/antigravity-awesome-skills && cp skills/SKILL.md ~/.claude/skills/Cursor:
Copy SKILL.md into your .cursorrules fileArchitectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
Details
| Category | Coding → Refactoring |
| Source | https://github.com/sickn33/antigravity-awesome-skills |
| Stars | ★ 40K |
| Risk Level | N/A |
Related Skills
cqrs-implementation
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating r
event-store-design
Design and implement event stores for event-sourced systems. Use when building event sourcing infras
projection-patterns
Build read models and projections from event streams. Use when implementing CQRS read sides, buildin
site-architecture
Plan or restructure website hierarchy, navigation, URL patterns, breadcrumbs, and internal linking.