elegant-architecture

Installation
SKILL.md

Elegant Architecture

Core Principles

  • 200-line limit — No file exceeds 200 lines of code
  • Split when exceeded — Convert to folder or multiple files
  • Plan first, code later — Design architecture before implementation
  • Single responsibility — Each module does one thing well
  • Real tests only — No mocks, test actual behavior

Execution Flow

1. Analyze Requirements

Installs
2
GitHub Stars
232
First Seen
Jun 9, 2026
elegant-architecture — majiayu000/claude-arsenal