- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
spec-review
by weegigs
Review specifications for completeness and execution readiness. Use when validating specs from /spec before implementation begins.
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.
dotnet-build
by icartsh
dotnet CLI를 사용하여 .NET 솔루션/프로젝트를 빌드합니다. 컴파일, 종속성 복원 또는 아티팩트 빌드 작업 시 사용합니다.
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".
Connection Pooling
by AmnadTaowsoam
Connection pooling is a technique used to maintain a cache of database
Skill Generator
by AmnadTaowsoam
The Meta-Skill Generator is the foundational cognitive engine that instructs
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.
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.
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".
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.
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.
Api Design
by AmnadTaowsoam
RESTful API design is an architectural style and set of constraints for
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.
Express Rest
by AmnadTaowsoam
'Express.js is a minimal and flexible Node.js web application framework
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.
Triaging Issues Skill
by C0ntr0lledCha0s
Use awesome Claude Code plugins to make AI accessible
Git Workflow
by AmnadTaowsoam
Git workflow encompasses practices, patterns, and strategies for using
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.
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.
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.
contracts
by michavie
Expert MultiversX Smart Contract Development (Rust). Use for writing, testing, optimizing, and auditing smart contracts.
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.
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"
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.