
from ckb-standalone-debugger22
Repository-specific skill for offline CKB contract debugging: run mock transactions, GDB sessions, flamegraph/coverage analysis, and WASM-compatible runs for co
This skill encapsulates knowledge for working with the ckb-standalone-debugger Rust workspace. It orients contributors to primary crates, common workflows (run local binaries, mock transactions, replace script binaries), execution modes (fast, full, gdb, probe), and developer patterns for profiling (flamegraph, coverage) and remote debugging. Use it to select files to read first, choose correct CLI flags, and follow testing conventions when modifying behavior.
Best used by code-aware agents (Copilot-style or Claude Code) and CI automation that can run repository tests and CLI commands.
Repository-specific skill for the ckb-standalone-debugger Rust monorepo. Extremely thorough and well-structured documentation covering CLI modes, mock transaction workflows, syscalls, examples, and common failure modes. No scripts to execute. Security is clean — no credential leaks, destructive commands, or network calls. The skill is highly specific to one repo, limiting its broad usefulness.
Excellent repo-specific skill — one of the best-structured SKILL.md files for a single repository. Clear source map, explicit working rules, common command patterns, and failure modes. Low usefulness score reflects narrow audience, not quality. No security concerns whatsoever.