mattpocock/skills
These skills were imported into SkillJury from the public skills ecosystem.
git-guardrails-claude-code
by mattpocock/skills
Sets up a PreToolUse hook that intercepts and blocks dangerous git commands before Claude executes them.
design-an-interface
by mattpocock/skills
Based on "Design It Twice" from "A Philosophy of Software Design": your first idea is unlikely to be the best. Generate multiple radically different designs, then compare.
write-a-skill
by mattpocock/skills
Source details, install context, and public review data are available on the full page.
request-refactor-plan
by mattpocock/skills
This skill will be invoked when the user wants to create a refactor request. You should go through the steps below. You may skip steps if you don't consider them necessary.
tdd
by mattpocock/skills
Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't.