Find the perfect skill
AI Code Generation Agent with Claude Sonnet 4
Development
AI-driven code generation agent that automatically creates TypeScript code, unit tests, and type definitions from GitHub Issues. Implements BaseAgent pattern with Vitest and JSDoc support.
Request Validation
Development
TypeScript-based input validation for API requests and video data structures. Ensures type safety at API boundaries with server-side validation and structured error messages.
Resolve GitHub Issues with TDD
Development
Resolve GitHub issues using isolated git worktrees and Test-Driven Development methodology. Includes GitHub authentication, atomic commits, and protected PR workflows with conventional commit formatting.
Skill Mounting
Development
Game mechanic for modifying character and room behavior through skill overlays. Grant or afflict capabilities while preserving the original personality underneath as an overlay system.
Claude Code Plugin Scaffolder
Development
Creates complete Claude Code plugin structures with directories, manifest, and documentation. Automatically generates plugin.json and organized structure for plugin distribution.
Python Bug Debugging
Development
Investigate and resolve functional bugs in Python using specifications, logs, and observed behavior. Use this skill to debug runtime errors and scope problems before implementing fixes.
Full-Stack App Scaffolder
Development
Scaffold complete full-stack applications with best practices, including API routes, database schemas, and frontend components.
TypeScript Strict Patterns and Best Practices
Development
Comprehensive guide to strict TypeScript patterns including const types, flat interfaces, type guards, and avoiding 'any'. Covers best practices for better code maintainability and type safety.
Advanced Git Workflows
Development
Master advanced Git techniques including interactive rebase, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation.
Multiplayer Game Development
Development
Networking architecture and synchronization principles for multiplayer games. Covers state synchronization strategies, bandwidth optimization, and server-side security.
Emergency Game Session Halt
Development
Emergency halt of active game session with state cleanup. Use to stop running games, halt playtests, cancel simulations, and restore environment state.
Refactor Jupyter Notebooks
Development
Programmatically analyze and batch modify Jupyter Notebook (.ipynb) files by replacing specific import statements, function calls, or code blocks.