Find the perfect skill
Done - Reset for next task
Development
Checks for any uncommitted changes using `git status --porcelain` and stops if any exist; otherwise switches to the default branch (master or main) and pulls the latest changes. Ensures a clean working directory ready for the next task.
Payment Gateway
Development
Processes payments securely via Stripe, PayPal, or ACH. Used for paying invoices, scheduling future payments, and managing payment methods. Includes full audit logging and webhook handling for payment confirmation and failure alerts.
Ralph - Self-referential iteration with verification
Development
Self-referential loop for iterating on tasks until completion, with architect verification. Includes optional PRD mode for breaking down projects into user stories and ultrawork mode for parallel execution with smart model routing.
Lottie Animations
Development
Integrate Lottie vector animations from After Effects into iOS, Android, and cross-platform mobile apps with playback control, performance optimization, and interactive capabilities.
Orchestration Examples for AI Workflows
Development
Provides real-world end-to-end workflows for AI coding assistants, covering PR review, feature implementation, bug fixing, codebase understanding, and test failure resolution. Each example details the user's request, internal orchestration logic, and the resulting user experience.
Angular Spec Auditor
Testing
Independently audit an Angular component spec file against the project's migration guidelines.
Azure Cost Optimization
DevOps
Analyze Azure subscriptions to identify cost savings through orphaned resource cleanup, rightsizing, and optimization recommendations based on actual usage data. Helps when you need to reduce Azure spending, find unused resources, or generate a cost optimization report.
Convert PRD to AI Assistant Instructions
Development
Interactive guide to convert a PRD document (PDF or DOCX) into instruction files for AI coding assistants like Claude Code, Cursor, Copilot, Windsurf, and Codex.
Factory Spec - MODEL Phase Orchestrator
Development
Orchestrates the MODEL phase of a factory: sequentially delegates the generation of functional specs (pm), technical specs (architect), and memory rules (rules-memory), with gate checks between steps. Useful for automatically producing specifications, ADRs, and project rules from an initial brief and scope.
Knowledge Log Output
Documentation
Logs new insights about repository structure and rules discovered during a conversation, prioritizing gaps between AI-inferred knowledge and the user's actual understanding. Saves to a timestamped file to highlight undocumented conventions and assumptions that need documentation.
Think Ahead
Productivity
Reads the current work state (git status, diff, recent commits) and checks alignment with the plan. Spots dependencies, blockers, and suggests next moves in priority order. Useful between work cycles for strategic planning.
AppSignal Error Analysis
Development
Use the AppSignal CLI to fetch and analyze error incidents and samples. Supports listing open incidents, retrieving detailed backtraces and context, and managing incident status. Helps when debugging errors, investigating exceptions, or when the user mentions AppSignal.