Find the perfect skill
miniextendr Serde Integration
Development
Use when the user asks about serializing Rust types to R without writing TryFromSexp or IntoR by hand, how serde Serialize/Deserialize maps to R lists and vectors, and related concepts.
Bug Fix Workflow
Development
End-to-end bug fix workflow — report, analyze, fix, verify, ship (PR + merge + deploy + knowledge capture).
Workflow Patterns
Development
Guide for implementing tasks using TDD workflow, phase checkpoints, git commits, and verification protocol.
Prototype
Development
Build throwaway prototypes to answer design questions: validate logic/state models or explore UI variants quickly.
Scaffold AgentKit assets
Development
Scaffold new AgentKit assets (skills, commands, agents, rules) with correct frontmatter and location. Validates descriptions and prevents collisions.
Scaffold SwiftUI iOS App
Development
Scaffold a SwiftUI iOS app with MVVM, offline persistence, push notifications plumbing, CI, and optional GitHub repo creation.
Test-Driven Development (TDD)
Development
TDD practice: write failing test first, then minimal code to pass, following the red-green-refactor cycle.
Cursor Local Dev Loop
Development
Optimize your local development workflow with Cursor IDE, covering chat, composer, tab completion, and inline editing for faster AI-assisted coding.
Prisma Raw SQL Queries
Development
Execute type-safe raw SQL with $queryRaw, $executeRaw, and Prisma.sql template tag, including transactions and secure dynamic query building.
Skill Creation Guide
Development
Structured guide for creating a new AI coding skill from scratch, covering directory structure, frontmatter, and best practices. Helps when building a reusable SKILL.md file with proper organization.
Vexor - Semantic File Search CLI
Development
Vector-powered CLI for semantic file search, designed as a skill for Claude/Codex.
Git Agent - Auto-Commit
Development
Automatically stage, commit, and push all changes in the current working directory.