defense-in-depth
π―Skillfrom norseboar/superpowers-cursor
Implements layered security validation and error handling to catch issues at multiple levels before they reach production.
Same repository
norseboar/superpowers-cursor(20 items)
Installation
npx skills add https://github.com/norseboar/superpowers-cursor --skill defense-in-depthNeed more details? View full documentation on GitHub β
More from this repository10
Guides implementation through RED-GREEN-REFACTOR cycles, writing failing tests first before implementing features.
Tests Claude Code skills by executing them as subagents to verify functionality and catch integration issues.
Enables Claude Code to create, test, validate, and distribute custom AI coding skills within the Superpowers ecosystem.
Guides through a 4-phase debugging process to systematically identify and resolve code issues.
Identifies and helps avoid common testing mistakes like brittle assertions, inadequate coverage, and flaky test patterns.
Facilitates interactive design refinement through structured brainstorming conversations to explore ideas and refine solutions before implementation.
Teaches Claude Code to leverage the Superpowers skills library through slash commands and automatic activation of proven AI coding techniques.
Systematically traces bugs to their origin by analyzing symptoms, isolating variables, and identifying root causes rather than treating surface-level issues.
Guides developers through completing a development branch by integrating changes, running final tests, and preparing code for merge or deployment.
Creates structured implementation plans by breaking down features into sequential, actionable tasks with clear dependencies and success criteria.