Passive coding-quality skill for mockable, stubbable, test-double-friendly code. Use whenever writing, editing, refactoring, reviewing, or planning code that touches dependencies, I/O, time, randomness, external services, configuration, or tests. Do NOT use for non-code writing, one-off shell commands, or deliberately throwaway prototypes.
$npx -y skills add jpcaparas/skills --skill mockable-codeInstalls into the current project.
Run `npx skills use "https://github.com/jpcaparas/skills" --skill "jpcaparas/skills/mockable-code"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jpcaparas/skills" that are relevant to the current task. Run `npx skills add "https://github.com/jpcaparas/skills"` and select the relevant skills, then follow their instructions.