Find the perfect skill
Stripe Testing and Debugging
Development
Test and debug Stripe payment integrations end-to-end. Simulate payment flows, verify webhook handling, diagnose failed charges, and validate subscription lifecycle. Useful when ensuring Stripe integrations work correctly in development or production.
Signed Distance Functions in GLSL
Development
Master 2D/3D shape primitives, boolean operations, smooth blending, and raymarching fundamentals for procedural graphics.
Pull Request Management
Development
Skill for creating, reviewing, and merging pull requests with quality standards and efficient review procedures.
Project task tracking with Beads
Development
Use Beads (bd) for durable project task tracking, issue dependencies, and blocker management. Replace local TODO files with a shared system.
TDD Implementation
Development
Replace mock declarations with real code, ensure signature parity, and run checks and tests until green in a TDD workflow.
Speed-It: Enforce Performance Budgets
Development
Coordinate performance hardening: baseline journeys to metric contracts, profile bottlenecks, fix with before/after proof, re-benchmark, and add CI regression guards until every journey meets budget.
External Agent Code Reviewer
Development
Runs parallel code reviews using external agents (Codex, Gemini), verifies suggestions critically, and returns filtered improvements.
List Git worktrees
Development
List all Git worktrees from one or all repositories with detailed status including branch, cleanliness, changed files count, port, and iTerm tab info. Use it when you need to view, list, or show worktrees in a clear table format.
Do Workflow
Development
Do a task end-to-end — implement, PR, CI loop, ship. Only invoke when user types /do or $do.
Ship Changes Quickly
Development
Quickly add, commit, and push changes to the current branch with an optional commit message.
gg-web-engine examples
Development
Create or update demo projects under examples/ in gg-web-engine, including webpack demos and framework integration samples. Use when adding a new example app, not for general app development.
Treadmill: Recurring Command Runner
Development
Run a command on a recurring interval using a background shell loop. Allows polling, periodic tasks, and supervision.