搜索结果
全部能力
找到 463 个相关结果 / 监控与排障
通用助手 / 编排推荐
home-assistant
home-assistant
Use this if the user wants to connect to Home Assistant or leverage Home Assistant in any shape or form inside their project. Guide users integrating Home…
通用助手 / 编排推荐
dart-matcher-best-practices
dart-matcher-best-practices
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
通用助手 / 编排推荐
agent-tracing
agent-tracing
Agent tracing CLI for inspecting agent execution snapshots. Use when user mentions 'agent-tracing', 'trace', 'snapshot', wants to debug agent execution,…
通用助手 / 编排推荐
rust-ffi
rust-ffi
Rust FFI skill for C interoperability. Use when calling C libraries from Rust, generating Rust bindings with bindgen, exporting Rust functions to C with…
通用助手 / 编排推荐
strace-ltrace
strace-ltrace
strace and ltrace skill for system call and library call tracing. Use when a binary behaves incorrectly without crashing, diagnosing file-not-found errors,…
通用助手 / 编排推荐
memory-model
memory-model
C++ and Rust memory model skill for concurrent programming. Use when understanding memory ordering, writing lock-free data structures, using std::atomic or…
通用助手 / 编排推荐
rss-agent-discovery
rss-agent-discovery
AI agent-focused RSS feed discovery tool with JSON output. Use when Claude needs to discover RSS/Atom feeds from websites for monitoring, aggregation, or…
通用助手 / 编排推荐
elf-inspection
elf-inspection
ELF binary inspection skill for Linux. Use when examining ELF executables or shared libraries with readelf, objdump, nm, or ldd to understand symbol…
通用助手 / 编排推荐
binutils
binutils
GNU binutils skill for binary manipulation and analysis. Use when using ar for static libraries, strip or objcopy for binary processing, addr2line for…
通用助手 / 编排推荐
cargo-workflows
cargo-workflows
Cargo workflow skill for Rust projects. Use when managing workspaces, feature flags, build scripts, cargo cache, incremental builds, dependency auditing, or CI…
通用助手 / 编排推荐
linkers-lto
linkers-lto
Linker and Link-Time Optimisation (LTO) skill. Use when configuring GNU ld, gold, or lld linker flags, diagnosing link-order issues or undefined symbols at…
通用助手 / 编排推荐
flamegraphs
flamegraphs
Flamegraph generation and interpretation skill. Use when converting perf, Valgrind Callgrind, or other profiler output into SVG flamegraphs using Brendan…
通用助手 / 编排推荐
browser-to-api
browser-to-api
Turn a website's observable HTTP traffic into a best-effort OpenAPI 3.1 spec by analyzing a `browser-trace` capture. Use when the user wants to…
通用助手 / 编排推荐
debugging
debugging
Python debugging techniques, pdb, and IDE debugging tools
通用助手 / 编排推荐
agent-designer
agent-designer
Designs multi-agent system architectures with orchestration patterns, tool schemas, and performance evaluation. Use when building AI agent systems, designing agent workflows, creating tool schemas, or evaluating agent performance.
通用助手 / 编排推荐
rust-profiling
rust-profiling
Rust profiling skill for performance analysis. Use when generating flamegraphs from Rust binaries, measuring monomorphization bloat with cargo-llvm-lines,…
通用助手 / 编排推荐
rust-unsafe
rust-unsafe
Rust unsafe code skill for systems programming. Use when writing or reviewing unsafe Rust, understanding what operations require unsafe, implementing safe…
通用助手 / 编排推荐
hogli
hogli
PostHog developer CLI and repo tooling reference. Use when the user mentions hogli, asks about repo CLI tools, bin scripts, Makefiles, how to run/build/test/lint, or any dev environment commands.
通用助手 / 编排推荐
dynamic-linking
dynamic-linking
Dynamic linking skill for Linux/ELF shared libraries. Use when debugging library loading failures, configuring RPATH vs RUNPATH, understanding soname…
通用助手 / 编排推荐
rust-cross
rust-cross
Rust cross-compilation skill. Use when building Rust binaries for a different target architecture or OS, using cross or cargo-zigbuild for hermetic…