Debugging

Find and fix bugs, error analysis

Showing 2593-2616 of 4726 skills
aRustyDev

convert-elm-elixir

by aRustyDev

Convert Elm code to idiomatic Elixir. Use when migrating Elm frontend applications to Elixir (Phoenix LiveView), translating Elm's functional patterns to Elixir, or refactoring Elm codebases to leverage OTP. Extends meta-convert-dev with Elm-to-Elixir specific patterns.

Debugging 7 4mo ago
aRustyDev

convert-elixir-erlang

by aRustyDev

Bidirectional conversion between Elixir and Erlang. Use when migrating projects between these languages in either direction. Extends meta-convert-dev with Elixir↔Erlang specific patterns. Use when migrating Elixir projects to Erlang, translating Elixir patterns to Erlang idioms, or refactoring Elixir codebases to Erlang. Both run on the BEAM VM with the same OTP framework, making this conversion primarily syntactic with semantic preservation. Extends meta-convert-dev with Elixir-to-Erlang specific patterns.

Debugging 7 4mo ago
srstomp

sdk-development

by srstomp

Use when building TypeScript SDKs, extracting shared code into packages, creating developer tooling libraries, designing clean API surfaces, or publishing to npm (public or private). Covers typed clients, error handling, multi-target bundling (ESM/CJS/browser).

API Dev 7 4mo ago
aRustyDev

convert-erlang-scala

by aRustyDev

Bidirectional conversion between Erlang and Scala. Use when migrating projects between these languages in either direction. Extends meta-convert-dev with Erlang↔Scala specific patterns.

Processing 7 4mo ago
aRustyDev

convert-clojure-erlang

by aRustyDev

Bidirectional conversion between Clojure and Erlang. Use when migrating projects between these languages in either direction. Extends meta-convert-dev with Clojure↔Erlang specific patterns. Use when migrating Clojure projects to Erlang, translating JVM-based functional code to BEAM, or refactoring Clojure codebases to leverage Erlang's fault tolerance and actor model. Extends meta-convert-dev with Clojure-to-Erlang specific patterns.

Processing 7 4mo ago
UvRoxx

midnight-sdk-guide

by UvRoxx

TypeScript SDK integration guide for Midnight dApps. Use this skill when building frontends, connecting wallets, or calling contracts from TypeScript. Triggers on "SDK", "TypeScript", "wallet integration", "connect dApp", "call contract".

Debugging 7 4mo ago
aRustyDev

convert-fsharp-elixir

by aRustyDev

Convert F# code to idiomatic Elixir. Use when migrating F# projects to Elixir, translating F# patterns to idiomatic Elixir, or refactoring F# codebases. Extends meta-convert-dev with F#-to-Elixir specific patterns.

Debugging 7 4mo ago
aRustyDev

convert-elixir-fsharp

by aRustyDev

Bidirectional conversion between Elixir and Fsharp. Use when migrating projects between these languages in either direction. Extends meta-convert-dev with Elixir↔Fsharp specific patterns.

Debugging 7 4mo ago
bdmorin

create-bd-issue

by bdmorin

You are an expert at transforming natural language issue descriptions into optimal bd create commands.

Code Gen 5 3mo ago
qodex-ai

diagnostic-analysis

by qodex-ai

Systematically debug and diagnose issues methodically. Uses diagnostic techniques to identify root causes and implement fixes.

Code Gen 16 5mo ago
qodex-ai

distributed-task-execution

by qodex-ai

Dispatch and coordinate parallel agent execution. Manages concurrent task processing with result aggregation and error handling.

Agents 16 5mo ago
front-depiction

error-handling

by front-depiction

Implement typed error handling in Effect using Data.TaggedError, catchTag/catchTags, and recovery patterns. Use this skill when working with Effect error channels, handling expected failures, or designing error recovery strategies.

Processing 17 6mo ago
AbdelhakRazi

flutter-bloc-development

