solid-principles

Official

Apply SOLID for maintainable, flexible architectures.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides applying SOLID design principles to modules, functions, and components for better maintainability and extensibility.

Core Features & Use Cases

  • SRP & OCP: Separate concerns and open/closed design patterns.
  • LSP & ISP: Subtyping contracts and focused interfaces.
  • Concrete Examples: Real-world patterns in Elixir and TypeScript to illustrate principles.

Quick Start

Review a module and identify a single responsibility, then refactor to split responsibilities and add a small, focused test.

Dependency Matrix

Required Modules

None required

Components

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: solid-principles
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#solid-principles

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository