Find the perfect skill
Clerk Auth Patterns for React Router v7
Development
React Router v7 patterns with Clerk: rootAuthLoader, getAuth, clerkMiddleware, protected routes, SSR user data, and org switching.
End-to-End Feature Development
Development
Orchestrate end-to-end feature development from requirements to production deployment, coordinating across teams, methodologies, and deployment strategies.
Organize File Structure
Development
Audits and reorganizes the project directory structure by moving misplaced files (e.g., test files inside the source directory, source files in the root) to correct locations, updating imports accordingly, and suggesting cleanup of empty directories or obsolete config files.
Player Controller Generator
Development
Generates a complete player controller for 2D/3D games: movement, jump, attack, state machine. Supports platformer, top-down, first-person, and third-person control modes.
GitHub Wiki & Projects Management
Development
Manages GitHub Wiki pages and GitHub Project boards for the current repository. Handles the distinct authentication methods required for Wiki operations (SSH only for push) and Projects (requires project scope for gh CLI). Useful when you need to edit documentation or organize tasks via GitHub Projects without manual setup.
Terraform Module Scaffolder
Development
Scaffolds new Terraform modules with standardized structure including main.tf, variables.tf, outputs.tf, versions.tf, and README.md.
Coding Agent Delegation
Development
Delegate complex coding tasks to Codex, Claude Code, or OpenCode as background workers with strict safety rules for authentication, git worktrees, and monitoring.
AI Discussion Partner
Development
Query another AI model (OpenAI, Anthropic, or Google) with extended thinking to get an outside perspective on a difficult problem. Use when you are stuck, spinning your wheels, or suspect an unconsidered angle. One message out, one message back — include all necessary context because the partner has zero context about your work.
Run Local Services
Development
Start all local development services with dependency checks, port conflict handling, and automatic error recovery.
Apollo Caching Strategies
Development
Master Apollo Client's caching: fetch policies, normalization, optimistic UI, and cache updates for high-performance applications.
Windsurf Cascade Onboarding
Development
Configure Cascade AI agent for new team projects. Handles agent configuration, context settings, and team defaults.
Git Worktree Cleanup
Development
Clean up a Git worktree by name, ticket ID, or partial match. Automatically closes associated iTerm tab, releases port assignments, removes the worktree directory, and deletes the branch. Use when you need to remove a worktree, optionally force-cleaning even with uncommitted changes.