AI AGENT ADDONS

Clean Architecture

pproenca/dot-skills

Clean Architecture helps you build software that is easy to change and test. It focuses on separating core business rules from outside concerns like databases and user interfaces. Robert C. Martin's principles guide you to keep your inner layers pure and your dependencies pointing inward.

This skill provides 42 rules organized by priority. You can use it when designing new systems or cleaning up old code. The rules cover dependency direction, entity design, use case isolation, and more.

By following these best practices, your code becomes more maintainable and less risky to update. It helps developers work together without stepping on each other's changes.

Add Clean Architecture skill to your workflow

Global

mkdir -p ~/.claude/skills/clean-architecture

Project

mkdir -p .claude/skills/clean-architecture

Source Repository

Stars
172
Forks
12
Watchers
172
License
MIT
Last Push
1 month ago
Created
6 months ago