Loading...
Loading...
Found 13,997 Skills
Use to convert creative briefs into actionable task plans with owners and SLAs.
Operating system for logging market/competitive signals with severity, confidence, and routing.
Structured approach for investigating funnel issues across e-commerce experiences.
Use to score accounts, flag risks, and standardize remediation triggers.
Playbook for activating current students, alumni, and partners as advocates.
Use to design measurement, alerting, and reporting for MQL→SQL SLAs.
Toolkit for linking VoC feedback with telemetry, revenue, and operational data.
Checklist covering accuracy, style, accessibility, and localization requirements for documentation releases.
Template pack for summarizing BI insights for ELT/board stakeholders.
Use to track pursuit risks, owners, mitigation steps, and escalation triggers.
TanStack Query v5 expert guidance - migration gotchas (v4→v5 breaking changes), performance pitfalls (infinite refetch loops, staleness traps), and decision frameworks (when NOT to use queries, SWR vs React Query trade-offs). Use when: (1) debugging v4→v5 migration errors (gcTime, isPending, throwOnError), (2) infinite refetch loops, (3) SSR hydration mismatches, (4) choosing between React Query vs SWR vs fetch, (5) optimistic update patterns not working. NOT for basic setup (see official docs). Focuses on non-obvious decisions and patterns that cause production issues. Triggers: React Query, TanStack Query, v5 migration, refetch loop, stale data, SSR hydration, query invalidation, optimistic updates debugging.
Expert blueprint for performance profiling and optimization (frame drops, memory leaks, draw calls) using Godot Profiler, object pooling, visibility culling, and bottleneck identification. Use when diagnosing lag, optimizing for target FPS, or reducing memory usage. Keywords profiling, Godot Profiler, bottleneck, object pooling, VisibleOnScreenNotifier, draw calls, MultiMesh.