Claude-skill-registry Advanced Clean Hexagonal Architecture
Apply Clean Architecture and Hexagonal (Ports & Adapters) patterns for domain isolation and testability. Use when designing system boundaries, creating ports/adapters, or structuring domain-driven applications.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/advanced-clean-hexagonal-architecture" ~/.claude/skills/majiayu000-claude-skill-registry-advanced-clean-hexagonal-architecture && rm -rf "$T"
manifest:
skills/data/advanced-clean-hexagonal-architecture/SKILL.mdsource content
Advanced Clean Hexagonal Architecture
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle Clean Architecture and Hexagonal Architecture patterns.
Instructions
For details, refer to the information provided in this file: clean-hexagonal-architecture