Explore all skills in the Debugging category and enhance your AI agent development capabilities.
flags
243.3k
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
Feb 25, 2026
View Details
session-logs
227.1k
Search and analyze your own session logs (older/parent conversations) using jq.
Feb 25, 2026
View Details
webapp-testing
75.3k
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Feb 25, 2026
View Details
vercel-react-best-practices
72.6k
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Feb 25, 2026
View Details
testing
72.6k
Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup, or test-related questions.
Feb 25, 2026
View Details
debug
72.6k
Debug package usage guide. Use when adding debug logging, understanding log namespaces, or implementing debugging features. Triggers on debug logging requests or logging implementation.
Feb 25, 2026
View Details
clickhouse-io
51.6k
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Feb 25, 2026
View Details
distributed-tracing
29.3k
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.
Feb 25, 2026
View Details
python-performance-optimization
29.3k
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.
Feb 25, 2026
View Details
screen-reader-testing
29.3k
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.
Feb 25, 2026
View Details
protocol-reverse-engineering
29.3k
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.
Feb 25, 2026
View Details
sql-optimization-patterns
29.3k
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.