function-length-and-responsibility

Installation
SKILL.md

Function Length And Responsibility Skill

  • Write short functions that only do one thing.
  • Follow the single responsibility principle (SRP), which means that a function should have one purpose and perform it effectively.
Related skills
Installs
41
GitHub Stars
27
First Seen
Feb 19, 2026