- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
core-data
by ahmed3elshaer
Core Data for iOS persistence. Data models, fetch requests, background contexts, and SwiftData migration.
opentelemetry
by bobmatnyc
"OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting"
screenshot
by bobmatnyc
"Visual verification workflow for UI changes to accelerate code review and catch ..."
Root Cause Tracing
by bobmatnyc
Systematically trace bugs backward through call stack to find original trigger
Testing Anti-Patterns
by bobmatnyc
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples.
test-plan-generator
by kanopi
Automatically generate comprehensive QA test plans when user mentions testing requirements, QA needs, or asks what should be tested. Analyzes code changes and features to create structured test scenarios. Invoke when user mentions "test plan", "QA", "what to test", "testing requirements", or "test scenarios".
ubs
by Dicklesworthstone
"Ultimate Bug Scanner - Pre-commit static analysis for AI coding workflows. 18 detection categories, 8 languages, 4-layer analysis engine. The AI agent's quality gate."
trigger-config
by triggerdotdev
Configure Trigger.dev projects with trigger.config.ts. Use when setting up build extensions for Prisma, Playwright, FFmpeg, Python, or customizing deployment settings.
trigger-realtime
by triggerdotdev
Subscribe to Trigger.dev task runs in real-time from frontend and backend. Use when building progress indicators, live dashboards, streaming AI/LLM responses, or React components that display task status.
fix-types
by saaspegasus
Interactively fix any type checking issues in Python code
trigger-tasks
by triggerdotdev
Build AI agents, workflows and durable background tasks with Trigger.dev. Use when creating tasks, triggering jobs, handling retries, scheduling cron jobs, or implementing queues and concurrency control.
refactor-module
by acedergren
Terraform module extraction decision framework. Use when: (1) deciding whether to create module vs keep inline, (2) determining module boundaries, (3) avoiding over-abstraction, (4) handling state migration. NOT a Terraform tutorial. Focuses on the refactoring decision (when to modularize, when to keep inline) and anti-patterns that create module sprawl. Triggers: terraform module, refactor terraform, module boundaries, when to create module, terraform abstraction, module sprawl, state migration.
bugfix
by acedergren
Autonomous bug fix workflow — diagnose from evidence, fix root cause, verify with tests, commit. No hand-holding. Use when given a bug report, failing test, error log, or broken CI.
turborepo
by acedergren
Turborepo monorepo architecture decisions and anti-patterns. Use when: (1) choosing between monorepo vs polyrepo, (2) deciding when to split packages, (3) debugging cache misses, (4) setting package boundaries, (5) avoiding circular dependencies. NOT for CLI syntax (see turbo --help). Focuses on architectural decisions that prevent monorepo sprawl and maintenance nightmares. Triggers: turborepo, monorepo, package boundaries, when to split packages, turbo cache miss, circular dependency, workspace organization, task dependencies.
doc-sync
by acedergren
"Audit project documentation against the codebase and fix drift. Run before PRs or after major changes. Compares documented architecture, test counts, and file paths against actual state."
self-improving-skills
by vamseeachanta
Use after completing any complex task (5+ tool calls), fixing a tricky error, or discovering a non-trivial workflow. Also use when a loaded skill is outdated, incomplete, or wrong during execution.
skill-audit
by bahayonghang
Analyze Claude Code skills for compliance and token efficiency. Use when reviewing skills.
error-handling
by armanzeroeight
Implement Go error handling patterns including error wrapping, sentinel errors, custom error types, and error handling conventions. Use when handling errors, creating error types, or implementing error propagation. Trigger words include "error", "panic", "recover", "error handling", "error wrapping".
nushell-usage
by YPares
Essential patterns, idioms, and gotchas for writing Nushell code. Use when writing Nushell scripts, functions, or working with Nushell's type system, pipelines, and data structures. Complements plugin development knowledge with practical usage patterns.
vue-best-practices
by bahayonghang
Vue 3 and Vue.js best practices for TypeScript, vue-tsc, and Volar. This skill should be used when writing, reviewing, or refactoring Vue components to ensure correct typing patterns. Triggers on tasks involving Vue components, props extraction, wrapper components, template type checking, or Volar configuration.
frontend-engineer
by bahayonghang
前端 UI/UX 设计开发专家代理,擅长将设计转化为精美的界面实现。当用户需要以下帮助时使用:(1) 创建新的 UI 组件 (2) 改进界面视觉效果 (3) 实现动画和交互 (4) 响应式设计 (5) 设计系统构建 (6) 即使没有设计稿也能创造美观界面。触发词包括:「UI」「界面」「组件」「样式」「动画」「好看」「美化」「设计」等前端视觉相关请求。
fix-all
by siy
Fix ALL issues found in the preceding review. Thorough, relentless, complete.
bash-cli-framework
by vamseeachanta
Universal bash CLI patterns for colors, logging, headers, and error handling
cult-film-curtis
by daydreamsai
Builds a cult film recommendation agent with x402 payments. Use when creating entertainment-focused paid agents, building TMDB API integrations, or designing recommendation systems with micropayments.