domain cluster

Tools & Utilities

Essential command-line tools and system utilities.

32082 مهارةall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
debugging
0

go-performance-best-practices

Go performance optimization guidelines for profiling, allocation, GC tuning, concurrency, and I/O. This skill should be used when writing, reviewing, or optimizing Go code for performance. Triggers on tasks involving slow services, high latency, high memory usage, memory leaks, goroutine leaks, GC pressure, CPU profiling, pprof analysis, allocation reduction, sync.Pool, mutex contention, HTTP client tuning, or any Go performance investigation.

mcart13
mcart13
tools
open
debugging
0

analyze-rust-optimizations

This skill performs thorough analysis of Rust libraries to find optimization opportunities. It should be used when reviewing Rust code for performance improvements, memory efficiency, or when profiling indicates bottlenecks. Focuses on runtime performance and memory usage through dynamic profiling tools and static code analysis.

fcoury
fcoury
tools
open
debugging
0

ios-visual-debug

Capture and analyze iOS simulator screenshots for visual debugging

willsigmon
willsigmon
tools
open
debugging
0

analyze

Invoke IMMEDIATELY via brain-hooks when user requests codebase analysis, architecture review, security assessment, or quality evaluation. Do NOT explore first - the command orchestrates exploration.

loriensleafs
loriensleafs
tools
open
debugging
0

optimization-techniques

Performance optimization strategies. Use ONLY after profiling identifies bottlenecks.

IvanTorresEdge
IvanTorresEdge
tools
open
debugging
0

debug-helper

除錯輔助,包裝 PAL MCP 的 debug 功能,提供系統化問題診斷

miles990
miles990
tools
open
debugging
0

dev-debug-cpp

C++ debugging for segfaults, memory corruption, threading issues, and linker/ABI problems. Use when encountering crashes (exit code 139/SIGSEGV), memory leaks, data races, undefined behavior, or when debugging native Node.js addons, FFmpeg integrations, or any C++ code that crashes mysteriously.

pproenca
pproenca
tools
open
debugging
0

debug

Use when encountering bugs, test failures, or unexpected behavior - find root cause before fixing

TKontu
TKontu
tools
open
debugging
0

spec-miner

Reverse-engineer specifications from undocumented code. Use for legacy systems or creating documentation from implementations.

kamushadenes
kamushadenes
tools
open
debugging
0

code-review-repo

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

blueraai
blueraai
tools
open
debugging
0

profiling-with-cpu-sampler

Time-based sampling profiler showing WHERE execution time is spent (wall-clock time, not frequency). Provides histogram with self/total time, compilation tiers (T0/T1/T2), and flame graphs. Use as FIRST step to identify hot functions consuming most time. Low overhead, suitable for longer runs. Pair with tracing-execution-counts to understand time-per-execution vs execution frequency.

antonykamp
antonykamp
tools
open
debugging
0

chrome-devtools

Complete guide to using Chrome DevTools MCP server for browser automation with Claude Code

Lordsisodia
Lordsisodia
tools
open
debugging
0

a11y-checker

Accessibility audit for CSS covering focus styles, color contrast, text sizing, screen reader support, and WCAG compliance. Provides actionable fixes. Use when auditing accessibility or fixing a11y issues.

andronics
andronics
tools
open
debugging
0

browser-forensics

Analyze web browser artifacts for forensic investigation. Use when investigating user browsing activity, downloaded files, cached content, or web-based attacks. Supports Chrome, Firefox, Edge, Safari, and Internet Explorer artifacts.

SherifEldeeb
SherifEldeeb
tools
open
debugging
0

oe-backend-prod-hardening

Production hardening review for the OpenEvent backend. Use when scanning for LLM smells, noisy prints, swallowed exceptions, dev-only defaults, fallback diagnostic leakage, and inconsistent error/logging patterns; produce a prioritized, PR-sized cleanup plan.

shami-ah
shami-ah
tools
open
debugging
0

debugging

Systematic approach to debugging Python code - use when user encounters errors or unexpected behavior

mandersogit
mandersogit
tools
open
debugging
0

cloudflare-workers-observability

This skill should be used when the user asks about "worker logs", "debug worker", "worker errors", "request analytics", "worker metrics", "performance monitoring", "error rate", "invocation logs", "troubleshoot worker", "worker analytics", or needs to debug and monitor Cloudflare Workers.

FlorinPopaCodes
FlorinPopaCodes
tools
open
debugging
0

core-web-vitals

Measure and optimize Core Web Vitals (LCP, INP, CLS). Use when implementing CWV tracking or debugging performance.

nexus-labs-automation
nexus-labs-automation
tools
open
debugging
0

anti-reversing-techniques

Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or understanding software protection mechanisms.

pelan05
pelan05
tools
open
debugging
0

systematic-debugging

体系的デバッグスキル。根本原因調査を先に行い、修正は後に行う規律あるアプローチ。

HaRu-LLC
HaRu-LLC
tools
open
debugging
0

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior in C#/.NET code before proposing fixes; applies to gRPC services, EF Core queries, async operations, and build failures

donellmccoy
donellmccoy
tools
open
debugging
0

chrome-devtools-site-search

Validate website parsing and browser automation feasibility by browsing and searching within a user-specified website scope using the chrome-devtools MCP server (mcp_servers.chrome-devtools); summarize results backed by observed page content (real titles/URLs), and open matching pages for review. Use when the user asks you to open a site, find specific content on it, run a site-scoped query, and keep the relevant pages open.

graysurf
graysurf
tools
open
debugging
0

cache-observability

Track cache hit rates, latency, and detect cache-related issues

nexus-labs-automation
nexus-labs-automation
tools
open
Previous
Page 1261 / 1337
Next