- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
strategy-pattern-go
by progmichaelkibenko
Implements the Strategy pattern in Go backends. Run when the user mentions strategy pattern, or when you see or need a switch on type/method, multiple behaviors under the same contract, or interchangeable algorithms—apply this skill proactively without the user naming it.
sling-troubleshooting
by slingdata-io
Debug and fix Sling connection, replication, and API issues. Use when encountering errors, debugging connection failures, fixing authentication problems, resolving type conversion issues, handling memory/performance problems, or troubleshooting API rate limits.
add-cuda-kernel
by slurpyb
Step-by-step tutorial for adding new CUDA kernels to FlashInfer
professional-communication
by VisualxIntelligence
Guide technical communication for software developers. Covers email structure, team messaging etiquette, meeting agendas, and adapting messages for technical vs non-technical audiences. Use when drafting professional messages, preparing meeting communications, or improving written communication.
build-fix
by Nomik94
빌드/린트 에러 자동 수정. Use when: ruff error, mypy error, TypeError, ImportError, SyntaxError, Build failed, 빌드 실패, 린트 에러, 타입 에러, ModuleNotFoundError. NOT for: 런타임 로직 버그, 비즈니스 로직 에러.
writing-commits
by augmnt
Generates commit messages and PR descriptions following Conventional Commits. Use when committing code, writing PR titles, reviewing git history, or when asked to describe changes. Triggers on git commit, PR creation, or changelog generation.
nextjs
by yldgio
Next.js 14+ App Router patterns, Server Components, API routes, and performance optimization
react-patterns
by samChang72
Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.
quality-review
by simplerick0
Review code for quality issues including readability, maintainability, complexity, and adherence to best practices. Use for PR reviews, code audits, identifying technical debt, and ensuring code meets quality standards before merge.
superspec-tdd
by BryanHoo
Use when executing superspec tasks to enforce strict TDD for behavior changes and allow NON-TDD exceptions only for doc/config/generated/format-only work with mechanical verification.
rust-core
by hwatkins
Expert Rust development with ownership, borrowing, lifetimes, traits, error handling, and idiomatic patterns. Use for any Rust code.
utils/diagram
by codihaus
Create and validate Mermaid diagrams in markdown files
ticket-creator
by Sylla-BV
This skill should be used when the user asks to "create a ticket", "create a Linear ticket", "make a ticket", "write a ticket", "create an issue", "file a bug", "create a feature ticket", "write a bug report", "I need a ticket for...", "there's a bug in...", "turn this into a ticket", "write this up as a ticket", or wants to create any Linear issue for implementation.
git-commit
by datamktkorea
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history.
Collision-Zone Thinking
by yousufjoyian
Claude agent skills and workspace configuration
mc-commit
by chris-metz
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
supabase-splinter-review
by dolessHQ
Run Supabase Splinter on local DB and triage findings into fix-now vs defer with a remediation plan. Inputs focus and threshold.
next-best-practices
by samunderwood
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
check-recent-changes
by asah
Use when encountering any error message, test failure, build breakage, or unexpected behavior before proposing a fix or writing any code. Pass the errors or failures as arguments.
decision-assistant-pro
by benwjq
"多维度跨界决策分析专家,精通 CPA/CFA/CMA/法考/内审 五大领域。当用户面临决策纠结、矛盾选项、权衡取舍时触发。差异化特点:展示完整的思维推导过程,从多领域并行分析,每个结论都有专业模型支撑。输出包括:成本效益分析、心理偏差检测、风险底线评估、战略目标对齐等。不是只给建议,而是让你看到'怎么得出结论'。适合:职业选择、投资决策、合同权衡、生活抉择、人际关系困境等。"
create-ticket
by IHKREDDY
Creates Jira tickets with proper formatting, acceptance criteria, and optionally sets up git branches and pull requests. Use when users want to create a new ticket, log a bug, request a feature, or when they mention "create ticket", "new ticket", "log issue", "file bug", or "create Jira".
local-redis-skill
by Darna-Digital
Connect to and execute commands against a local Docker-based Redis instance. Use when the user wants to run Redis commands, inspect Redis keys/values, debug Redis data, or interact with the local Redis container.
form-cro
by pm-minji
Optimize any form that is NOT signup or account registration — including lead capture, contact, demo request, application, survey, quote, and checkout forms. Use when the goal is to increase form completion rate, reduce friction, or improve lead quality without breaking compliance or downstream workflows.
configuring-connection-pools
by djankies
Configure connection pool sizing for optimal performance. Use when configuring DATABASE_URL or deploying to production.