- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
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, 智能指针, 引用计数, 堆分配"
pr
by ahmadawais
PR workflow - validate, branch, commit, push, PR, checkout main, rebase, squash merge. Use when submitting changes.
nextfriday-nextjs
by next-friday
Next Friday Next.js rules for environment variables and client components. Use when working with Next.js specific features.
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.
form-cro
by alexwelcing
Optimize forms for maximum conversion rates and completion
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.
Contributor Skill Notes
by iprotsiuk
Is packet allocation behavior still bounded?
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.
media-processing
by maxgent-ai
Process audio and video files with ffmpeg — trim, merge, extract audio, convert formats, compress, and more.
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.
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.
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.
django
by kprsnt2
Django framework best practices including project structure, ORM, and security.
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.
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.
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.
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."
git-commit
by Chen19007
"智能提交与仓库初始化:自动生成 .gitignore、筛选提交文件、隐私扫描、配置 GitHub SSH 远程。用于初始化仓库、提交变更、设置远程、准备项目版本控制。"
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.
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."
debugging-expert
by Olino3
Forge is a marketplace for a Claude Code Plugins
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.
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, 并发, 线程, 异步, 死锁"
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.