by AbdelhakRazi

Build Flutter features using BLoC state management, clean architecture layers, and the project's design system. Apply when creating screens, widgets, or data integrations.

Processing 17 4mo ago
Ashfaqbs

frontend-patterns

by Ashfaqbs

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

Debugging 17 4mo ago
lukemorales

funkcia

by lukemorales

Adopt Funkcia in TypeScript codebases using Option, Result, OptionAsync, ResultAsync, and module utilities such as Brand, SafeJSON, SafeURI, SafeURL, and TaggedError patterns. Use when migrating from null/throw/promise-rejection flows, designing typed error boundaries, or implementing domain-safe parsing and validation.

Code Gen 17 3mo ago
front-depiction

atom-state

by front-depiction

Implement reactive state management with Effect Atom for React applications

Debugging 17 5mo ago
front-depiction

pattern-matching

by front-depiction

Master Effect pattern matching using Data.TaggedEnum, $match, $is, Match.typeTags, and Effect.match. Avoid manual _tag checks and Effect.either patterns. Use this skill when working with discriminated unions, ADTs, or conditional logic based on tagged types.

Processing 17 6mo ago
pigfoot

commit

by pigfoot

Smart commit creation with conventional commits, emoji, and GPG signing. Use when user says "commit" or requests committing changes. Handles staged file detection, suggests splits for multi-concern changes, and applies proper commit format.

Auth 4 4mo ago
ag0os

rails-jobs-patterns

by ag0os

ActiveJob and background processing patterns for Rails. Automatically invoked when working with background jobs, Sidekiq, async processing, job queues, scheduling, or the app/jobs directory. Triggers on "job", "background job", "ActiveJob", "Sidekiq", "async", "queue", "perform_later", "worker", "scheduled job", "cron", "retry", "idempotent".

Automation 4 5mo ago
ragnarok22

write-conventional-commit

by ragnarok22

Create Git commit messages that conform to Conventional Commits 1.0.0, including type/scope/description format, optional body, trailer-style footers, and explicit BREAKING CHANGE signaling. Use when users ask to draft commit messages, commit current changes, rewrite a commit message into conventional format, or enforce conventional commit standards in a repo.

Debugging 4 3mo ago
linehaul-ai

quickbooks-online-api

by linehaul-ai

Expert guide for QuickBooks Online API integration covering authentication, CRUD operations, batch processing, and best practices for invoicing, payments, and customer management.

Processing 4 4mo ago
arlenagreer

GitHub Bug Sweep - Automated Issue Resolution Orchestration

by arlenagreer

Skill created for SoftTrak project - January 2026

Code Review 4 4mo ago
Zpankz

Cross-Cutting Concerns

by Zpankz

Systematic methodology for standardizing cross-cutting concerns (error handling, logging, configuration) through pattern extraction, convention definition, automated enforcement, and CI integration. Use when codebase has inconsistent error handling, ad-hoc logging, scattered configuration, need automated compliance enforcement, or preparing for team scaling. Provides 5 universal principles (detect before standardize, prioritize by value, infrastructure enables scale, context is king, automate enforcement), file tier prioritization framework (ROI-based classification), pattern extraction workflow, convention selection process, linter development guide. Validated with 60-75% faster error diagnosis (rich context), 16.7x ROI for high-value files, 80-90% transferability across languages (Go, Python, JavaScript, Rust). Three concerns addressed: error handling (sentinel errors, context preservation, wrapping), logging (structured logging, log levels), configuration (centralized config, validation, environment variables).

CI/CD 4 4mo ago
cartridge-gg

controller-backend

by cartridge-gg

Integrate Cartridge Controller into backend services using Node.js, Rust, or headless mode. Use when building server-side applications, game backends, automated bots, or any non-browser environment that needs to execute Starknet transactions. Covers SessionProvider for Node.js, Rust SDK setup, and headless Controller with custom signing keys.

Auth 4 4mo ago