typescript-hexagonal-architecture
CommunityBuild TS apps with strict hexagonal architecture.
Software Engineering#typescript#ddd#hexagonal-architecture#ports-and-adapters#architecture-design#module-boundaries
Authorthomassloboda
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill defines a disciplined blueprint for structuring TypeScript code according to hexagonal architecture, ensuring clear separation of concerns and explicit dependency rules.
Core Features & Use Cases
- Layered organization and module boundaries: place core/domain, core/ports, application, and infrastructure in clearly defined folders with explicit boundaries.
- Explicit dependency direction: enforce one-way data flow from core/domain through ports to infrastructure via adapters.
- Barrel-file exposition and testing discipline: expose modules through barrel files and require tests for domain, use-cases, and adapters to prevent regressions.
Quick Start
Create a hexagonal-architecture-compliant TS module by placing domain logic in core/domain, exposing ports, and implementing adapters following barrel-file conventions.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: typescript-hexagonal-architecture Download link: https://github.com/thomassloboda/ai-stuff/archive/main.zip#typescript-hexagonal-architecture Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.