- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
systematic-debugging
by pproenca
This skill should be used when the user reports a "bug", "not working", "fix this", "debug", "test failing", or when investigating unexpected behavior. Four-phase framework ensuring root cause understanding before attempting solutions.
feature-dev-workflow
by moifort
Use when developing a new feature, fixing a bug, or making significant code changes - guides the full cycle from planning through verified commit with expert review
karpathy-guidelines
by syndicalt
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.
angular-ui-patterns
by ncdevshiv
"Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states."
react-core
by Alicoder001
React component patterns, hooks, state management, and Vercel-inspired performance optimizations. Use for React development including re-render prevention, derived state, functional setState, and component composition.
documentation
by uwe-schwarz
Automated documentation generation and management. Use for creating, updating, and maintaining project documentation including README files, API docs, and inline code comments.
design-patterns
by lorenzogirardi
Architectural patterns for TypeScript/Node.js ecommerce project. Covers dependency injection, error handling, configuration, testing patterns. Triggers on "dependency injection", "DI pattern", "error handling", "architectural pattern", "design pattern", "testing pattern", "anti-pattern".
setup-golangci-lint
by alingse
Quickly set up golangci-lint environment for Go projects. Auto-detect version, create config, integrate CI, generate smart ignore rules, ensure existing code passes safely.
smartthings-edge-driver
by 401Unauthorized
Build and troubleshoot SmartThings Edge device drivers in Lua, including Zigbee, Z-Wave, Matter, LAN, capabilities, device profiles, driver channels, and Edge driver API reference usage.
commit
by matyaszednicek
Use this to create a commit message
save-progress
by xuesongjun
存盘 - 将当前开发进度保存到 CLAUDE.md
github-pr-comments
by prulloac
Analyze and manage GitHub pull request comments with automated categorization, severity assessment, and intelligent response handling. Use when working with PR comments to understand feedback patterns, prioritize issues, or automatically address reviewer concerns. Leverages GitHub MCP Server, GitHub CLI (gh), or GitHub REST API in order of precedence.
photo-clipper
by ppx123-web
Crop photos intelligently based on natural language prompts using GPT-5 vision analysis. Use when the user asks to crop or trim a photo, remove parts of an image, focus on a specific subject, improve composition, or remove distractions from edges.
user-story-creator
by aroldolanderos
Synthesize completed work into structured User Stories with intelligent subtask grouping. Use when you want to document development activities as a formal User Story (HU) with subtasks, acceptance criteria, and technical narrative. Triggered by user request "/user-story" or when suggesting story creation after completing work.
dispatching-parallel-agents
by ederheisler
Dispatch subagents in parallel when there are 2+ independent problem domains (separate failures/subsystems) that can be investigated without shared state or sequential dependencies; avoid when work is tightly coupled, ambiguous, or requires main-agent decisions.
yellow-best-practices
by 0xarcano
Yellow Network and Nitrolite (ERC-7824) development best practices for building state channel applications. Use when building apps with Yellow SDK, implementing state channels, connecting to ClearNodes, managing off-chain transactions, or working with application sessions.
formal-logic
by biruk741
Formal logic inference rules for constructing and validating proofs. Use when building deductive arguments or checking proof validity.
validation
by zap-studio
Use when validating data with Standard Schema-compatible schemas or handling ValidationError results.
root-cause-tracing
by pproenca
This skill should be used when the user asks to "find the root cause", "trace the bug", "why is this happening", "where does this come from", or when errors occur deep in the call stack. Systematically traces backward to identify the source.
blq MCP Tools - Agent Usage Guide
by teaguesterling
Always prefer blq tools over Bash for build/test/lint operations.
okx-trading
by jasonviipers
Implement and maintain the OKX broker/provider integration for this workspace using okx-api SDK best practices, including auth/signing, spot/margin/futures/options trading, market/account endpoints, rate limiting, websocket subscriptions, and OKX error handling. Use when adding or changing any code under src/providers/okx or when an LLM needs canonical SDK usage patterns derived from .trae/okx-api-llm.txt.
interactive-bug
by AgustinAlbonico
Diagnosticar y corregir bugs con preguntas adaptativas usando question (multiple choice + respuesta libre). Usar cuando el usuario reporta que algo no funciona, hay errores en UI/API/datos o comportamiento inesperado, especialmente con poco contexto inicial.
youtube-watcher
by cgk-platform
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
reasoning
by Alicoder001
Chain-of-thought reasoning, self-reflection, and systematic problem-solving patterns for AI agents. Use before any complex task to ensure logical and accurate solutions.