Debugging

Find and fix bugs, error analysis

Showing 3433-3456 of 4723 skills
weegigs

spec-review

by weegigs

Review specifications for completeness and execution readiness. Use when validating specs from /spec before implementation begins.

Code Review 3 4mo ago
mamba-mental

error-tracking

by mamba-mental

Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.

API Dev 3 4mo ago
icartsh

dotnet-build

by icartsh

dotnet CLI를 사용하여 .NET 솔루션/프로젝트를 빌드합니다. 컴파일, 종속성 복원 또는 아티팩트 빌드 작업 시 사용합니다.

CI/CD 3 5mo ago
ttokit

skill-optimizer

by ttokit

Analyzes and optimizes existing skills based on official best practices. Evaluates quality score, proposes structural improvements (Progressive Disclosure), description enhancement, and error handling additions. Use when: "improve skill", "optimize skill", "follow best practices", "review skill", "check SKILL.md", "analyze SKILL.md quality".

Code Review 3 4mo ago
AmnadTaowsoam

Connection Pooling

by AmnadTaowsoam

Connection pooling is a technique used to maintain a cache of database

Debugging 3 3mo ago
AmnadTaowsoam

Skill Generator

by AmnadTaowsoam

The Meta-Skill Generator is the foundational cognitive engine that instructs

Code Gen 3 3mo ago
C0ntr0lledCha0s

analyzing-response-quality

by C0ntr0lledCha0s

Expert at analyzing the quality of Claude's responses and outputs. Use when evaluating response completeness, accuracy, clarity, or effectiveness. Auto-invokes during self-reflection or when quality assessment is needed.

Code Review 3 6mo ago
peixotorms

rust-iot

by peixotorms

Use when building IoT applications, sensor networks, or edge devices in Rust. Covers telemetry, protocol buffers, protobuf, CoAP, BLE, Bluetooth, serial communication, GPIO, edge computing, OTA update, firmware, data pipeline, MQTT with rumqttc, offline-first store-and-forward, exponential backoff retry, power management, TLS security, and telemetry publishing.

Processing 3 4mo ago
beshkenadze

verify-known-issues

by beshkenadze

Verify claims about known issues in libraries or tools. Use when about to state something is a "known issue", "known bug", or "known limitation".

Agents 3 5mo ago
thrashr888

rust-best-practices

by thrashr888

Rust coding best practices for idiomatic, efficient, and maintainable code. Use when writing Rust code, reviewing code, or learning Rust patterns.

Code Gen 3 4mo ago
SanctifiedOps

launch-readiness-checklist

by SanctifiedOps

End-to-end pre-flight checklist for launching a Solana token/app: infra, wallets, liquidity, comms, security, and rollback planning. Use before mainnet launch or major release.

Debugging 3 4mo ago
AmnadTaowsoam

Api Design

by AmnadTaowsoam

RESTful API design is an architectural style and set of constraints for

API Dev 3 3mo ago
weegigs

byterover

by weegigs

This skill should be used when the user asks to "query project knowledge", "curate learnings", "record architectural decisions", "document bug investigations", "check brv status", or mentions ByteRover, brv, or project knowledge base.

Processing 3 4mo ago
AmnadTaowsoam

Express Rest

by AmnadTaowsoam

'Express.js is a minimal and flexible Node.js web application framework

API Dev 3 3mo ago
peixotorms

rust-guidelines

by peixotorms

Use when writing, reviewing, refactoring, building, or deploying Rust code. Covers Result, Option, error handling with thiserror and anyhow, API design, type-driven design, ownership, lifetimes, smart pointers, generics, trait objects, domain modeling, resource lifecycle (RAII), documentation, naming, logging, lints with clippy, cargo, modules, visibility, pub(crate), From/Into conversions, Display trait, derive macros, serde serialization, ecosystem integration, build/deploy workflow, test file placement, and anti-patterns. For unsafe/FFI see rust-unsafe, for async/concurrency see rust-async, for performance see rust-performance.

Processing 3 4mo ago
C0ntr0lledCha0s

Triaging Issues Skill

by C0ntr0lledCha0s

Use awesome Claude Code plugins to make AI accessible

Auth 3 6mo ago
AmnadTaowsoam

Git Workflow

by AmnadTaowsoam

Git workflow encompasses practices, patterns, and strategies for using

Debugging 3 3mo ago
SanctifiedOps

wallet-connection-ux

by SanctifiedOps

Best practices for Solana wallet connect flows (Phantom, Solflare, Backpack): connect/disconnect, state handling, error UX, safety prompts, and edge-case handling. Use when building or reviewing frontend wallet UX.

Debugging 3 4mo ago
pluginagentmarketplace

code-examples

by pluginagentmarketplace

Production-grade skill for generating clear, well-documented code examples, implementation patterns, configuration files, and integration samples with multi-language support.

API Dev 3 5mo ago
AnthemFlynn

zig

by AnthemFlynn

Comprehensive Zig development support with deep understanding of allocators, comptime, error unions, build.zig patterns, and C interoperability. Use this skill for any Zig programming task including: (1) Writing new Zig code with proper allocator patterns, (2) Debugging allocator and memory issues, (3) Comptime metaprogramming and generic data structures, (4) build.zig configuration and cross-compilation, (5) C library wrapping and FFI, (6) Error handling with error unions and errdefer, (7) Testing with Zig's built-in test framework. Triggers on: .zig files, build.zig, build.zig.zon, zig commands, mentions of allocators, comptime, or Zig-specific concepts.

Debugging 3 5mo ago
michavie

contracts

by michavie

Expert MultiversX Smart Contract Development (Rust). Use for writing, testing, optimizing, and auditing smart contracts.

Code Review 3 4mo ago
peixotorms

rust-unsafe

by peixotorms

Use when writing unsafe code, FFI bindings, raw pointers, or C interop in Rust. Covers bindgen, cbindgen, extern "C", #[repr(C)], transmute, UnsafeCell, NonNull, Pin, PhantomData, soundness, undefined behavior, aliasing rules, safety invariants, SAFETY comments, Miri testing, common pitfalls, FFI wrapper patterns, CString handling, opaque types, and safe abstraction design.

Code Gen 3 4mo ago
dig1t

luau-type-expert

by dig1t

Professional Luau type-checking and clean code specialist for Roblox development. Use this skill when: - Writing or reviewing Luau code that needs proper type annotations - Fixing type errors from luau-lsp or luau-analyze - Converting untyped Lua/Luau to strictly typed code - Designing type-safe APIs, modules, or data structures - Understanding Luau type system features (generics, unions, intersections, refinements) - Optimizing code for luau-lsp compatibility - Setting up --!strict mode compliance - Creating type definitions (.d.luau files) - Debugging "Type X is not compatible with Y" errors - Writing metatables with proper type support Triggers: "type error", "type annotation", "luau types", "strict mode", "--!strict", "type checking", "luau-lsp", "type mismatch", "generic type", "union type", "type narrowing", "type refinement", "type cast", "export type", "typeof"

Code Review 3 4mo ago
peixotorms

rust-embedded

by peixotorms

Use when developing embedded, no_std, or bare-metal Rust for microcontrollers (ARM, RISC-V, ESP32, STM32, nRF). Covers HAL, PAC, probe-rs, defmt logging, panic-halt, alloc, static mut, volatile access, DMA, interrupt handler, real-time constraints, no_std setup, heapless collections, interrupt-safe state with Mutex RefCell, peripheral ownership, RTIC, Embassy, and cortex-m patterns.

Code Gen 3 4mo ago