Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

architecture-patterns

Implement proven backend architecture patterns for maintainable, testable, and scalable systems.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
14

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill architecture-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, architecture-patterns has 14 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/architecture-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Implement proven backend architecture patterns for maintainable, testable, and scalable systems. Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. Given: a service boundary or module to architect. Produces: layered structure with clear dependency rules, interface definitions, and test boundaries. Layers (dependency flows inward): Key Principles: Components: Benefits: Strategic Patterns: Tactical Patterns: Dependency rule in one sentence: every import statement in domain/ and use_cases/ must point only toward domain/ ; nothing in those layers may import from adapters/ or infrastructure/ . The hallmark of correctly applied Clean Architecture is that every use case can be exercised in a plain unit test with no real database, no Docker, and no network: Business logic has leaked into the infrastructure layer. Move all database calls behind an IRepository interface and inject an in-memory implementation in tests (see Testing section above). The use case constructor must accept the abstract port, not the concrete class.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does architecture-patterns do?

Implement proven backend architecture patterns for maintainable, testable, and scalable systems.

Is architecture-patterns good?

architecture-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support architecture-patterns?

architecture-patterns currently lists compatibility with Skills CLI.

Is architecture-patterns safe to install?

architecture-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to architecture-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install architecture-patterns?

Run the following command to install architecture-patterns: npx skills add https://github.com/wshobson/agents --skill architecture-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering