- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
api-security-best-practices
by automindtechnologie-jpg
"Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities"
following-the-rules-of-hooks
by djankies
Fix React Rules of Hooks violations - conditional calls, hooks in loops/callbacks/classes
bug-fix
by YPYT1
集合了所有的openclaw,claudecode,open等各个平台所有的skills
ehyland
by ehyland
Eamon Hyland's opinionated tooling and conventions for TypeScript projects. Use when setting up new projects, configuring a linter, monorepos, library publishing, or when the user mentions Eamon's preferences.
arach
by arach
Personal meta-skill for Arach. Use this as the entry point to understand arach's projects, conventions, and available skills. Activates on "arach's projects", "what does arach work on", or when working in any arach/* repo.
langfuse-trace-view
by neuradex
View Langfuse trace details. Use when checking specific trace input/output, debugging LLM calls, or analyzing costs.
m04-zero-cost
by lywa1998
"CRITICAL: Use for generics, traits, zero-cost abstraction. Triggers: E0277, E0308, E0599, generic, trait, impl, dyn, where, monomorphization, static dispatch, dynamic dispatch, impl Trait, trait bound not satisfied, 泛型, 特征, 零成本抽象, 单态化"
code-reviewer
by YPYT1
集合了所有的openclaw,claudecode,open等各个平台所有的skills
middleware-patterns
by karchtho
Express middleware patterns including authentication, validation, error handling, rate limiting, request logging, CORS, compression. Use when implementing auth middleware, input validation, error handlers, rate limiting, request/response logging, or security middleware.
tool-ui-design
by eaglefly628
工具软件 UI 风格设计 skill。当用户需要设计或实现桌面工具、开发者工具、数据面板、量化交易系统、监控平台、IDE 插件、CLI 可视化界面、截图录屏工具、QA 测试工具等生产力工具的 UI 组件时自动触发。专注于专业感、信息密度与操作效率,而非装饰性。
feedback-design
by bfmcneill
Use when building loading states, progress indicators, success confirmations, or error messages. Covers feedback loops and patterns that feel satisfying.
interfaces-raunofreiberg
by artivilla
Review UI code against Rauno Freiberg's interface guidelines. Use when checking interactivity, typography, motion, touch, optimizations, accessibility, and design details.
eve-repo-upkeep
by Incept5
Keep Eve-compatible repos aligned with platform best practices and current manifest conventions.
form-implementation-pattern
by yoshinani-dev
React Hook Form + Valibotを使用したフォームコンポーネントを実装する。Controller、Fieldコンポーネント、Card、FormProviderを使用した標準的なフォームパターン。Container/Presentationalパターンと統合して、Server Actionsを使用したデータ送信を行う。新規フォーム作成時や既存フォームのリファクタリング時に使用する。
design-led-development
by jakenuts
Build software with elite design principles focusing on user outcomes, trust, accessibility, and performance. Use when creating UI components, designing user flows, writing production code, reviewing code quality, or when the user mentions UX, accessibility, performance, or trust-focused development.
commit-message
by ycs77
Generate concise Git commit messages in imperative mood. Analyzes staged changes first; if none, examines unstaged and untracked files. Use when the user asks to create, write, draft, make, or generate a commit message.
photoshop-automator
by abdul-karim-mia
"Professional Adobe Photoshop automation via COM/ExtendScript bridge. Supports text updates, filters, and action playback."
iterative-retrieval
by OneBoxCream
渐进式上下文检索模式。在大代码库中精准定位相关文件,避免一次性加载过多上下文。子代理探索、复杂 debug、跨模块分析时自动激活。
dev-assistant
by Prismas33
"Development assistant with auto-documentation, context management and quality gates. In discovery mode, never edits without confirmation."
qa-test-planner
by VisualxIntelligence
Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.
pinia-best-practices
by DedsiTeam
Pinia store TypeScript configuration and typing issues. Covers storeToRefs type loss, getters circular references, and setup store patterns. Use when working with Pinia stores in Vue 3 projects, debugging store type errors, or fixing storeToRefs type inference.
mcp-grafana
by janjaszczak
Query dashboards/logs/alerts to support incident analysis and regressions. Use when troubleshooting involves observability, incidents, latency, error rates.
typescript
by Alicoder001
TypeScript strict mode patterns, naming conventions, and type safety rules. Use when writing TypeScript code, defining types, or reviewing TypeScript projects. Includes generics, utility types, and best practices.
managing-client-lifecycle
by djankies
Manage PrismaClient lifecycle with graceful shutdown, proper disconnect timing, and logging configuration. Use when setting up application shutdown handlers, configuring logging for development or production, or implementing proper connection cleanup in Node.js servers, serverless functions, or test suites.