- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
interview
by iamladi
Interview me about anything in depth
gluestack-ui-v4:creating-components
by gluestack
Step-by-step guide for creating components with gluestack-ui v4 - covers planning, structure, styling, TypeScript, and common component patterns.
api-security-best-practices
by baotoq
"Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities"
observability-distributed-tracing
by baotoq
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.
code-review
by SebastiaanWouters
Comprehensive code review covering functionality, testing, QA, and AGENTS.md compliance. Triggers on "review code", "code review", "review this", "check my code". Validates correctness, test coverage, test quality, and guideline adherence.
知行合一
by d-wwei
"知行合一——实践-认识螺旋,做正确的事而非容易的事。"
simple-logger-usage
by Alcyone-Labs
Best practices for using simple-logger in TypeScript applications
cloudflare-python-workers
by ma1orek
Build Python APIs on Cloudflare Workers using pywrangler CLI and WorkerEntrypoint class pattern. Includes Python Workflows for multi-step DAG automation. Prevents 11 documented errors. Use when: building Python serverless APIs, migrating Python to edge, or troubleshooting async errors, package compatibility, handler pattern mistakes, RPC communication issues.
stripe-payment
by liushuang393
Stripe 決済連携を統一的に扱うインターフェース。 Checkout Session、サブスクリプション管理、Webhook 処理、 Customer Portal、返金機能を提供。
golang-testing
by baotoq
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
context-engineering
by justgetAI
Human-readable context management for AI coding agents. Filesystem-based specs, tasks, and foundation docs. Ships features with full traceability via native Teams.
nhi-cql-validator
by edwardlo12
"Validate Taiwan NHI CQL Library (.cql) and FHIR ValueSet (.json) files for compliance with NHI regulations and FHIR standards. Includes syntax checking, format validation, and business logic validation (comparing against original NHI payment rules). Optional auto-fix functionality. Use when user asks to: (1) Validate/check CQL files, (2) Verify ValueSet compliance, (3) Check NHI CQL compliance, (4) Review payment rules implementation, (5) Fix/auto-correct CQL issues, (6) Compare against NHI regulations, or (7) Check logic correctness"
gluestack-ui-v4:validation
by gluestack
Validation checklist and anti-patterns for gluestack-ui v4 - use for code review, checking implementation quality, and identifying common mistakes.
code-review
by xmx0632
审查 Java 代码,检查规范、潜在问题和优化建议。Code Review 时使用。
observability-specialist
by k1lgor
Use this for setting up monitoring, logging, distributed tracing, and alerting for applications and infrastructure.
backend-architect
by k1lgor
Use this for server-side implementation, business logic, middleware, service layer design, and backend architecture patterns. (Works for Node, Python, Go, Java, etc.)
golang-patterns
by baotoq
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
impeccable-clarify
by SebastiaanWouters
"Skills-only equivalent of impeccable.style /clarify. Improve unclear UX copy, error messages, microcopy, labels, and instructions. Makes interfaces easier to understand and use. Use for frontend and UI design tasks."
golang-ddd
by baotoq
"This skill should be used when implementing DDD tactical design patterns in Go, including Entities, Value Objects, Aggregates, Repositories, Domain Services, Domain Events, Factories, and Specifications."
datetime
by cadrianmae
Use the date command via Bash tool whenever you or the user mention time, dates, or temporal concepts. Verify current date/time before ANY temporal response, as environment context may be outdated. Parse expressions like "tomorrow", "next week", "3 days", "in 2 weeks", "next Monday at 3pm". Proactively invoke for deadlines, schedules, time-sensitive tasks, week numbers, or any date/time reference.
geist-svelte
by jis3r
Integrate Geist fonts in Svelte 4/5 and SvelteKit projects using geist-svelte. Use when users ask for Geist Sans, Geist Mono, or Geist Pixel variants, need setup with Tailwind v4 or v3, want CSS variable usage without Tailwind, need import/config troubleshooting, or want migration from manual @font-face setup to package-based Geist fonts.
adynato-web-api
by adynato
Web API development conventions for Adynato projects. Covers API routes, middleware, authentication, error handling, validation, and response formats for Next.js and Node.js backends. Use when building or modifying API endpoints, server actions, or backend logic.
ux-writing
by slb2248
Write effective microcopy for digital interfaces.
aquaria-cloudflare-ops
by Alcyone-Labs
Operate and debug Aquaria Cloudflare Worker + Workflows deployment. Deploy safely run health checks inspect traces restart stuck instances apply fixes.