strategies▌
13 indexed skills · max 10 per page
debugging-strategies
wshobson/agents · Productivity
Systematic debugging methodology with tools, techniques, and patterns for tracking down bugs across any codebase. \n \n Covers the scientific method for debugging: observe, hypothesize, experiment, analyze, and repeat until root cause is found \n Includes language-specific debugging tools and configurations for JavaScript/TypeScript, Python, and Go with practical examples \n Provides advanced techniques like binary search debugging, differential debugging, trace debugging, and memory leak detect
debugging-strategies
sickn33/antigravity-awesome-skills · Productivity
$22
task-coordination-strategies
wshobson/agents · Productivity
Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with structured task descriptions. \n \n Provides four decomposition strategies: by architectural layer, functional component, cross-cutting concern, or file ownership to parallelize work effectively \n Includes dependency graph patterns (independent, sequential, diamond) with principles for minimizing chain depth and identifying critical paths \n Offers task description template covering objective, owned files, r