Debugging

Find and fix bugs, error analysis

Showing 2881-2904 of 4725 skills
Kaakati

alamofire-patterns

by Kaakati

"Expert Alamofire decisions for iOS/tvOS: when Alamofire adds value vs URLSession suffices, interceptor chain design trade-offs, retry strategy selection, and certificate pinning considerations. Use when designing network layer, implementing auth token refresh, or choosing between networking approaches. Trigger keywords: Alamofire, URLSession, interceptor, RequestAdapter, RequestRetrier, certificate pinning, Session, network layer, token refresh, retry"

API Dev 9 4mo ago
duongdev

ccpm-debugging

by duongdev

Systematic debugging with defense-in-depth approach (symptoms → immediate cause → root cause → systemic issues → prevention). Auto-activates when user mentions "error", "failing", "broken", "debug", "bug", "issue" or when /ccpm:verify runs. Uses Observe → Hypothesize → Test → Confirm → Fix → Verify → Document workflow. Updates Linear with findings and automatically logs blockers that require external fixes. Traces root causes instead of patching symptoms. Integrates with ccpm-code-review to verify fixes pass all gates before marking complete. Suggests binary search for intermittent issues and five-whys analysis for complex problems.

Auth 9 5mo ago
jackspace

auto-animate

by jackspace

Production-tested setup for AutoAnimate (@formkit/auto-animate) - a zero-config, drop-in animation library that automatically adds smooth transitions when DOM elements are added, removed, or moved. This skill should be used when building UIs that need simple, automatic animations for lists, accordions, toasts, or form validation messages without the complexity of full animation libraries. Use when: Adding smooth animations to dynamic lists, building filter/sort interfaces, creating accordion components, implementing toast notifications, animating form validation messages, needing simple transitions without animation code, working with Vite + React + Tailwind, deploying to Cloudflare Workers Static Assets, or encountering SSR errors with animation libraries. Keywords: auto-animate, @formkit/auto-animate, formkit, zero-config animation, automatic animations, drop-in animation, list animations, accordion animation, toast animation, form validation animation, lightweight animation, 2kb animation, prefers-reduced-motion, accessible animations, vite react animation, cloudflare workers animation, ssr safe animation

Animation 15 6mo ago
jackspace

backend-dev-guidelines

by jackspace

Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.

Database 15 6mo ago
jackspace

ai-sdk-core

by jackspace

Backend AI functionality with Vercel AI SDK v5 - text generation, structured output with Zod, tool calling, and agents. Multi-provider support for OpenAI, Anthropic, Google, and Cloudflare Workers AI. Use when: implementing server-side AI features, generating text/chat completions, creating structured AI outputs with Zod schemas, building AI agents with tools, streaming AI responses, integrating OpenAI/Anthropic/Google/Cloudflare providers, or encountering AI SDK errors like AI_APICallError, AI_NoObjectGeneratedError, streaming failures, or worker startup limits. Keywords: ai sdk core, vercel ai sdk, generateText, streamText, generateObject, streamObject, ai sdk node, ai sdk server, zod ai schema, ai tools calling, ai agent class, openai sdk, anthropic sdk, google gemini sdk, workers-ai-provider, ai streaming backend, multi-provider ai, ai sdk errors, AI_APICallError, AI_NoObjectGeneratedError, streamText fails, worker startup limit ai

Debugging 15 6mo ago
audibleblink

google-secops-yaral

by audibleblink

Write and debug YARAL queries for behavioral threat hunting and detection in Google SecOps. Use when creating YARAL detections, hunting for network/process behavior, or learning YARAL syntax.

Code Gen 4 4mo ago
igbuend

amsmath

by igbuend

"LaTeX amsmath/amssymb/mathtools packages for mathematical typesetting. Use when helping users write equations, align math, use mathematical symbols, matrices, theorems, or any advanced math formatting."

CLI Tools 4 3mo ago
luan

debugging

by luan

