software-architecture
Enforces Clean Architecture and DDD principles with a library-first approach and strict code quality rules.
Install
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill software-architectureStats
| Total installs | 1,610 |
| Weekly installs | 1.6K |
| GitHub stars | 27.9K |
| First seen | Jan 19, 2026 |
| Source | @sickn33/antigravity-awesome-skills |
Summary
- Emphasizes library-first approach: search for existing npm packages, SaaS solutions, and third-party APIs before writing custom code; reserve custom code for domain-specific logic, performance-critical paths, and security-sensitive implementations
- Enforces code style rules including early returns over nested conditions, arrow functions, component decomposition at 80+ lines, and file splitting at 200+ lines
- Promotes domain-driven design with clear separation of concerns: keep business logic independent of frameworks, avoid mixing UI with business logic, and use domain-specific naming instead of generic terms like utils or helpers
- Identifies anti-patterns to avoid: NIH syndrome, poor architectural choices, generic naming conventions, and treating custom code as a liability requiring maintenance and testing
Tags
Related skills
| Skill | Installs | vs software-architecture |
|---|---|---|
| internal-linking-optimizer | 1,552 | -58 |
| technical-writer | 1,722 | +112 |
| iterative-retrieval | 1,581 | -29 |
| python-patterns | 1,899 | +289 |
| swift-concurrency-pro | 1,916 | +306 |
FAQ
- How many installs does software-architecture have?
- software-architecture has 1,610 total installs and 1.6K installs this week.
- Where is software-architecture hosted?
- software-architecture is published by @sickn33/antigravity-awesome-skills at https://github.com/sickn33/antigravity-awesome-skills.
- How many GitHub stars does software-architecture have?
- software-architecture has 27.9K GitHub stars.
- When was software-architecture first indexed?
- OrangeBot.AI first indexed software-architecture on Jan 19, 2026.
- How do I install software-architecture?
- Run: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill software-architecture