Find the perfect skill
Create Draft Pull Request (Vision-Agents)
Development
Create a draft PR for Vision-Agents repo using gh CLI, with pre-checks, changelog updates, and correct formatting.
Implement Feature from Plan
Development
Implements a feature from an existing implementation plan file (PROD-XXX-IMPLEMENTATION-PLAN.md). Fetches the linked Linear issue for context, asks clarifying questions, then implements one phase at a time, waiting for user approval between each phase.
Fallout New Vegas Compatibility Audit
Development
Per-game audit of Fallout New Vegas compatibility for ByroRedux, hunting regressions in NIF loading, ESM parsing, ragdoll, and lighting.
Groq Local Dev Loop
Development
Set up a local Groq development environment with hot reload and testing. For fast iteration cycles with Groq.
ClickHouse CPU Profiling
Development
Profile ClickHouse queries using system.trace_log to find CPU hotspots and analyze performance bottlenecks.
Database Reset & Seed
Development
This skill resets a database to a clean state and optionally seeds it with test data. It supports MongoDB and PostgreSQL projects, performing backup, drop, migration, and seeding steps. Use it when you need a fresh database for development or testing after running migrations.
HR Skill Scaffolder
Development
Guides users to scaffold a new hr-* skill directory with SKILL.md, content/, and examples/ templates.
iPhone Haptic Feedback
Development
Adds haptic feedback to iPhone UIs using expo-haptics. Maps interactions like button taps, toggles, and success/error states to specific feedback styles (Light, Medium, Selection, Notifications). Designed for Liquid Glass, it pairs haptics with glass animations for unified visual-tactile feedback.
Portable Context Generator
Productivity
Summarizes your chat into a portable context block to paste into any AI and continue where you left off.
Run Local Services
Development
Automates starting backend, frontend, and docs with dependency checks, port selection, and error recovery.
Generate event social cards
Content
Generate on-brand social cards for Pulumi events/workshops in five sizes using the shared Satori renderer. Enriches cards with external presenters and partner logos.
Organize File Structure
DevOps
Audits and organizes project directory structure by moving misplaced files to correct locations and updating imports accordingly.