Debugging

Find and fix bugs, error analysis

Showing 4465-4488 of 4718 skills
lywa1998

m02-resource

by lywa1998

"CRITICAL: Use for smart pointers and resource management. Triggers: Box, Rc, Arc, Weak, RefCell, Cell, smart pointer, heap allocation, reference counting, RAII, Drop, should I use Box or Rc, when to use Arc vs Rc, 智能指针, 引用计数, 堆分配"

Debugging 0 4mo ago
ahmadawais

pr

by ahmadawais

PR workflow - validate, branch, commit, push, PR, checkout main, rebase, squash merge. Use when submitting changes.

Code Review 0 4mo ago
next-friday

nextfriday-nextjs

by next-friday

Next Friday Next.js rules for environment variables and client components. Use when working with Next.js specific features.

API Dev 0 4mo ago
livetradingcoder

react-hooks

by livetradingcoder

Generate production-ready custom React hooks for common UI patterns. Use when the user needs hooks for state management, DOM interactions, async operations, or responsive design in React applications. Covers: useToggle, useDebounce, useThrottle, useFetch, useAsync, useLocalStorage, useInterval, useKeyPress, useHover, useMediaQuery, useOnClickOutside, useOnScreen, useScrollToEnd, useScrolledPastThreshold, useWindowSize.

Processing 0 3mo ago
alexwelcing

form-cro

by alexwelcing

Optimize forms for maximum conversion rates and completion

Debugging 0 4mo ago
observerw

python

by observerw

Comprehensive guide for the entire Python programming process. This skill MUST be consulted before writing any code in a Python project to ensure adherence to toolchains, standards, and best practices.

Processing 0 4mo ago
iprotsiuk

Contributor Skill Notes

by iprotsiuk

Is packet allocation behavior still bounded?

Code Gen 0 3mo ago
zhongjis

typescript

by zhongjis

Configures TypeScript projects, defines types and interfaces, writes generics, and implements type guards. Use when setting up tsconfig.json, creating type definitions, or ensuring type safety in JS/TS codebases.

Processing 0 3mo ago
maxgent-ai

media-processing

by maxgent-ai

Process audio and video files with ffmpeg — trim, merge, extract audio, convert formats, compress, and more.

CLI Tools 0 3mo ago
deephaven

deephaven-core-query-writing

by deephaven

Work with Deephaven for real-time data processing. Use for table queries, joins, aggregations, time-series, UI dashboards, plotting (dx), Kafka streaming, Iceberg integration. Triggers on mentions of Deephaven, tables or queries, and related concepts.

Processing 0 3mo ago
TriNgo0108

changelog-automation

by TriNgo0108

Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.

Debugging 0 3mo ago
sovr610

Model Export & Serving

by sovr610

This skill should be used when the user asks to "export the model", "convert to ONNX", "trace with TorchScript", "quantize the model", "deploy the model", "create API server", "serve predictions", "containerize the model", "optimize for inference", "export to INT8", "create FastAPI endpoint", "set up model serving", "prune the model", "distill knowledge", "create Docker image", or needs guidance on model export formats, quantization strategies, serving infrastructure, or deployment pipelines for the brain_ai system.

Automation 0 3mo ago
kprsnt2

django

by kprsnt2

Django framework best practices including project structure, ORM, and security.

Caching 0 5mo ago
LisandroCacciatore

style-editor

by LisandroCacciatore

Mantiene y extiende el sistema de diseño "Criterio Técnico" del sitio lisandrocacciatore.com / IronLog. Usar cuando el usuario pida modificar, crear, o revisar cualquier archivo HTML del sitio: index.html, sobre-mi.html, simuladores (wendler.html, ss.html, cube.html), landing pages segmentadas por buyer, o cualquier componente nuevo. También activar si el usuario menciona: tokens de Tailwind, theme.js, tipografía del sitio, colores, componentes de UI, estética del sitio, o pide que algo "quede consistente con el resto del sitio". Activar también cuando el usuario pida crear una sección o página específica para un perfil de audiencia: coordinador de rendimiento, director deportivo, preparador físico, dueño de academia — porque cada buyer tiene patrones de sección y jerarquía de información distintos que este skill conoce. Activar siempre que se trabaje sobre código frontend de este ecosistema — no esperar que el usuario lo pida explícitamente.

Debugging 0 3mo ago
trancong12102

brainstorming

by trancong12102

Guide collaborative brainstorming to turn ideas into clear designs and specs. Use before creative work (new features, components, functionality, or behavior changes) to clarify intent, constraints, and success criteria.

Code Gen 0 4mo ago
Sytex

intercom-support

by Sytex

Analyze Intercom support conversations and generate structured notes with internal diagnosis and user-facing response suggestions. Use when analyzing a support conversation, generating a suggested response, or investigating a user issue from Intercom.

Agents 0 3mo ago
pm-minji

lint-and-validate

by pm-minji

"Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis."

Code Review 0 4mo ago
Chen19007

git-commit

by Chen19007

"智能提交与仓库初始化:自动生成 .gitignore、筛选提交文件、隐私扫描、配置 GitHub SSH 远程。用于初始化仓库、提交变更、设置远程、准备项目版本控制。"

Debugging 0 4mo ago
donghyuck

karpathy-guidelines

by donghyuck

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

Debugging 0 2mo ago
MaxGiu67

bs-onboarding

by MaxGiu67

"Onboarding su repo esistente: mappa codebase, audit dipendenze, docs. Usa questa skill quando l'utente vuole fare onboarding su un repo, mappare il codice, o dice bs onboarding, mappa repo, onboarding, analizza codebase, codice ereditato."

Code Review 0 3mo ago
Olino3

debugging-expert

by Olino3

Forge is a marketplace for a Claude Code Plugins

Debugging 0 3mo ago
hynguyenvk-itr

har-debugger

by hynguyenvk-itr

Analyze HAR (.har) files alongside a bug description to identify slow, failed, or abnormal requests, correlate them to symptoms, and produce a concise root-cause report with evidence and next steps.

Processing 0 3mo ago
lywa1998

m07-concurrency

by lywa1998

"CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition, 并发, 线程, 异步, 死锁"

Debugging 0 4mo ago
terryjyu

browser-automation-parity

by terryjyu

Enforce parity between interactive Browser Subagent sessions and headless Python+Playwright automation in Google Antigravity. Use this skill whenever browser automation fails silently in run mode, a click/navigation/paste works under subagent guidance but breaks in replay, you need CI-grade reproducibility with rich diagnostics, or you're building any Playwright automation that must be observable and self-checking. Also trigger when the user mentions "trace", "flaky test", "missed click", "run mode fails", "subagent works but script doesn't", or wants to debug browser automation discrepancies.

Debugging 0 3mo ago