Find the perfect skill
Player Control System Generator
Development
Generates complete player controllers with movement, jumping, attacking, and state machines for 2D and 3D games. Supports multiple control modes.
Structured TDD Implementation
Development
Implements a feature from a technical decomposition using TDD, keeping task document updated and handing off cleanly to review.
Technical Specification Writing
Development
Create implementation-ready technical specifications from approved PRDs, covering architecture, API contracts, data models, security, and error handling.
Scripting Subsystem Audit (M30/M47)
Development
Deep audit of the M30/M47 scripting domain including .pex decompiler, .psc parser, AST→ECS recognizer chain, ECS runtime, and cell-loader attach path.
REST API Caller
Development
Call REST APIs from Python, parse JSON responses, and report the useful fields back to the user.
Creating Stakeholder Input Packet
Development
To create a complete stakeholder input packet from interviews when the initial need is vague or incomplete. Used before the requirements analyst agent.
Create Pull Request
Development
Creates a pull request for the current branch against main using the GitHub CLI. Useful after committing changes and before opening a PR, it performs pre-flight checks (commits, push) and auto-formats the title and body with guidelines.
Locus Plugin Management
Development
Manage Locus app plugins: search, install, enable, disable, uninstall, create, package, and publish. Handles lifecycle, scope resolution, and progressive disclosure for component editing.
Ship changes with quality checks
Development
Runs quality checks, commits changes, and creates a pull request. Guides through a multi-step workflow with approval checkpoints.
BuildBuddy - Remote CI/CD Debugging
Development
Debug failed CI/CD jobs by accessing BuildBuddy's remote build execution and caching data. Use MCP tools to fetch invocation metadata, full logs, targets, and actions, enabling rapid root cause analysis of failures. Ideal for investigating GitHub Actions pipeline failures or remote build issues.
Create a GitHub Pull Request
Development
Complete workflow for creating a GitHub PR: branching, implementation, testing, formatting, and submission.
TDD Workflow Patterns
Development
Guide for implementing tasks using the TDD workflow, phase checkpoints, git commits, and verification protocol.