orthogonality-principle
✓Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
Installation
SKILL.md
Build systems where components are independent and changes don't ripple unexpectedly.
Orthogonal (from mathematics): Two lines are orthogonal if they're at right angles - changing one doesn't affect the other.
In software: Components are orthogonal when changing one doesn't require changing others. They are independent and non-overlapping.
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others. Source: thebushidocollective/han.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/thebushidocollective/han --skill orthogonality-principle- Source
- thebushidocollective/han
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is orthogonality-principle?
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others. Source: thebushidocollective/han.
How do I install orthogonality-principle?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thebushidocollective/han --skill orthogonality-principle Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/thebushidocollective/han
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01