- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
ty-skills
by jiatastic
Python type checking expertise using ty - the extremely fast type checker by Astral. Use when: (1) Adding type annotations to Python code, (2) Fixing type errors reported by ty, (3) Migrating from mypy/pyright to ty, (4) Configuring ty for projects, (5) Understanding advanced type patterns (generics, protocols, intersection types), (6) Setting up ty in editors (VS Code, Cursor, Neovim, PyCharm).
gh-issue-templates
by poindexter12
Standardized GitHub issue templates for bugs, features, and tasks. Provides title formats, body structure, and required sections. Use when creating issues to ensure consistency. Includes copy-paste templates in templates/ directory.
gemini
by PeterFile
Execute Gemini CLI for AI-powered code analysis and generation. Use when you need to leverage Google's Gemini models for complex reasoning tasks.
go-concurrency
by pluginagentmarketplace
Go concurrency patterns - goroutines, channels, sync primitives
skipped-test-manager
by klamping
Use when temporarily skipping failing WebdriverIO tests for app bugs or unimplemented functionality, while tracking ownership, ticket linkage, and re-enable status.
sales-council
by antonioc-cl
Expert sales council with 6 advisors (Cialdini, Hormozi, Rackham, Voss, Klaff, Schwartz) for pricing, persuasion, negotiation, copywriting, and pitch strategies.
investigate-failing-tests
by klamping
Use when diagnosing and coordinating fixes for failing WebdriverIO tests across context gathering, test runs, and implementation skills, while limiting retry loops and avoiding rabbit holes.
logging-observability
by atalovesyou
Guidelines for structured logging, distributed tracing, and debugging patterns across languages. Covers logging best practices, observability, security considerations, and performance analysis.
alchemy
by hairyf
Alchemy SDK for JavaScript — client, core RPC and Enhanced APIs, NFT, WebSockets, Transact, Portfolio, Notify, Debug.
clean-typescript
by academind
Write clean, efficient TypeScript code that follows common best practices
chromadb-integration-skills
by kimasplund
Universal ChromaDB integration patterns for semantic search, persistent storage, and pattern matching across all agent types. Use when agents need to store/search large datasets, build knowledge bases, perform semantic analysis, or maintain persistent memory across sessions.
go-fundamentals
by pluginagentmarketplace
Core Go programming concepts - syntax, types, interfaces, error handling
monitoring-observability
by pluginagentmarketplace
Prometheus, Grafana, logging, alerting, and data pipeline observability
test-driven-development
by PeterFile
Use when implementing any feature or bugfix, before writing implementation code
auth-implementation-patterns
by EngineerWithAI
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
mvc-architecture
by DS-codi
"Use this skill when implementing Model-View-Controller architecture. Covers core MVC principles, layer separation, dependency injection, event-driven communication, and patterns for controllers, models, and views."
gh-issue-lifecycle
by poindexter12
GitHub issue state machine and code integration patterns. Covers state transitions (needs-triage → accepted → in-progress → completed), branch naming (feat/123-desc), PR linking (Closes #123), close reasons (duplicate/won't fix/invalid/stale), and bulk operations.
go-cli-tools
by pluginagentmarketplace
Build production CLI tools with Cobra, Viper, and terminal UI
Root Cause Tracing
by akornmeier
Systematically trace bugs backward through call stack to find original trigger
wechat-miniprogram-skill
by Gourdbaby
Expert guidelines for Native WeChat Mini Program development focusing on performance, code size, and native compatibility. Use when developing WeChat Mini Programs in native JavaScript.
network-debug
by dgriffin831
Debug network connectivity issues
git-commit
by LukasStrickler
"Write clear git commits with Conventional Commits format. Detects project conventions from history and config. Guides commit granularity. Use when: (1) Completing working code, (2) Code builds and tests pass, (3) Ready to save, (4) Before pushing, (5) After review feedback. Triggers: automatically when finishing commitable work that builds and passes tests."
rapid-triage-reasoning
by kimasplund
Fast decision-making methodology for time-critical situations. Use when you have minutes (not hours) to decide, during incidents, emergencies, or hard deadlines. Optimizes for "good enough now" over "perfect later". Unlike other patterns that maximize quality, RTR maximizes decision speed while maintaining acceptable quality floors.
Defense-in-Depth Validation
by akornmeier
Validate at every layer data passes through to make bugs impossible