react-single-responsibility

Installation
SKILL.md

Single Responsibility — Simplify Components, Hooks & Methods

Apply these strategies to keep components, hooks, and methods focused, testable, and readable. Rules are split by file type into dedicated reference files — load only the one matching the code being simplified.


Principles

Principle Rule
KISS Simplest solution that works. Avoid over-engineering.
Single responsibility One clear responsibility per component or function; extract utilities, hooks, sub-components.
DRY Extract common logic; create reusable functions or components.
Composition Prefer composing small components and utilities over large, multi-purpose blocks.

Which rules apply

Installs
59
First Seen
Feb 25, 2026
react-single-responsibility — lichens-innovation/ai-dev-tools