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.
function-length-and-responsibility
安装
npx skills add https://github.com/oimiragieo/agent-studio --skill function-length-and-responsibility