Find the perfect skill
Smart Git Worktree Management
Development
Manages git worktrees for a monorepo: creates worktrees from GitHub issues with automatic pnpm install, hook script copy, and branch name generation; lists active worktrees with commit and ahead/behind status; removes merged worktrees and prunes stale references. Ideal for developers juggling multiple issues simultaneously.
Melt Frontend Skills
Development
Instructions for an agent on how to use Melt frontend skills.
Checkpoint: Save & Restore Task State
Development
Create mid-task rollback points to revert risky operations (refactors, migrations). Save, list, restore, or clean task state with simple commands.
Agent Eval - Agent Comparison
Development
CLI tool to compare coding agents on custom tasks with pass rate, cost, time, and consistency metrics.
Team Agent Orchestration
Development
Coordinate multiple agents as a team using work items, ownership, Kanban boards, and merge gates for reliable multi-agent development.
SpeedTree Subsystem Audit
Development
Audit the byroredux-spt crate's .spt TLV walker and placeholder billboard fallback, focusing on byte accounting and cross-cutting wiring.
Initialize SDD Change Set
Development
Initializes a new SDD change set via the CLI after collaboratively deriving a kebab-case name and getting explicit user approval. Helps start a structured change proposal with the SDD tool, avoiding manual scaffolding.
Vocal Bridge Voice Agent Information
Development
Displays information about the connected voice agent – name, mode, phone number, deployment status. Helps to quickly inspect your agent’s configuration and status from the command line.
Code Review
Development
Skill for code review and PR review tasks. Covers methodology, what to flag, and output structure.
Update Project Skill
Development
Re-analyze project source and regenerate files under skills/ based on user arguments.
Build with Nuke Build
Development
Uses Nuke Build for all .NET build operations (compile, test, clean, restore). Ensures consistent and reproducible builds, avoiding raw dotnet commands. Helpful when the user asks to build, test, or perform any .NET build task.
Apollo Caching Strategies
Development
Master Apollo Client's caching strategies: fetch policies, cache normalization, optimistic updates, and cache management for high-performance GraphQL apps.