TopRank Skills

tools debugging Skills

Discover the best skills in this category.

close tools debugging close Sort: Latest
Showing 9258 results
ProfPowell

observability

by ProfPowell

star 1

Implement error tracking, performance monitoring, and user issue detection. Use when adding error handling, Web Vitals r...

freenet

systematic-debugging

by freenet

star 1

Methodology for debugging non-trivial problems systematically. This skill should be used automatically when investigatin...

bitwarden

extracting-session-data

by bitwarden

star 1

Locates, lists, filters, and extracts structured data from Claude Code native session logs. Supports both single and mul...

bitwarden

retrospecting

by bitwarden

star 1

Performs comprehensive analysis of Claude Code sessions, examining git history, conversation logs, code changes, and gat...

HuynhSang2005

react-best-practices

by HuynhSang2005

star 1

React and TanStack Start performance optimization guidelines. Use when writing, reviewing, or refactoring React/TanStack...

splits-network

performance-optimization

by splits-network

star 1

Performance optimization patterns for backend services and frontend apps

designnotdrum

forensicsinvestigate

by designnotdrum

star 1

Guided workflow for reverse engineering black-box systems. Use when a user wants to decode a defunct API, replicate a co...

rolasnajera

prototypereference

by rolasnajera

star 1

Instructions for using the prototype at .prototype/code.html as a non-project reference.

jasonkuhrt

claude-chrome-debugging

by jasonkuhrt

star 1

Diagnoses and fixes Claude in Chrome extension issues including zombie MCP processes, action failures, and extension con...

jasonkuhrt

benchmarking-types

by jasonkuhrt

star 1

Guidance for measuring TypeScript type instantiations using @ark/attest. Use when optimizing type-level performance, wri...

ChristianKuri

dev-browser

by ChristianKuri

star 1

Use Chrome DevTools MCP for browser-based verification, UI regression checks, screenshots, console/network inspection, a...

okgoogle13

frontend-backend-mapper

by okgoogle13

star 1

Analyzes and maps frontend API calls to backend endpoints. Detects missing endpoints, unused endpoints, and integration...

okgoogle13

project-health-checker

by okgoogle13

star 1

Quick diagnostic tool (30s) running validation and health checks. Use for fast status checks. Related: audit-agent for c...

okgoogle13

audit-agent

by okgoogle13

star 1

Comprehensive security and code quality audit. Use for thorough security, vulnerability, and code quality analysis. Rela...

Chris-Cullins

debug-run

by Chris-Cullins

star 1

Programmatically debug code using debug-run CLI with DAP. Use when debugging .NET, Python, or JavaScript/TypeScript appl...

SeanMJennings

use-case-data-patterns

by SeanMJennings

star 1

Analyzes how user-facing use cases map to data access patterns and architecture. Auto-triggers when: implementing new fe...

blueraai

claude-cleaner

by blueraai

star 1

Diagnose slow Claude Code startup and guide cleanup. Use /bluera-base:clean to run.

blueraai

code-review-repo

by blueraai

star 1

Review local codebase for bugs and CLAUDE.md compliance using multi-agent analysis

MAF2414

flow-trace

by MAF2414

star 1

Trace data flow across files from source to sink. Use for cross-file taint analysis, understanding how user input reache...

amattas

exploit-development

by amattas

star 1

Develop working exploits using pwntools. Includes exploit template and common patterns.

amattas

side-channels

by amattas

star 1

Timing attacks and other side-channel exploitation techniques

amattas

binary-analysis

by amattas

star 1

Binary analysis tools and techniques

amattas

binary-reconnaissance

by amattas

star 1

Initial reconnaissance on binaries including checksec, file analysis, strings, and symbols. First step for any new targe...

amattas

logic-vulnerabilities

by amattas

star 1

File descriptor abuse, race conditions, and TOCTOU vulnerabilities