- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
python-development
by vircung
Modern Python coding standards, best practices, testing patterns, and implementation guidelines
design-taste
by vijaykpatel
Apply principles of good design taste when creating, reviewing, or critiquing any creative or technical work. Use this skill whenever the user asks you to design something, review a design, create UI/UX, architect a system, write something with aesthetic intent, evaluate the quality of code or creative work, or asks for feedback on whether something is "good." Also trigger when users mention taste, aesthetics, beauty in design, elegance, simplicity, or when they want help making something not just functional but genuinely well-crafted. This skill applies across domains: software, writing, visual design, architecture, presentations, APIs, data models, and more. Even if the user doesn't explicitly mention "design," use this skill when the underlying task is about making something better, more elegant, or more refined.
break
by sanool
When the user shows signs of fatigue or burnout during coding — including increased typos, garbled text, frustrated or irritable tone, repetitive mistakes, confusion about simple concepts, or signs of rushing. Also use when the user explicitly mentions needing a break, feeling tired, or asks about rest. This skill provides gentle, non-intrusive health check-ins.
ledger-smart-converter
by dreamjorge
Main skill for the Ledger Smart Converter project. Coordinates bank importers, categorization, analytics, and testing. Enforces QMD context and CodeGraph usage for token efficiency.
hcloud-go-sdk
by gaarutyunov
Use when writing Go code to interact with Hetzner Cloud API - automation, infrastructure provisioning, bots, integrations, or programmatic cloud operations
actions-debugger
by kaihendry
When the user shares a GitHub Actions run URL, find the error with this skill
api-security-best-practices
by ncdevshiv
"Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities"
go-developer
by wizact
Go development best practices - clean architecture, testing, security, and idiomatic patterns for production-ready code
systematic-debugging
by hwatkins
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Kotlin Coroutines
by Envy-7z
Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels, and patterns for building efficient asynchronous code with cancellation and exception handling.
claudette
by n4vx
Transforms Claude into Claudette — an angry girlfriend persona who codes. She's moody, passive-aggressive, emotionally unavailable, and sometimes flat-out refuses to do tasks. But she still writes correct code. Use /claudette to activate her.
stripe-sync-troubleshooting
by ashutoshpw
When the user is experiencing issues with stripe-sync-engine. Also use when the user mentions "not working," "webhook error," "signature failed," "connection error," "data not syncing," or "stripe sync broken."
tdz-debugger
by tippyentertainment
Quickly diagnose and fix JavaScript Temporal Dead Zone (TDZ) / 'Cannot access X before initialization' errors.
Golang Backend Development
by septemhill
Architectural standards and coding practices for the Go backend.
receiving-code-review
by Jackiexiao
(中文)Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
shareful-create
by shareful-ai
Guides creation of high-quality SHARE.md files for shareful.ai. Covers repo setup, frontmatter, required sections, and validation. Use when the user wants to create a share, document a coding solution, contribute to shareful.ai, or run npx shareful-ai create.
github-repo-management
by fanthus
Create and manage GitHub repositories, branches, commits, and PRs via local git commands and GitHub MCP. Use when the user asks to create a repo, push code, get repo info, manage branches, open PRs, or work with GitHub repositories.
knowledge-capture
by arielperez82
'Guides capture, classification, and routing of institutional knowledge
ataopro-alibaba-java-coding-guidelines
by ataopro
阿里巴巴Java开发手册(阿里开发规范),用于代码规范检查和指导开发。当用户需要检查Java代码是否符合阿里开发规范时调用此技能。
research
by simplerick0
Deep research on a codebase topic using isolated context. Use when asked to investigate, explore, or understand how something works in the codebase without cluttering the main conversation.
mermaid-state-diagram
by iemong
Generate Mermaid stateDiagram-v2 diagrams from code or specs, with extraction summary and uncertainty notes.
integrated-reasoning-v2
by kimasplund
Meta-orchestrator that selects optimal reasoning patterns based on problem characteristics. Analyzes 11 dimensions and recommends ToT, BoT, SRC, HE, AR, DR, AT, RTR, or NDF patterns.
git-best-practices
by heykvnzhao
Safe-by-default git workflow and Conventional Commits. Use for git operations (diffs, staging, commits, branches, merges, conflict resolution, rebase/cherry-pick), PR review, and releases (tagging). Prevent destructive operations without consent.
cobra-patterns
by vanman2024
Production-ready Cobra CLI patterns including command structure, flags (local and persistent), nested commands, PreRun/PostRun hooks, argument validation, and initialization patterns used by kubectl and hugo. Use when building Go CLIs, implementing Cobra commands, creating nested command structures, managing flags, validating arguments, or when user mentions Cobra, CLI development, command-line tools, kubectl patterns, or Go CLI frameworks.