clean-architecture
Comprehensive guide to Clean Architecture principles with 42 rules for maintainable and testable software systems.
Install
npx skills add https://github.com/pproenca/dot-skills --skill clean-architectureStats
| Total installs | 909 |
| Weekly installs | 907 |
| GitHub stars | 86 |
| First seen | Jan 24, 2026 |
| Source | @pproenca/dot-skills |
Summary
- Covers 8 rule categories from dependency direction and entity design (critical) through testing architecture (low-medium), each with specific guidance and code examples
- Dependency rules enforce inward-pointing dependencies, interface ownership, and acyclic component graphs to prevent architectural decay
- Entity and use case rules isolate business logic from frameworks, persistence, and presentation concerns through clear boundaries and explicit ports
- Includes practical patterns like humble objects, anti-corruption layers, and partial boundaries for phased architectural improvements
Tags
Related skills
| Skill | Installs | vs clean-architecture |
|---|---|---|
| agent-memory-systems | 909 | = |
| ai-first-engineering | 945 | +36 |
| flutter-platform-views | 950 | +41 |
| database-design | 903 | -6 |
| Tokio Patterns | 0 | -909 |
FAQ
- How many installs does clean-architecture have?
- clean-architecture has 909 total installs and 907 installs this week.
- Where is clean-architecture hosted?
- clean-architecture is published by @pproenca/dot-skills at https://github.com/pproenca/dot-skills.
- How many GitHub stars does clean-architecture have?
- clean-architecture has 86 GitHub stars.
- When was clean-architecture first indexed?
- OrangeBot.AI first indexed clean-architecture on Jan 24, 2026.
- How do I install clean-architecture?
- Run: npx skills add https://github.com/pproenca/dot-skills --skill clean-architecture