skills/oimiragieo/agent-studio/function-length-and-responsibility

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.
  • If a function becomes too long or complex, consider breaking it into smaller, more manageable functions.

Memory Protocol (MANDATORY)

Before starting:

cat .claude/context/memory/learnings.md

After completing: Record any new patterns or exceptions discovered.

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

Weekly Installs
41
GitHub Stars
25
First Seen
Feb 22, 2026