Debugging

Find and fix bugs, error analysis

Showing 241-264 of 4718 skills
alinaqi

base

by alinaqi

Universal coding patterns, constraints, TDD workflow, atomic todos

Code Review 686 4mo ago
jeremylongshore

flux-gitops-setup

by jeremylongshore

Configure flux gitops setup operations. Auto-activating skill for DevOps Advanced. Triggers on: flux gitops setup, flux gitops setup Part of the DevOps Advanced skill category. Use when working with flux gitops setup functionality. Trigger with phrases like "flux gitops setup", "flux setup", "flux".

CI/CD 2.3K 4mo ago
jeremylongshore

cert-manager-setup

by jeremylongshore

Manage cert manager setup operations. Auto-activating skill for DevOps Advanced. Triggers on: cert manager setup, cert manager setup Part of the DevOps Advanced skill category. Use when working with cert manager setup functionality. Trigger with phrases like "cert manager setup", "cert setup", "cert".

CI/CD 2.3K 4mo ago
jeremylongshore

kubernetes-deployment-creator

by jeremylongshore

Create kubernetes deployment creator operations. Auto-activating skill for DevOps Advanced. Triggers on: kubernetes deployment creator, kubernetes deployment creator Part of the DevOps Advanced skill category. Use when deploying applications or services. Trigger with phrases like "kubernetes deployment creator", "kubernetes creator", "deploy kubernetes ment creator".

CI/CD 2.3K 4mo ago
jeremylongshore

terraform-state-manager

by jeremylongshore

Manage terraform state manager operations. Auto-activating skill for DevOps Advanced. Triggers on: terraform state manager, terraform state manager Part of the DevOps Advanced skill category. Use when working with terraform state manager functionality. Trigger with phrases like "terraform state manager", "terraform manager", "terraform".

Cloud 2.3K 4mo ago
jamditis

secure-auth

by jamditis

Secure authentication implementation patterns. Use when implementing user login, registration, password reset, session management, JWT authentication, or OAuth integration. Provides production-ready patterns that avoid common tutorial pitfalls like insecure token storage, weak password hashing, and session fixation.

Auth 245 4mo ago
actionbook

m15-anti-pattern

by actionbook

"Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad practice, code review, is this an anti-pattern, better way to do this, common mistake to avoid, why is this bad, idiomatic way, beginner mistake, fighting borrow checker, clone everywhere, unwrap in production, should I refactor, 反模式, 常见错误, 代码异味, 最佳实践, 地道写法"

Processing 1.2K 4mo ago
actionbook

m09-domain

by actionbook

"CRITICAL: Use for domain modeling. Triggers: domain model, DDD, domain-driven design, entity, value object, aggregate, repository pattern, business rules, validation, invariant, 领域模型, 领域驱动设计, 业务规则"

Debugging 1.2K 4mo ago
mattpocock

diagnose

by mattpocock

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

Debugging 116.4K 1mo ago
CharlesWiltgen

axiom-camera-capture-ref

by CharlesWiltgen

Reference — AVCaptureSession, AVCapturePhotoSettings, AVCapturePhotoOutput, RotationCoordinator, photoQualityPrioritization, deferred processing, AVCaptureMovieFileOutput, session presets, capture device APIs

Auth 950 3mo ago
daymade

github-contributor

by daymade

Strategic guide for becoming an effective GitHub contributor. Covers opportunity discovery, project selection, high-quality PR creation, and reputation building. Use when looking to contribute to open-source projects, building GitHub presence, or learning contribution best practices.

Code Review 1.1K 4mo ago
tldraw

write-issue

by tldraw

Writing and maintaining GitHub issues for the tldraw repository. Use when creating new issues, editing issue titles/bodies, triaging issues, or cleaning up issue metadata (types, labels).

API Dev 47.6K 4mo ago
xu-xiang

coding-standards

by xu-xiang

适用于 TypeScript、JavaScript、React 和 Node.js 开发的通用编码标准、最佳实践和模式。

API Dev 935 4mo ago
CharlesWiltgen

axiom-cloudkit-ref

by CharlesWiltgen

Use when implementing 'CloudKit sync', 'CKSyncEngine', 'CKRecord', 'CKDatabase', 'SwiftData CloudKit', 'shared database', 'public database', 'CloudKit zones', 'conflict resolution' - comprehensive CloudKit database APIs and modern sync patterns reference

Database 950 3mo ago
CharlesWiltgen

axiom-background-processing

by CharlesWiltgen

Use when implementing BGTaskScheduler, debugging background tasks that never run, understanding why tasks terminate early, or testing background execution - systematic task lifecycle management with proper registration, expiration handling, and Swift 6 cancellation patterns

Automation 950 4mo ago
xu-xiang

backend-patterns

by xu-xiang

后端架构模式、API 设计、数据库优化,以及 Node.js、Express 和 Next.js API 路由的服务端最佳实践。

Processing 935 4mo ago
xu-xiang

python-testing

by xu-xiang

使用 pytest、TDD 方法论、fixtures、mocking、参数化和代码覆盖率要求的 Python 测试策略。

Database 935 4mo ago
cxuu

go-error-handling

by cxuu

Comprehensive Go error handling patterns from Google and Uber style guides. Covers returning errors, wrapping with %w, sentinel errors, choosing error types, handling errors once, error flow structure, and logging. Use when writing Go code that creates, returns, wraps, or handles errors.

Debugging 103 4mo ago
modu-ai

moai-lang-r

by modu-ai

R 4.4+ development specialist covering tidyverse, ggplot2, Shiny, and data science patterns. Use when developing data analysis pipelines, visualizations, or Shiny applications.

Code Gen 1.1K 4mo ago
daymade

windows-remote-desktop-connection-doctor

by daymade

Diagnose Windows App (Microsoft Remote Desktop / Azure Virtual Desktop / W365) connection quality issues on macOS. Analyze transport protocol selection (UDP Shortpath vs WebSocket), detect VPN/proxy interference with STUN/TURN negotiation, and parse Windows App logs for Shortpath failures. This skill should be used when VDI connections are slow, when transport shows WebSocket instead of UDP, when RDP Shortpath fails to establish, or when RTT is unexpectedly high.

Code Review 1.1K 3mo ago
millionco

react-doctor

by millionco

Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project.

Debugging 12.1K 3mo ago
daymade

claude-md-progressive-disclosurer

by daymade

Optimize CLAUDE.md files using progressive disclosure. Goal: Maximize information efficiency, readability, and maintainability. Use when: User wants to optimize CLAUDE.md, information is duplicated across files, or LLM repeatedly fails to follow rules.

Debugging 1.1K 3mo ago
actionbook

m03-mutability

by actionbook

"CRITICAL: Use for mutability issues. Triggers: E0596, E0499, E0502, cannot borrow as mutable, already borrowed as immutable, mut, &mut, interior mutability, Cell, RefCell, Mutex, RwLock, 可变性, 内部可变性, 借用冲突"

Processing 1.2K 4mo ago
xu-xiang

项目指南技能(Project Guidelines Skill,示例)

by xu-xiang

tdd-workflow/ - 测试驱动开发 (TDD) 方法论

API Dev 930 4mo ago