- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
claude-agent-pr-review-toolkit-silent-failure-hunter
by monkey1sai
Converted from Claude plugin agent "silent-failure-hunter" (pr-review-toolkit).
nix-packaging-best-practices
by lihaoze123
Best practices for packaging pre-compiled binaries (.deb, .rpm, .tar.gz, AppImage) for NixOS, handling library dependencies, or facing "library not found" errors with binary distributions
design-system-cli
by jgtolentino
Complete Design System Reverse Engineering (DSRE) + Functional Cloning CLI - Extract visual design (tokens, assets) AND functional behavior (workflows, state machines, business rules) from any web application
demand-mining
by kaelen-hou
需求挖掘助手,从社交平台(X/Twitter、Reddit、Hacker News 等)自动搜索和分析用户抱怨、痛点和未满足需求。 用于发现产品机会、竞品分析、市场调研。 触发场景: - 用户说"帮我挖掘 XX 领域/产品的用户需求" - 用户说"分析 XX 产品的用户抱怨" - 用户说"看看用户对 XX 有什么不满" - 用户说"找找 XX 领域的痛点" - 用户说"调研 XX 市场机会"
humanize
by lukeslp
"Remove AI writing indicators from documentation and prose. Use when: cleaning up AI-generated text before publishing, making documentation sound more human, removing em-dashes, corporate jargon, passive voice, hedge phrases, or converting 'we' to 'I' for solo developer contexts."
frontend-skills
by pluginagentmarketplace
Master HTML5, CSS3, JavaScript ES6+, React, Vue, Angular, and modern web development. Learn responsive design, accessibility, and web performance optimization.
exclusive-or-properties
by marius-townhouse
Use when exactly one of several properties should be present. Use when modeling mutually exclusive options. Use when building component props with alternative configurations. Use when designing API parameters that have variants.
branded-types
by marius-townhouse
Use when primitive types need semantic distinction. Use when string or number types have different meanings. Use when you need nominal typing.
exhaustiveness-checking
by marius-townhouse
Use when handling tagged unions. Use when adding new cases to discriminated unions. Use when switch statements must cover all cases.
react-web
by iButters
Modern React 19+ development with Server Components, Actions, hooks, TypeScript integration, and performance optimization. Use when building React web applications, implementing Server Components, using Actions for form handling, working with new hooks (use, useActionState, useOptimistic, useFormStatus), setting up React projects with Vite or Next.js, or optimizing React performance.
graphql-resolvers
by jovermier
GraphQL resolver patterns including dataloader for N+1 prevention, context propagation, authorization, error handling, and validation. Use when implementing GraphQL resolvers.
roadmap-prioritization-planning
by pluginagentmarketplace
Master prioritization frameworks, roadmap planning, timeline estimation, and resource allocation. Create executable roadmaps that drive focus and alignment.
ppt生成大师
by CyangZhou
可以直接通过大模型生成ppt文件。支持从 Markdown 大纲自动转换为 PowerPoint 演示文稿。
python-package-migrator
by jorgealves
Plan and execute upgrades for Python libraries, handling breaking changes. Use when performing major version bumps for frameworks like Django or FastAPI.
backend-skills
by pluginagentmarketplace
Master Node.js, Express, PHP, Laravel, Java, Spring Boot, API design, and database integration. Build scalable APIs and server applications.
mobile-skills
by pluginagentmarketplace
Master iOS development with Swift, Android development with Kotlin, React Native, Flutter, and cross-platform mobile technologies.
control-union-distribution
by marius-townhouse
Use when conditional types behave unexpectedly with unions. Use when boolean or never types cause surprises. Use when needing to prevent distribution over unions. Use when recursive generic types don't distribute.
peer-review
by jforksy
Critically evaluate peer review findings as team lead with full project context
kiwi-go-backend
by Yet-Another-AI-Project
Go backend development standards using DDD architecture, ent ORM, fx DI, and kiwi-lib utilities. Covers project structure, domain design, API/application/infrastructure layers, database workflow, and coding requirements.
tracking-tasks
by oryanmoshe
Enforces disciplined task tracking across context boundaries. Use when starting any coding task, receiving a new user request mid-work, planning multi-step work, discovering sub-tasks or issues, before context compaction, switching between tasks, or resuming a previous session. Skip for purely informational questions with no code changes.
context-type-inference
by marius-townhouse
Use when extracting values causes type errors. Use when callback types are wrong. Use when const assertions are needed.
effector-storage
by aiko-atami
Choose and implement effector-storage persistence patterns for Effector apps. Use when tasks involve persist/createPersist usage, selecting adapters (local/session/query/broadcast/storage/asyncStorage/memory/nil/log), configuring clock/pickup/context/keyPrefix, validating data with contracts, handling done/fail/finally flows, SSR-safe adapter fallback with either, or debugging sync and serialization issues.
unity-investigate-quick
by cuozg
Quick Q&A about Unity codebase — how systems work, call chains, flow traces. Triggers — 'how does X work', 'what calls this', 'trace the flow', 'explain this system', 'quick investigate'.
review-type-safety
by doodledood
"Audit TypeScript/typed code for type safety issues. Identifies any abuse, missing type guards, and opportunities to make invalid states unrepresentable. Read-only. Triggers: review types, type safety, check types, typescript review."