Manage Val Town projects using the vt CLI. Use when working with Vals (Val Town serverless functions), syncing code...
Development
Code generation, debugging, testing, and development workflows
Best practices for Remotion - Video creation in React
Ask humans questions via native macOS dialogs and notifications. Use when you need clarification, confirmation, or...
A skill for reviewing code, providing feedback, and ensuring code quality and best practices.
Interact with running Clojure REPLs via nREPL. Evaluate Clojure code, query namespaces, test functions, and debug...
Rename symbols across a codebase safely. Use when renaming functions, variables, classes, or other symbols and need...
Search for patterns inside file contents using ripgrep (rg). Use when searching for code patterns, finding function...
Find and edit symbols in code using ast-grep (tree-sitter based). Use when finding function definitions, class...
Work with GitHub using the gh CLI. Use when creating/managing pull requests, reviewing code, managing issues,...
Fetch library documentation and code examples. Use when user asks about library APIs, needs code examples, or says...
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software...
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when...
Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1)...
Write, review, or improve SwiftUI code following best practices for state management, view composition, performance,...
Conducts a comprehensive security review of a git repo. Use when asked about security issues, code quality concerns,...
Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
Review code quality standards after code is written, especially Python typing, logging, and import style.
Feature-first init: create or reuse worktree/branch and seed per-feature context. Git-aware and idempotent.
Implement the current plan from TASKS (feature-first). Git-aware; no git ops in local mode.
Create or update a feature registry entry and seed feature files. Feature-first, safe, idempotent.
Auto-merge PR via gh and fully clean up feature worktree/branch/metadata. Feature-first, safe, idempotent.
Generate a PR-ready draft from TASKS, diff, and review status. Feature-first and git-aware.
Perform CI-parity self-review for the current feature. Feature-first, git/local safe.
Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access