Debugging skills
Top maintainers
- openclaw · 868 skills
- pluginagentmarketplace · 38 skills
- harborgrid-justin · 30 skills
- bdambrosio · 29 skills
- zhanghandong · 26 skills
Languages in this topic
2883 skills
This skill helps you optimize Rust performance by guiding measurement, profiling, and design choices to reduce allocations, improve cache, and parallelize.
This skill helps you assess and apply error handling strategies in Rust, guiding when to use Result, Option, or panic with context.
This skill helps you design robust CLI tools with layered config, strong error handling, and user-friendly prompts.
This skill helps you select appropriate Rust smart pointers for resource management, guiding ownership, threading, and cycle avoidance.
This skill helps you choose between generics and trait objects for zero-cost abstraction in Rust, optimizing performance and flexibility.
This skill helps you design and reason about Rust concurrency, choosing appropriate primitives and avoiding deadlocks.
This skill helps you diagnose and resolve Rust ownership and lifetime errors by guiding design decisions and refactoring strategies.
This skill helps you design safer Rust APIs by encoding invariants in types, enabling compile-time validation and zero-cost state transitions.
This skill analyzes a Rust project to reveal structure and symbols using LSP, listing modules, structs, traits, and functions.
This skill visualizes Rust function call graphs using LSP, helping you quickly understand callers and callees with depth control.
This skill scaffolds a structured investigation by creating dated scratch folders, README, and artifacts to trace, document, and analyze complex systems.
This skill streamlines sleap support by scaffolding investigations, extracting posts, and drafting friendly, actionable responses for talmolab/sleap issues.
This skill guides you through creating a built-in evlog adapter to send wide events to an external observability platform across all touchpoints.
This skill reviews TypeScript logging patterns, transforms console logs into structured wide events, and guides contextual, request-scoped error handling.
This skill creates a built-in evlog enricher that derives context from headers and merges it into event fields for wide-events.
This skill orchestrates an immediate refactor analysis by running a scripted workflow to identify technical debt and code quality improvements.
This skill helps you analyze Claude Code conversation histories using commands to extract insights and track tool usage across sessions.
This skill detects and resolves incoherence between documentation, code, and specs, guiding iterative alignment across implementation.
This skill analyzes IoT network traffic to detect protocols and vulnerabilities, helping you secure devices and identify unencrypted communications.
This skill helps you discover and enumerate WS-Discovery devices like ONVIF cameras on your network, returning endpoints, device details, and service locations.
This skill enables secure IoT UART interactions using picocom to enumerate devices, access shells, and discover vulnerabilities for pentesting.