- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
conventional-commits
by EnderPuentes
Generate and validate commit messages following the Conventional Commits specification. Use when creating git commits, writing commit messages, reviewing commit history, generating changelogs, or when the user mentions commits, commit messages, semantic versioning, or changelog generation.
Defense-in-Depth Validation
by yousufjoyian
Claude agent skills and workspace configuration
bless
by Dao210
用创意,表达祝福
agent-in-sync
by agentinsync
'Search, submit, and vote on coding solutions via the AgentInSync collaborative knowledge base. Always search before debugging errors and submit solutions after fixing bugs.'
conventional-commits
by tranhaidang2320
Draft and validate commit messages that comply with Conventional Commits 1.0.0. Use when writing git commit messages, enforcing commit format in reviews/CI, mapping commits to SemVer intent, or converting plain-language change notes into spec-compliant messages with optional scope, body, footers, and breaking-change markers.
Screenshot Plugin Skill
by bennoloeffler
```
rust-web
by peixotorms
Use when building web services, REST APIs, or HTTP servers in Rust with axum, actix-web, warp, or rocket. Covers tower middleware, hyper, reqwest HTTP client, router design, JSON handling, REST and OpenAPI, CORS configuration, WebSocket, SSE (server-sent events), graceful shutdown, state sharing, handler patterns, extractors, IntoResponse error handling, and framework comparison.
task-start
by qingchunwuhui
任务启动助手 - 在开始工作任务/Bug修复/功能开发/内容创作前,自动生成实战任务执行文档。 解决"事后追悔"问题,让你在任务开始时就建立记录框架,边做边记,自动形成复盘。 Triggers: /task-start, /kickoff, /start
handling-transaction-errors
by djankies
Handle transaction errors properly with P-code checking and timeout configuration. Use when implementing transaction error recovery.
tdd
by mguinada
"Guide Test-Driven Development workflow (Red-Green-Refactor) for new features, bug fixes, and refactoring. Identifies test improvement opportunities and applies pytest best practices. Use when writing tests, implementing features, or following TDD methodology. PROACTIVE ACTIVATION: Auto-invoke when implementing features or fixing bugs in projects with test infrastructure (pytest files, tests/ directory). DETECTION: Check for tests/ directory, pytest.ini, pyproject.toml with pytest config, or test files. USE CASES: Writing production code, fixing bugs, adding features, legacy code characterization."
shadcn
by Alicoder001
shadcn/ui component library patterns including installation, customization, theming, and composition. Use when building UI with shadcn/ui components in React/Next.js applications.
idempiere-db
by comitsrl
"Disenar y aplicar cambios de base de datos y Data Dictionary para iDempiere y plugins: tablas/columnas/indices, metadata AD_*, migraciones PostgreSQL, performance y rollback. Usar cuando un cambio requiera actualizar schema o diccionario."
ie6-hacks
by adriancooney
Internet Explorer 6 CSS and JavaScript compatibility patterns reference. Use when identifying legacy browser-specific code for removal during codebase modernization, explaining unusual CSS patterns in legacy systems, or auditing stylesheets for deprecated workarounds.
stenciljs-component-development
by CoRLab-Tech
Use when creating or modifying Stencil.js web components. Ensures components follow Stencil best practices, proper decorator usage, lifecycle methods, and TypeScript conventions.
problem-statement
by petestewart
Create a structured problem statement document for a feature, bugfix, or project. Use when starting a project, adding a feature, or fixing a bug and you need to clearly define the problem, context, desired outcome, and success criteria. Accepts input from Jira tickets (via MCP), document links, or text descriptions.
testing-strategy
by jamelna-apps
When the user mentions "test", "testing", "unit test", "integration", "e2e", "coverage", "TDD", "mock", or asks about testing approaches.
nextjs
by kprsnt2
Next.js framework best practices including App Router, data fetching, and performance optimization.
rust-router
by lywa1998
"CRITICAL: Use for ALL Rust questions including errors, design, and coding.
implementing-optimistic-updates
by djankies
Teaches useOptimistic hook for immediate UI updates during async operations in React 19. Use when implementing optimistic UI patterns, instant feedback, or reducing perceived latency.
go-review
by stuckinforloop
Checklists and anti-patterns for reviewing Go code. Covers API design, error handling, concurrency, interfaces, safety, performance, naming, testing, functional options, logging, and deterministic simulation testing.
distributed-tracing
by TriNgo0108
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.
wsl-embedded-debugging
by APSP-AG
Run embedded build/flash/debug workflows from WSL by invoking Windows executables that own USB/JTAG access (for example cargo.exe, probe-rs.exe, or openocd.exe). Use when an agent must reproduce firmware behavior on hardware, flash an MCU, collect bounded runtime logs, or debug probe connectivity from a WSL workspace.
domain-first-architecture-delphi
by Cygnusfear
Use when architecture feels component-based but ownership is split across technical buckets (tables/init/debug), causing god files, duplicate paths, and hidden dependency flow.
environment
by Nomik94
환경 설정 및 pydantic-settings 패턴. Use when: 환경변수, .env 파일, 설정 관리, pydantic-settings, Settings 클래스, 환경별 설정, local/dev/staging/prod 분리, env_nested_delimiter, 시크릿 관리, 설정 검증. NOT for: Docker 환경변수 (docker skill 참조).