Find the perfect skill
iPhone Haptic Feedback
Development
Adds haptic feedback to iPhone UIs using expo-haptics. Maps interactions like button taps, toggles, and success/error states to specific feedback styles (Light, Medium, Selection, Notifications). Designed for Liquid Glass, it pairs haptics with glass animations for unified visual-tactile feedback.
Find ArduPilot Code
Development
Locates the implementation of features, modes, commands, or messages in the ArduPilot codebase. Uses Grep, Glob, and Read tools to find classes, MAVLink handlers, parameters, scheduler tasks, and more. Best when the user asks where something is defined or handled.
Code Reviewer
Development
Performs thorough code review to identify quality issues, potential bugs, security vulnerabilities, and deviations from best practices. Provides structured feedback with actionable suggestions and severity prioritization. Use when asked to review code or perform code quality analysis.
Multi-Agent Workflow Creator
DevOps
Creates multi-agent orchestration workflows for complex tasks requiring coordination across multiple agents and phases. Handles enterprise workflows, operational procedures, and custom orchestration patterns. Use when automating multi-phase processes with agent coordination.
Debug Stuck Hawk/Inspect AI Evaluations
Testing
Diagnoses why a Hawk/Inspect AI evaluation is stuck or not progressing. Provides a checklist, error pattern lookup, and direct API testing to identify issues like API retries, pod crashes, or token limits. Helps recover by deleting and restarting the eval or inspecting logs.
Apollo Connectors for GraphQL
Development
Guide for integrating REST APIs into GraphQL supergraphs using Apollo Connectors with @source and @connect directives. Provides a structured 5-step process for researching, implementing, validating, executing, and testing connectors. Ideal when building GraphQL schemas that need to incorporate existing REST endpoints.
Git Worktree Workflow for Parallel Development
DevOps
Provides a structured workflow for using Git worktrees to work on multiple branches simultaneously. Ideal when you need to develop features, fix bugs, or run experiments in parallel without switching branches or stashing changes. Includes commands for creating, managing, and cleaning up worktrees, as well as naming and organizational conventions.
HiGHS - High Performance Mathematical Optimization
Data & AI
Provides comprehensive assistance with HiGHS, an open-source solver for linear, mixed-integer, and quadratic programming. Helps users set up, modify, and solve optimization models programmatically in Python, C++, Julia, and other languages. Useful for production-level optimization tasks requiring high performance and parallel solvers.
Ralph Ultra Autonomous Loop
Development
Launches an autonomous loop that iterates through PRD stories, performing pre-flight checks, story selection with dependency awareness, prompt construction, execution, verification, and failure handling with circuit breaker and checkpointing. Useful when you need to execute a full PRD plan without manual intervention, with options for security modes and resumability.
GitHub CLI - Repository Management
Development
Interacts with GitHub repositories, pull requests, and issues using the `gh` command-line tool. Helpful for listing PRs, viewing issues, checking out PRs locally, or creating releases.
Create Git Pull Requests
Development
Creates pull requests with structured descriptions, issue references, and labels. Handles draft mode, reviewer assignment, and base branch selection. Best used when submitting code for review after pushing commits.
Doublet Streamline Model Physics
Development
Validates code and provides physics reasoning for 2-D injection-production doublet model using streamline methods. Use for streamline geometry modifications, transport calculations, and debugging simulation behavior.