- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
code-review-preferences
by ChaiWithJai
Use when reviewing code, PRs, or discussing code quality standards. Applies team coding standards and review methodology.
systematic-debugging
by Jackiexiao
"Use before proposing fixes when facing bugs, test failures, or unexpected behavior."
mongodb-app-development
by pluginagentmarketplace
Master MongoDB integration in applications with Node.js, Python, and Java drivers. Learn connections, transactions, error handling, and best practices. Use when building applications with MongoDB.
architecture-decisions
by pluginagentmarketplace
Make and document architecture decisions using structured frameworks
git-commit
by erinrugas
Creates clean commits using a consistent message convention. Use when staging changes, composing commit messages, and preparing reviewable history.
check-a11y
by leobrival
Perform accessibility audit on web pages. Use when users ask to check accessibility, audit WCAG compliance, verify ARIA usage, check color contrast, audit keyboard navigation, or analyze screen reader compatibility. Detects ARIA issues, focus problems, contrast issues, and semantic HTML violations.
react-hooks-patterns
by pluginagentmarketplace
Master React Hooks including useState, useEffect, useContext, useReducer, and custom hooks with production-grade patterns
mcp-server-development
by dmonteroh
"Build high-quality MCP (Model Context Protocol) servers: workflow-first tool design, tight schemas, predictable outputs, safe error handling, and eval-driven iteration. Framework-agnostic (Node/TS or Python). No web fetching required."
debugger
by scottymcandrew
Debugging and root cause analysis specialist. Use when encountering errors, test failures, or unexpected behavior. Systematic approach to finding and fixing the actual problem.
Covalent GoldRush API Integration
by TheMystic07
Comprehensive blockchain data API integration using GoldRush Foundational and Streaming APIs with TypeScript and Python SDKs
next-best-practices
by Jackiexiao
"Next.js best practices: file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, and optimization."
read-doc
by wxul
Fetch official documentation before writing or modifying code. Use when user says "using X", "with X library", "create/build/implement/fix/update/refactor something with X", "help me with X", or mentions any library/framework/package name (like gsap, framer-motion, three.js, zustand, zod, etc.) and wants to write, modify, fix, or update code.
handle-sparkfun-icm20948-library
by pekka1398
Index and guide for working with the SparkFun ICM-20948 (ICM_20948) Arduino library. Use to pick the right example sketch and reference docs (DMP, datasheet notes) when integrating the sensor over I2C/SPI.
typescript-advanced-types
by dereknex
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
qa-test-planner
by cachemoney
Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.
frontend-development
by pluginagentmarketplace
Frontend development - React, Vue, component architecture, state management
pr-responder
by linuxlewis
Review and respond to GitHub PR comments. Use when analyzing PR feedback, determining which comments to address, classifying review comments by priority, or implementing fixes for code review feedback.
form-validation
by velcrafting
Add input validation rules and UX patterns for forms (client-side validation, errors, submit gating) consistent with repo conventions.
commit-message-generator
by aig787
Generate conventional commit messages based on git diff analysis. Use when you need to create well-structured commit messages following conventional commit format.
bash-script-expert
by huminglong
本书提供专家级指导,帮助读者遵循现代最佳实践编写模块化、可投入生产的Bash脚本。当用户需要执行以下任务时,本书将派上用场:(1)编写新的Bash脚本;(2)改进或重构现有的shell脚本;(3)为脚本添加错误处理和适当的结构;(4)遵循可维护shell脚本的最佳实践;(5)调试或修复Bash脚本问题。
dotnet-expert
by jgarrison929
Use when building .NET 8/9 applications, ASP.NET Core APIs, Entity Framework Core, MediatR CQRS, modular monolith architecture, FluentValidation, Result pattern, JWT authentication, or any C# backend development question.
inertia-adonisjs
by filipebraida
Build AdonisJS 6 + Inertia.js (React) applications from scratch through production. Full lifecycle - setup, pages, forms, shared data, debugging.
social-media-api-best-practices
by getlate-dev
Best practices for integrating social media APIs (Instagram, TikTok, YouTube, Twitter/X, LinkedIn, Facebook, Threads, Pinterest, Bluesky, Snapchat, Google Business, Reddit, Telegram). Covers OAuth, AT Protocol, rate limiting, media uploads, encryption, and error handling. Use when building social media integrations, scheduling systems, or debugging platform API issues.
interview-mode
by ggz23
Ensures proper requirements clarification before implementing features. Activates when asked to implement, build, create, or add features during what appears to be an interview or timed coding exercise.