Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

hexagonal-architecture

Hexagonal architecture (Ports and Adapters) keeps business logic independent from frameworks, transport, and persistence details. The core app depends on abstract ports, and adapters implement those ports at the edges.

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
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill hexagonal-architecture
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, hexagonal-architecture has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/hexagonal-architecture.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Hexagonal architecture (Ports and Adapters) keeps business logic independent from frameworks, transport, and persistence details. The core app depends on abstract ports, and adapters implement those ports at the edges. Use this skill when the request involves boundaries, domain-centric design, refactoring tightly coupled services, or decoupling application logic from specific libraries. Outbound port interfaces usually live in the application layer (or in domain only when the abstraction is truly domain-level), while infrastructure adapters implement them. Dependency direction is always inward: Define a single use case with a clear input and output DTO. Keep transport details (Express req , GraphQL context , job payload wrappers) outside this boundary. Identify every side effect as a port: Ports should model capabilities, not technologies. Use case class/function receives ports via constructor/arguments.

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 hexagonal-architecture do?

Hexagonal architecture (Ports and Adapters) keeps business logic independent from frameworks, transport, and persistence details. The core app depends on abstract ports, and adapters implement those ports at the edges.

Is hexagonal-architecture good?

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

Which AI agents support hexagonal-architecture?

hexagonal-architecture currently lists compatibility with Claude Code, Skills CLI.

Is hexagonal-architecture safe to install?

hexagonal-architecture 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 hexagonal-architecture?

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

How do I install hexagonal-architecture?

Run the following command to install hexagonal-architecture: npx skills add https://github.com/affaan-m/everything-claude-code --skill hexagonal-architecture

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering