tools debugging Skills
Discover the best skills in this category.
Analyze THOR's SQLite database (thor10.db/thor11.db) for performance tuning, scan timing, resume state, and delta compar...
THOR Lens workflows for forensic timeline analysis. A web UI that imports THOR v11 audit trail JSONL logs for interactiv...
code-antipatterns-analysi...
by laurigates
Analyze codebases for anti-patterns, code smells, and quality issues using ast-grep structural pattern matching. Use whe...
Configure Sentry for error tracking, performance monitoring, and log aggregation. Integrates with Pino to forward logs t...
Configure Sentry for error tracking, performance monitoring, and log aggregation. Integrates with Pino to forward logs t...
Track custom events and conversions with Vercel Web Analytics. Covers common events, form tracking, and development test...
Add privacy-focused web analytics with Vercel Web Analytics. Track page views, visitors, and custom events with zero con...
Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines...
TypeScript assertion function for runtime type narrowing with descriptive error messages. Based on tiny-invariant.
TypeScript assertion function for runtime type narrowing with descriptive error messages. Based on tiny-invariant.
Add privacy-focused web analytics with Vercel Web Analytics. Track page views, visitors, and custom events with zero con...
Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines...
Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel To...
Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel To...
http-load-testing
by laurigates
HTTP load testing and stress testing with oha - real-time TUI, latency correction for coordinated omission, and HTTP/2-3...
project-discovery
by laurigates
Systematic project orientation for unfamiliar codebases. Automatically activates when Claude detects uncertainty about p...
cargo-llvm-cov
by laurigates
Code coverage for Rust using LLVM instrumentation with support for multiple output formats and CI integration. Use when...
network-monitoring
by laurigates
Real-time network traffic monitoring with bandwhich and Sniffnet. Per-process bandwidth tracking, connection analysis, a...
network-diagnostics
by laurigates
Connectivity troubleshooting with modern Rust-based tools - trippy (traceroute/mtr), gping (graphical ping), and ss (soc...
test-quality-analysis
by laurigates
Detect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reli...
ast-grep-structural-code-...
by laurigates
Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not ju...
debugging-methodology
by laurigates
Systematic debugging approach with tool recommendations for memory, performance, and system-level issues.
binary-analysis
by laurigates
Reverse engineering and binary exploration using strings, binwalk, hexdump, and related tools.
vectorcode-semantic-searc...
by laurigates
Semantic code search with VectorCode using embeddings for finding code by meaning, not just keywords. Use when searching...