Find the perfect skill
SOP: Code Review Workflow
Development
Orchestrates a multi-agent code review with automated checks and parallel specialized reviewers covering quality, security, performance, and documentation. Follows a structured 4-hour timeline to ensure thorough yet efficient review.
Skill Review
Development
Reviews a skill folder for clarity, trigger quality, and maintainability, returning findings and proposed edits.
Create Pull Requests
Development
Automates creation of high-quality pull requests: commits, feature branches, rebasing, and pushing via GitHub CLI.
SQLite Query Performance Tuning
Development
Specialized in SQLite query performance optimization. Diagnoses slow queries, analyzes execution plans, designs indexes, and rewrites queries to improve performance.
Scene Architecture & Management in Godot
Development
Design and manage Godot 4 scene trees, transitions, and lifecycle. Covers scene composition, instancing, and loading methods (including async and additive). Helps create maintainable games with reusable components and smooth level/menu transitions.
Install Obelisk CLI and Agent Skill
Development
Bootstrap guide for installing the Obelisk CLI and the /obelisk agent skill, with scope selection. Use when the obelisk command is missing or for repair.
Find Dart/Flutter Release for a Commit
Development
Finds the lowest Dart/Flutter release containing a specific commit, for stable, beta, or dev channels.
Scripting Subsystem Audit
Development
Deep audit of the M30/M47 scripting domain: .pex decompiler, Papyrus parser, AST→ECS recognizer chain, ECS runtime, and cell-loader attach path. Focuses on high-risk areas.
Clerk authentication for native Android
Development
Implement Clerk authentication in native Android apps using Kotlin and Jetpack Compose, following clerk-android SDK patterns.
API Contract Standardization
Development
Standardizes API responses (pagination, errors, status codes, envelopes) with TypeScript types and middleware.
Vector Icon Libraries Guide
Development
Guide to vector icon libraries: 10+ libraries, 200K+ icons, with decision matrices and frontend implementation best practices.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits. Handles single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check.