tools debugging Skills
Discover the best skills in this category.
observability
by ProfPowell
Implement error tracking, performance monitoring, and user issue detection. Use when adding error handling, Web Vitals r...
systematic-debugging
by freenet
Methodology for debugging non-trivial problems systematically. This skill should be used automatically when investigatin...
extracting-session-data
by bitwarden
Locates, lists, filters, and extracts structured data from Claude Code native session logs. Supports both single and mul...
retrospecting
by bitwarden
Performs comprehensive analysis of Claude Code sessions, examining git history, conversation logs, code changes, and gat...
React and TanStack Start performance optimization guidelines. Use when writing, reviewing, or refactoring React/TanStack...
Performance optimization patterns for backend services and frontend apps
Guided workflow for reverse engineering black-box systems. Use when a user wants to decode a defunct API, replicate a co...
prototypereference
by rolasnajera
Instructions for using the prototype at .prototype/code.html as a non-project reference.
claude-chrome-debugging
by jasonkuhrt
Diagnoses and fixes Claude in Chrome extension issues including zombie MCP processes, action failures, and extension con...
benchmarking-types
by jasonkuhrt
Guidance for measuring TypeScript type instantiations using @ark/attest. Use when optimizing type-level performance, wri...
Use Chrome DevTools MCP for browser-based verification, UI regression checks, screenshots, console/network inspection, a...
frontend-backend-mapper
by okgoogle13
Analyzes and maps frontend API calls to backend endpoints. Detects missing endpoints, unused endpoints, and integration...
project-health-checker
by okgoogle13
Quick diagnostic tool (30s) running validation and health checks. Use for fast status checks. Related: audit-agent for c...
audit-agent
by okgoogle13
Comprehensive security and code quality audit. Use for thorough security, vulnerability, and code quality analysis. Rela...
Programmatically debug code using debug-run CLI with DAP. Use when debugging .NET, Python, or JavaScript/TypeScript appl...
Analyzes how user-facing use cases map to data access patterns and architecture. Auto-triggers when: implementing new fe...
claude-cleaner
by blueraai
Diagnose slow Claude Code startup and guide cleanup. Use /bluera-base:clean to run.
code-review-repo
by blueraai
Review local codebase for bugs and CLAUDE.md compliance using multi-agent analysis
flow-trace
by MAF2414
Trace data flow across files from source to sink. Use for cross-file taint analysis, understanding how user input reache...
exploit-development
by amattas
Develop working exploits using pwntools. Includes exploit template and common patterns.
side-channels
by amattas
Timing attacks and other side-channel exploitation techniques
binary-reconnaissance
by amattas
Initial reconnaissance on binaries including checksec, file analysis, strings, and symbols. First step for any new targe...
logic-vulnerabilities
by amattas
File descriptor abuse, race conditions, and TOCTOU vulnerabilities