Find the perfect skill
Web Performance Audit
Development
Audits web performance using Chrome DevTools MCP. Measures Core Web Vitals and identifies render-blocking resources, caching issues, and optimization opportunities.
Lint all code
Development
Runs the full linter for Rust and JS/TS code. Use before opening a PR when Rust code was changed.
Refine a Ticket Interactively for Planning
Development
Refines a GitHub ticket interactively until it is ready for planning, using AskUserQuestion for confirmations.
Context Mode Purge
Development
Permanently deletes the knowledge base and session data. Destructive and irreversible.
Skill Audit
Development
Reviews a skill against a quality checklist and returns prioritized issues. Asks for approval before applying fixes.
Character System for Virtual Worlds
Development
Manages character entities (players, NPCs, pets) with identity, location, inventory, relationships, and memory. Useful for any game or simulation that requires per-character state persistence and a clear separation between the home file path and the current in-world location.
Riverpod Cancel and Debounce
Development
Cancel or debounce Riverpod async requests with ref.onDispose; cancel when user leaves the page, debounce rapid refreshes.
Compliant PR Creation
Development
Invoke before creating any PR to ensure compliance with branch naming, changelog requirements, and reviewer assignment.
Domain Name Finder
Development
Generate, check, and vet domain names. Compare registration and renewal prices across TLDs and flag brand collisions.
Flow Tracer
Development
Trace data flow through the engine, from ECS to GPU or file to entity, for built-in or custom flows.
Scaffold AgentKit assets
Development
Scaffold AgentKit assets (skills, commands, agents, rules) with correct templates and file placement.
Convex HTTP Actions
Development
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation