Software architecture review, design patterns, and system design. Use when planning or reviewing architecture.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill arch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Arch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-arch)More formats (shields.io, HTML) on the badges page.
---
name: arch
description: Software architecture review, design patterns, and system design. Use when planning or reviewing architecture.
---
## arch
Design and review software architecture.
### Common patterns
- Layered: presentation -> business -> data
- Hexagonal: core isolated from external
- Microservices: independent services
- Event-driven: communication via events
- CQRS: separate read/write
### Review checklist
- Separation of concerns
- Dependency direction
- Error boundaries
- Scalability
- Security
- Testing strategy
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!