Find the perfect skill
Stripe Payment Management via CLI
Development
Manage Stripe payments from the terminal: check balance, create payment links, manage customers, invoices, refunds, and subscriptions. Helps developers interact with Stripe without leaving the command line.
Commit with Graphite
Development
Commits staged changes using Graphite, automatically creating a new branch if on trunk and handling branch stacking. Generates conventional commit messages from the diff, updates PR metadata, and runs pre-commit checks. Best for developers using Graphite who want an automated commit workflow.
Software Development Orchestration Patterns
Development
Provides structured orchestration strategies for common software development activities: feature implementation (Plan-Parallel-Integrate, Vertical Slice), bug fixing (Diagnose-Hypothesize-Fix, Reproduction-First), refactoring (Map-Analyze-Transform), migrations, and greenfield projects. Helps coordinate multiple agents or parallel tasks with clear phases and dependencies.
API Mocking Framework
Development
This skill specializes in building realistic mock API services to simulate production behavior. It covers setting up mock servers with dynamic routing, latency simulation, and request tracking for parallel development and testing. Use it when you need to decouple frontend or testing from real APIs.
Build Verifier
Development
Run the TypeScript build and automated consistency checks across types, config, state, and webhook response ordering. Presents results as a pass/fail checklist. Helps verify that configuration defaults, documentation, state backfill, and webhook ordering are all consistent and correct.
Workspace Setup
Development
Runs setup scripts for one or all projects in the workspace, including dependency installation, environment configuration, and database migrations. Helpful when the user asks to set up projects or install dependencies.
Create GitHub Issue
Development
Creates a GitHub issue in the gittower/git-flow-next repository following project guidelines. Checks for existing duplicates, determines the issue type and labels, and formats the body using templates for bugs, enhancements, or features. Helps ensure consistent and well-structured issue reports.
Exit — Room Navigation Links
Development
An Exit is a navigation link connecting two rooms in MOOLLM's spatial architecture, acting as an edge in the memory palace graph. It can be simple, guarded, hidden, or metaphysical, and uses pie menu directions (N/S/E/W, etc.) to encode meaning. This skill helps create interactive worlds where direction itself carries significance.
Connect Android Device via ADB
Development
Connects to an Android device over ADB wirelessly (TCP/IP). Use this skill to enable wireless debugging and remote control of Android devices without a USB cable.
Terminal User Interface Development
Development
Expert in terminal user interface development, including interactive console applications, cross-platform TUI libraries, and responsive terminal layouts. Use this skill for building interactive terminal apps, dashboards, and command-line tools with rich UI.
Sharing Skills via Pull Request
Development
Guide to contribute broadly useful skills to the upstream repository using a branch-and-PR workflow. Helps when you have developed a well-tested, general-purpose skill that follows skill-writing guidelines and want to share it with the community.
Product Requirements Document Creation
Development
Generates product requirements documents (PRDs) tailored for AG4ONE's autonomous development cycles. Structures user stories with acceptance criteria and priorities, outputting a JSON file ready for integration with the Ralph loop.