"Systematic root cause investigation before proposing fixes. Triggers: bugs, test failures, unexpected behavior, 'why is this failing', 'not working', 'broken'. Do NOT use when: the bug is already identified and the fix is obvious — use /triage instead."

Code Gen 4 3mo ago
89jobrien

global-standards

by 89jobrien

Project-wide coding standards and conventions specialist. Use PROACTIVELY

Database 4 5mo ago
igbuend

agent-review

by igbuend

Review AI agent implementations for best practices in architecture, folder structure, design patterns, error handling, and observability. Use when auditing agent codebases or designing new agent systems.

Agents 4 3mo ago
89jobrien

Git Commit Helper

by 89jobrien

Generate descriptive commit messages by analyzing git diffs. Use when

Code Gen 4 5mo ago
89jobrien

ai-code-cleanup

by 89jobrien

Remove AI-generated code slop from branches. Use after AI-assisted coding

Debugging 4 5mo ago
igbuend

debug-mode-production-anti-pattern

by igbuend

"Security anti-pattern for debug mode in production (CWE-215). Use when generating or reviewing code that configures application settings, deployment configurations, or error handling. Detects hardcoded debug flags and development-only features in production."

CI/CD 4 3mo ago
gonzaloserrano

typescript-engineering

by gonzaloserrano

Comprehensive TypeScript engineering guidelines based on Google's TypeScript Style Guide. This skill should be used when writing TypeScript code, performing TypeScript code reviews, or answering questions about TypeScript best practices. Applies to .ts and .tsx files, and TypeScript configuration.

Processing 4 6mo ago
ashishjaingithub

clawdoc

by ashishjaingithub

"Diagnose OpenClaw agent failures, cost spikes, and performance issues with 14 pattern detectors. Use when: task failed unexpectedly, costs seem high, agent burned tokens, debugging session problems, want a health check, reviewing agent performance, agent forgot context, agent kept retrying, agent said commands but didn't execute them, cron jobs getting expensive, heartbeat costs too high, agent drifted off task after compaction, agent stuck reading without editing, agent running find/grep on entire filesystem, agent re-reading same file repeatedly."

Debugging 4 2mo ago
89jobrien

shell-scripting

by 89jobrien

Shell scripting best practices and patterns. Use when writing bash/zsh

CLI Tools 4 5mo ago
igbuend

booktabs

by igbuend

"LaTeX booktabs/tabularx/multirow/longtable packages for professional tables. Use when helping users create well-formatted tables, multi-page tables, or improve table appearance."

Processing 4 3mo ago
89jobrien

code-review

by 89jobrien

Expert code review specialist for quality, security, and maintainability.

Code Review 4 5mo ago
89jobrien

meta-cognitive-reasoning

by 89jobrien

Meta-cognitive reasoning specialist for evidence-based analysis, hypothesis

Automation 4 5mo ago
89jobrien

debugging

by 89jobrien

Comprehensive debugging specialist for errors, test failures, log analysis,

Code Review 4 5mo ago
89jobrien

golang-testing

by 89jobrien

Comprehensive Go testing patterns including table-driven tests, mocking,

Debugging 4 5mo ago
igbuend

command-injection-anti-pattern

by igbuend

"Security anti-pattern for OS Command Injection vulnerabilities (CWE-78). Use when generating or reviewing code that executes shell commands, runs system processes, or handles user input in command-line operations. Detects shell string concatenation and recommends argument arrays."

CLI Tools 4 3mo ago
luan

implement-worker

by luan

"Internal skill. Implements a single task: claims it, runs TDD + build via sub-worker. Invoked by develop and other orchestrators."

Automation 4 3mo ago
luan

acceptance

by luan

"Validate implementation against acceptance criteria using dual-agent verification. Works on epics (all descendants) or individual tasks. Triggers: 'accept', 'acceptance check', 'verify implementation', 'did it work', 'check my implementation'. Also invoked automatically by /develop after completion."

Automation 4 3mo ago