
Publisher on askill
Comprehensive methodology for conducting technical reviews of Rust projects. Use when: (1) reviewing unfamiliar Rust codebases, (2) conducting project health assessments, (3) evaluating code quality a...
Fix for Next.js OG image build errors with invalid CSS display values. Use when: (1) Build fails with "Invalid value for CSS property display", (2) error mentions allowed values "flex" | "block" | "no...
Tauri IPC commands fail silently when testing via browser at localhost. Use when: (1) Tauri invoke() calls return no data or fail silently in Playwright/browser tests, (2) window.__TAURI__ is undefine...
When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgrade screen," "upgrade modal," "upsell," "fe...
Tauri IPC commands fail silently when testing via browser at localhost. Use when: (1) Tauri invoke() calls return no data or fail silently in Playwright/browser tests, (2) window.__TAURI__ is undefine...
Understanding Convex + Better Auth dual-database architecture. Use when: (1) "User not found" errors during login/password reset but user appears to exist, (2) users exist in app's users table but can...
Fix for Tauri app not loading .env file with dotenvy. Use when: (1) Environment variables return "not set" errors in Tauri commands, (2) dotenvy::from_filename() fails with relative paths like "../../...
Meta-skill for creating, updating, and managing Claude Code skills. Use when: (1) discovering reusable knowledge that should be preserved as a skill, (2) an existing skill needs updating with new info...
Meta-skill for creating, updating, and managing Claude Code skills. Use when: (1) discovering reusable knowledge that should be preserved as a skill, (2) an existing skill needs updating with new info...
Fix for "X cannot be used as a JSX component" TypeScript errors in pnpm monorepos. Use when: (1) Build fails with "ForwardRefExoticComponent is not a valid JSX element type", (2) Component worked befo...
Understanding Convex + Better Auth dual-database architecture. Use when: (1) "User not found" errors during login/password reset but user appears to exist, (2) users exist in app's users table but can...
Fix for Tauri v2 app crashing on startup in WSL2 with gdk-pixbuf panic: "data.len() must fit the width, height, and row_stride". Use when: (1) Tauri app panics immediately on launch in WSL2/Linux, (2)...
Fix for Polar SDK subscription cancellation. Use when: (1) TypeScript error "Property 'cancel' does not exist on type 'Subscriptions'", (2) trying to cancel a Polar subscription via SDK, (3) build fai...
Fix for Tauri app not loading .env file with dotenvy. Use when: (1) Environment variables return "not set" errors in Tauri commands, (2) dotenvy::from_filename() fails with relative paths like "../../...
Discover all actionable tasks in the current project and add them to the task list
Fix for Tauri v2 app crashing on startup in WSL2 with gdk-pixbuf panic: "data.len() must fit the width, height, and row_stride". Use when: (1) Tauri app panics immediately on launch in WSL2/Linux, (2)...
Showing 18 of 26