Find the perfect skill
Riverpod request cancellation and debouncing
Development
Learn to cancel Riverpod async requests with ref.onDispose and debounce rapid refreshes. Perfect for cleanup when a provider is disposed.
OpenRouter Production Readiness Checklist
DevOps
Execute a pre-launch production readiness checklist for OpenRouter, covering security, monitoring, and error handling.
Eliot — Personal Obsidian Assistant
Productivity
Personal assistant for Obsidian: capture ideas, manage tasks, projects, and notes. Responds via /eliot commands.
Search Flights to Canada
Productivity
Find cheap flights to Canada from US cities, with a comprehensive research methodology and booking strategies.
Blog post source research
Content
Gathers sources for a blog post, producing a ready-to-paste APA reference list with DOIs encoded for MDX, plus working notes.
Generate MBMM command
Development
Meta-command to generate a new MBMM custom slash command. Creates the .claude/commands/mbmm_<skill>.md file with frontmatter and prompt.
ADR Review Level 1 (Runcriticon)
Development
Applies the ultrathink Level 1 review pattern to Runcriticon ADRs, detects A-G gaps, proposes sub-decisions, and chains review/acceptance PRs.
Vector Icon Libraries: Enterprise Guide
Development
Comprehensive guide to vector icon libraries (Lucide, React Icons, Iconify) covering selection, implementation, and accessibility best practices.
Israeli Media Authenticity Verifier
Security
Run a structured check on whether an image or video is AI-generated, digitally manipulated, or authentic-but-miscaptioned, and produce a sourced verdict with a confidence level.
Rust Patterns for Video Processing
Development
Provides Rust development patterns for video processing: trait abstractions for swappable capture sources and processing effects, error handling with anyhow/thiserror, CLI parsing with clap, structured logging with tracing, and Linux v4l2 device I/O. Helps when building modular, performant video pipelines in Rust.
Real-Device E2E QA Runner
Testing
Drives layer 5 of the QA strategy by running the real binary against attached iOS/Android devices through tmux, applying deterministic verifiers, and writing a report.
GraphQL Schema Generator
Development
Generates GraphQL schemas, resolvers, and type definitions for API design. Covers best practices like pagination, error handling, and documentation.