- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
reporting
by pluginagentmarketplace
Automated reporting and business intelligence delivery
zenn-textlint-workarounds
by shimo4228
"Use when textlint produces false positives on Zenn articles. prh hyphen loop, :::message, and --fix workarounds."
protocol-di-testing
by shimo4228
"Use when testing Swift code that depends on file system, network, or external APIs via protocol-based dependency injection."
planning-with-files
by dereknex
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.
hyperliquid-api-docs
by cezar-r
Fetches official Hyperliquid API documentation on-demand. Use when answering questions about Hyperliquid API endpoints, websockets, signing, order placement, info queries, exchange actions, rate limits, or any HL API implementation details. Triggers on Hyperliquid API questions.
data-fetching
by gigs-slc
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.
gitflow-changesets-releases
by TevfikBGunes
Follow Gitflow with Changesets for branching, versioning, and releases. Manual changeset creation is recommended for reliability. Use when (1) creating or merging feature, release, or hotfix branches, (2) writing conventional commits, (3) adding or versioning changesets, (4) running tests before PR or release, or (5) the user asks about releases, changelog, branching, or gitflow.
graphql-resolvers
by pluginagentmarketplace
Write efficient resolvers with DataLoader, batching, and N+1 prevention
mac-node-snapshot
by taozhe6
A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.
xmcp
by olegakbarov
Build, integrate, and troubleshoot xmcp-based MCP servers and adapters. Use when creating MCP tools/prompts/resources, bootstrapping with init-xmcp, wiring /mcp endpoints in Next.js/Express/NestJS, configuring auth/middleware, or debugging build/dev and adapter output.
image-generation
by Xiangyu-CAS
Gemini image generation and editing skill for text-to-image, image-to-image edits, multi-reference composition, and Google Search grounding. Use when creating or modifying images via Gemini (default model gemini-3-pro-image-preview) with the Python SDK.
xcode-pbxproj-file-registration
by shimo4228
"Use when xcodebuild fails with 'cannot find in scope' after adding a .swift file outside Xcode. Register in 4 pbxproj sections."
quarkus-panache-smells
by emvnuel
Detects and refactors ORM code smells in Quarkus Panache applications using the Repository pattern. Use when reviewing PanacheRepository code, diagnosing N+1 queries, data overfetching, or pagination issues.
git-commits
by Klohto
Creates commits, PRs, and branch names using Conventional Commits style matching @klohto's patterns. Use when writing commit messages, creating PRs, or naming branches.
react
by dmonteroh
"Build React frontends (SPA/library) with modern hooks, state management, accessibility, and performance. Framework-agnostic: not Next.js-specific and not React Native. Use when implementing React components, client-side routing, data fetching/state, and React testing."
terraform-god
by scottymcandrew
Elite Terraform specialist for architecture, optimization, and debugging. Use for greenfield deployments, module design, state surgery, performance tuning, CI/CD integration, provider troubleshooting, or any complex Terraform challenge. Triggers on Terraform files, HCL patterns, state issues, plan/apply errors, or module questions.
mapstruct-patterns
by emvnuel
Constructor-based MapStruct mapping for compile-time safety in Jakarta EE. Use when implementing DTO mapping or using @Default annotations.
vue-component
by erinrugas
Builds frontend components/pages/composables in the project's UI stack. Use when implementing UI features, reusable components, and typed state flows.
documentation
by terraphim
Technical documentation for Rust projects. Creates API docs, README files, architecture guides, and contributor documentation. Follows Rust documentation conventions with strict quality standards.
prompt-engineer
by Avi7702
Assembles Claude 4.x optimized prompts for teammate spawning
Ads Manager
by mmcmedia
Key Principle: Spend money to make more money. If ROAS is positive, it's a money-printing machine. Scale it. If ROAS is negative, diagnose and fix, or kill it.
gotcha-summarizer
by lian-yang
"Automatically summarizes technical lessons learned from conversations into docs/gotchas/. Supports 18+ programming languages with confidence scoring. Use at the end of conversations to capture: (1) Frontend/Backend bugs and root causes, (2) Framework issues (React/Vue/Next.js/Nuxt/Databases/APIs), (3) Code quality improvements (precision, caching, concurrency, etc.), (4) Performance optimization insights, (5) Testing/CI/CD/Git issues, (6) Any technical lessons worth documenting. Features: three-layer classification (Domain → Category → File), fuzzy duplicate detection, i18n support (zh/en), multi-code block grouping, error tracking statistics."
go-performance-best-practices
by mcart13
Go performance optimization guidelines for profiling, allocation, GC tuning, concurrency, PGO, and I/O. This skill should be used when writing, reviewing, or optimizing Go code for performance. Triggers on tasks involving slow services, high latency, high memory usage, memory leaks, goroutine leaks, GC pressure, CPU profiling, pprof analysis, allocation reduction, sync.Pool, mutex contention, HTTP client tuning, Profile-Guided Optimization, GOMEMLIMIT tuning, Go 1.24 features, Swiss Tables, or any Go performance investigation.
langsmith-code-eval
by langchain-ai
Creates code-based evaluators for LangSmith-traced agents. Use when building custom evaluation logic, testing tool usage patterns, or scoring agent outputs programmatically. Triggers on requests to evaluate agents, create evaluators, or run experiments against LangSmith datasets.