- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
systematic-debugging
by heymynameisrob
Fix bugs using Dan Abramov's systematic debugging method. Use when debugging, fixing bugs, investigating errors, or when the user mentions "bug", "broken", "not working", "debug", or "investigate".
api-design
by kprsnt2
REST and GraphQL API design best practices including HTTP methods, status codes, and documentation.
workflow-orchestration
by shihyuho
Use when coordinating non-trivial implementation work, executing implementation plans, or modifying AGENTS.md/CLAUDE.md.
code-error-handler-skill
by jackchen10
维护者: code-error-handler-skill team
gleam-code-review
by bromanko
This skill should be used when the user asks to "review gleam code", "code quality review", "gleam idioms check", "review my gleam", "check code quality", or wants feedback on Gleam code patterns, idioms, Result handling, or module organization.
supabase-reset-test-gen-loop
by dolessHQ
Iteratively run a local Supabase reset, database tests, and type generation until they succeed, fixing issues between runs. Use when asked to reset the local Supabase DB, run supabase test db, and regenerate types (npm run gen-types) in a loop.
ssh-remote
by leobrival
SSH Remote MCP expert for managing remote Ubuntu servers. Use when users need to connect via SSH, execute remote commands, transfer files via SFTP, or manage multiple server connections.
m13-domain-error
by lywa1998
"Use when designing domain error handling. Keywords: domain error, error categorization, recovery strategy, retry, fallback, domain error hierarchy, user-facing vs internal errors, error code design, circuit breaker, graceful degradation, resilience, error context, backoff, retry with backoff, error recovery, transient vs permanent error, 领域错误, 错误分类, 恢复策略, 重试, 熔断器, 优雅降级"
knip
by artivilla
Run knip to find and remove unused files, dependencies, and exports. Use for cleaning up dead code and unused dependencies.
golang-master
by Tomlord1122
Golang language expert specializing in concurrency, performance optimization, standard library, and testing. Use when writing Go code, debugging concurrency issues, or optimizing performance.
Systematic Debugging
by yousufjoyian
Claude agent skills and workspace configuration
code_review
by theoneLee
用于代码审查的 Skill,支持通用准则以及 Python 和 Go 的专项审查。
offload2
by 4ier
Cognitive pressure release valve for agent execution. Use when internal reasoning state cannot be carried forward productively - conflicting assumptions, high reasoning pressure, or risk of compounding errors. Invoke to explicitly let go of unproductive internal state. This is a one-way, non-blocking, deliberately unreliable sink. The agent must behave identically whether offload succeeds or fails.
skill-router
by mingyooagi
Use when facing many skills and unsure which to choose. Provides intelligent skill discovery via search, routing, and categorization.
git-release
by krissss
自动化 GitHub/GitLab 发布流程。使用场景:发布新版本、创建版本标签、更新 CHANGELOG。自动分析 Git 提交、更新 CHANGELOG.md、确定语义化版本号、创建 Git 标签、推送到远程并创建 Release
ce-nextjs-patterns
by commercengine
Advanced Next.js patterns for Commerce Engine - storefront() function, CookieTokenStorage for SSR, StorefrontSDKInitializer, Server Actions, SSG, and ISR.
health-data-collect
by maxoreric
æ¥æ°: 0 - 20000ï¼å»ºè®®ï¼â¥ 5000ï¼
mcp-browser-verify
by janjaszczak
Use browser automation MCP (Playwright/Browser/Browser-Use) to validate UI flows, capture screenshots, and reproduce issues. Use when visual verification or web flow testing is needed.
unit-tests
by inUpowers
Build unit tests for any project, any codebase, any file. These unit tests will follow industry best practices.
medium-plan
by VitaDynamics
Transform feature descriptions into well-structured project plans following conventions
ux-best-practices
by moderndegree
UX patterns for visual hierarchy, error states, loading states, and empty states. Use when designing layouts, handling errors, or building forms.
Elixir Code Review Skill
by vircung
Use this skill to ensure Elixir code meets BEAM VM best practices, security standards, and performance requirements while maintaining the functional programming paradigms that make Elixir powerful.
json-formatter
by Rohanyadav028
Format, validate, and work with JSON files. Use when working with JSON data that needs formatting, validation, or structure analysis. Handles malformed JSON, provides clear error messages, and supports common JSON operations like pretty-printing and schema validation.
configuring-transaction-isolation
by djankies
Configure transaction isolation levels to prevent race conditions and handle concurrent access. Use when dealing with concurrent updates, financial operations, inventory management, or when users mention race conditions, dirty reads, phantom reads, or concurrent modifications.