Find the perfect skill
Open PR for Meshtastic-Android
Development
Push branch and open a draft PR with body drafted per repo instructions. Includes baseline checks, screenshots, and SOP adherence.
Sharding Strategies for Multi-Tenant Databases
Development
Horizontal scaling patterns for multi-tenant databases, covering shard key selection, consistent hashing, and shard management.
OpenSpec OMX Bridge
Development
Translate OMX exploration conclusions into executable OpenSpec contracts without duplicating protocols or preserving superseded drafts.
Create a composable (useX)
Development
Create a reusable Vue composable (useX) with tests, following TrackGrowth conventions and Pinia vs composable distinction.
Python Packaging
Development
Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI.
Worktree Manager
Development
Create, manage, and cleanup git worktrees with Claude Code agents across all projects. Enables parallel development branches using isolated worktrees.
Home Assistant PR Reviewer
Development
Reviews Home Assistant GitHub pull requests and provides feedback comments directly in the console, using gh CLI and dedicated sub-agent skills.
Pulumi Registry Tools
Development
List all available Pulumi Registry commands, grouped by category.
Conventional Git Commit
Development
Create Git commits with conventional commit messages in Japanese, focusing on what was solved.
Android Kotlin Development
Development
Develop native Android apps with Kotlin using MVVM, Jetpack Compose, Retrofit, Room, and Navigation.
Pull Request Review
Development
Reviews a GitHub pull request by analyzing the diff, test coverage, and CI results. Checks coherence with the existing codebase, design patterns, and linked issue requirements. Useful for thorough code reviews focused on correctness and maintainability, avoiding style nitpicks.
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.