domain cluster

Tools & Utilities

Essential command-line tools and system utilities.

32082 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
debugging
0

using-type-guards

Teaches how to write custom type guards with type predicates and use built-in type narrowing in TypeScript. Use when working with unknown types, union types, validating external data, or implementing type-safe runtime checks.

djankies
djankies
tools
open
debugging
0

pm-05-eda

Run exploratory analysis on the filtered log to profile variants, distributions, and time patterns.

Wattysaid
Wattysaid
tools
open
debugging
0

bitzero-review

Review BitZero game server code for bugs, security issues, and testability. Use when reviewing handlers, extensions, sessions, or game logic.

nmnhut-it
nmnhut-it
tools
open
debugging
0

optimize-costs

Analyze Cloudflare architecture and predict monthly costs with optimization recommendations. Use this skill when the user asks about costs, billing, pricing, or wants to understand their Cloudflare spend. Works with wrangler configs, observability data, and AI Gateway logs.

littlebearapps
littlebearapps
tools
open
debugging
0

debug-standard

Systematic root cause analysis for reproducible bugs. Use when you have a bug that can be reproduced.

dthompson-jti
dthompson-jti
tools
open
debugging
0

frontend-developer

Expert Polyglot Frontend Engineer (20+ years exp). Strict adherence to documentation/references. Obsessed with performance, implementation details, and evidence-based coding.

kienhaminh
kienhaminh
tools
open
debugging
0

pal-debug

Systematic debugging and root cause analysis using PAL MCP. Use for complex bugs, mysterious errors, race conditions, memory leaks, and integration problems. Triggers on debugging requests, error investigation, or when stuck on difficult issues.

estiens
estiens
tools
open
debugging
0

langfuse

Langfuseのトレース、ログ、observability、モニタリングデータを取得・表示する。ユーザーが「Langfuseのログを見せて」「トレースを確認」「観測データを取得」などと言ったときに使用する。

hirokisakabe
hirokisakabe
tools
open
debugging
0

security-review

コードのセキュリティレビューを行うとき、脆弱性チェックを行うときに使用

Doarakko
Doarakko
tools
open
debugging
0

eld-ground-law-monitor

PCE(Process-Context Engine)とLDE(Law-Driven Engineering)を統合した実行時Law違反監視スキル。 本番環境でのLaw違反を検知し、pce-memoryにフィードバックして継続的改善を促す。 使用タイミング: (1) 本番ログからLaw違反を分析する時、(2) 「Law違反を確認して」、 (3) 運用中のLaw健全性をチェックする時、(4) 違反パターンから新Lawを発見する時

CAPHTECH
CAPHTECH
tools
open
debugging
0

systematic-debugging-process

Processus de debugging systématique une fois la cause identifiée. MANDATORY pour bug fixing. À utiliser lors de correction de bugs, debugging, ou quand l'utilisateur demande de "corriger", "debugger", "réparer un bug".

RomualdP
RomualdP
tools
open
debugging
0

systematic-debugging

Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.

Integralist
Integralist
tools
open
debugging
0

data-analysis

代码库功能完成度分析工具。分析项目中各功能模块的实现状态、核心文件存在性、架构采用情况,并生成结构化的JSON分析报告。适用于项目进度跟踪、功能盘点、技术债务评估等场景。

alongor666
alongor666
tools
open
debugging
0

agent-browser-debug

agent-browser (CLI)を使用したWebアプリケーションのデバッグ手法。ブラウザ自動化、スクリーンショット取得、DOMの検査、ログ収集などのデバッグタスクに使用します。

reagenzn
reagenzn
tools
open
debugging
0

rust-performance-best-practices

Expert-level Rust performance optimization guidelines for build profiles, allocation, synchronization, async/await, and I/O. This skill should be used when writing, reviewing, or optimizing Rust code for performance. Triggers on tasks involving slow Rust code, large binary size, long compile times, LTO configuration, release profile tuning, allocation reduction, clone avoidance, lock contention, BufReader/BufWriter, flamegraph analysis, async runtime issues, Tokio performance, spawn_blocking, parking_lot vs std sync, or any Rust performance investigation.

mcart13
mcart13
tools
open
debugging
0

radare2

Reverse engineering binaries using radare2 (r2). Analyze executables, disassemble code, find functions, extract strings, patch binaries, debug programs, and explore firmware. Supports persistent sessions for large binaries to avoid re-analysis. Use when the user wants to reverse engineer, disassemble, analyze, debug, or patch any binary file including ELF, PE, Mach-O, firmware, or shellcode.

dnakov
dnakov
tools
open
debugging
0

typescript-performance-best-practices

TypeScript performance optimization guidelines for build times, type-checking, declaration emit, and editor responsiveness. This skill should be used when writing, reviewing, or optimizing TypeScript code and tsconfig settings. Triggers on tasks involving slow builds, slow type-checking, CI timeouts, editor lag, tsserver memory issues, monorepo configuration, project references, incremental builds, declaration emit, isolatedDeclarations, --noCheck flag, TypeScript 5.6+ features, TypeScript 7 migration, or any TypeScript performance investigation.

mcart13
mcart13
tools
open
debugging
0

moonbit

MoonBit の文法・標準ライブラリ・ツールチェーンの参照、ドキュメント索引の案内、仕様確認、コード例作成が必要なときに使う。MoonBit に関する質問・調査・要約・ナビゲーションを行う場面で使用。

SuzumiyaAoba
SuzumiyaAoba
tools
open
debugging
0

recent-changes

Son degisiklikler logu. Check when debugging or understanding recent fixes.

olivenet-iot
olivenet-iot
tools
open
debugging
0

python-debug

Use when you need to inspect detailed execution flow of a Python program, stepping through functions and inspecting variable contents with pdb. Triggers include requests to debug Python scripts, trace execution, or inspect runtime state using the pdb debugger.

ahupp
ahupp
tools
open
debugging
0

k-tooltip

GameTooltip integration for showing "Archived" status on items and world objects. Covers TooltipDataProcessor hooks, index lookups (O(1) performance), item vs object detection, GUID parsing, title normalization, and enable/disable settings. Use when debugging tooltip issues or implementing similar tooltip integration. Triggers: tooltip, GameTooltip, Archived, TooltipDataProcessor, item tooltip, object tooltip.

lluistfc
lluistfc
tools
open
debugging
0

systematic-debugging

4-phase debugging framework preventing "guess-and-check" fixing. Load when debugging fails or for complex bug investigation.

opzero1
opzero1
tools
open
debugging
0

rust-performance-best-practices

Expert-level Rust performance optimization guidelines for build profiles, allocation, synchronization, and I/O. This skill should be used when writing, reviewing, or optimizing Rust code for performance. Triggers on tasks involving slow Rust code, large binary size, long compile times, LTO configuration, release profile tuning, allocation reduction, clone avoidance, lock contention, BufReader/BufWriter, flamegraph analysis, or any Rust performance investigation.

mcart13
mcart13
tools
open
debugging
0

python-performance

Use when Python code runs slowly, needs profiling, requires async/await patterns, or needs concurrent execution - covers profiling tools, optimization patterns, and asyncio; measure before optimizing (plugin:python@dot-claude)

pproenca
pproenca
tools
open
Previous
Page 1272 / 1337
Next