tools debugging Skills
Discover the best skills in this category.
sails
by sailscastshq
Sails.js framework patterns for The Boring JavaScript Stack - actions, helpers, routes, policies, hooks, configuration,...
Understand implementation details of .NET code by decompiling assemblies. Use when you want to see how a .NET API works...
Cache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to avoid 1-2 minute download overhea...
ci
by enviodev
Use when CI fails and you need to investigate. Fetches the latest failed workflow run for the current branch or PR and s...
indexing-blocks
by enviodev
Use when processing every block (or every Nth block) for time-series data, periodic snapshots, or block-level aggregatio...
indexing-filters
by enviodev
Use when filtering events by indexed parameters to reduce processing volume. eventFilters with static arrays, dynamic pe...
indexing-multichain
by enviodev
Use when deploying an indexer across multiple chains. Entity ID namespacing to avoid collisions, chain-specific configur...
indexing-performance
by enviodev
Use when optimizing indexer speed or tuning sync performance. HyperSync vs RPC, batch size, RPC tuning parameters, WebSo...
indexing-traces
by enviodev
Use when needing call trace data from transactions. HyperSync supports trace queries at the data layer. No handler-level...
source-search
by pilinux
Fast, repository-wide search to locate symbols, routes, env vars, error codes, and other artifacts (read-only).
upstream-protocol-drift-w...
by rebornix
Dynamically inspect ACP and Codex upstream repos using .agmente.paths, detect protocol/API/spec drift, and produce a ris...
ios-simulator-skill
by conorluddy
21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automa...
ui-testing
by alinaqi
Visual testing - catch invisible buttons, broken layouts, contrast
seo-audit
by ayush-that
When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit,"...
cargo-audit-triage
by zkVerify
This skill should be used when the user asks to "run cargo audit", "triage cargo audit", "fix audit vulnerabilities", "u...
speckit-analyzeagent
by foxminchan
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after ta...
vercel-react-best-practic...
by foxminchan
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, r...
firebase-analytics
by evanca
Integrates Firebase Analytics into Flutter apps. Use when setting up analytics, logging events, setting user properties,...
firebase-crashlytics
by evanca
Integrates Firebase Crashlytics into Flutter apps. Use when setting up crash reporting, handling fatal and non-fatal err...
flutter-errors
by evanca
Diagnoses and fixes common Flutter errors. Use when encountering layout errors (RenderFlex overflow, unbounded constrain...
learning-systems
by joelhooks
Implicit feedback scoring, confidence decay, and anti-pattern detection. Use when understanding how the swarm plugin lea...
Analyze compilation time and test durations from CI logs. Use when the user asks about slow builds, slow tests, or wants...
mapq
by jwiegley
Query Apple Maps for nearby places with driving/walking/transit directions and travel time.
analyze-log-files
by r3bl-org
Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log file...