Find the perfect skill
Install and Configure GitHub CLI (gh) for Agents
Development
Install and configure GitHub CLI (gh) for AI agent environments, with SHA256 verification, token authentication, and GitHub API management for issues, projects, and releases.
Git Worktree Creator
Development
Automatically creates an isolated Git worktree for parallel feature development. Copies environment files (`.env`, `.envrc`) from the root directory and runs `make setup` to prepare the development environment. Useful after planning to work on a feature without interfering with the main branch.
Verify Implementation
Development
Reviews implementation against issue requirements and coding standards, runs automated checks, and produces a gated report before acceptance criteria are ticked off.
Open PR for Meshtastic-Android
Development
Push current branch and open a draft PR following repo conventions. Run baseline checks first, then draft body per SOP.
Update Pull Request
Development
Updates an existing pull request with new changes, syncs the branch, and refreshes the description.
SpeedTree Subsystem Audit
Development
Audit the byroredux-spt crate: TLV walker, placeholder billboard fallback, and cross-cutting wiring for FNV/FO3/Oblivion games.
App Mockup Generation
Development
Generate static visual mockups of app screens in HTML, following a predefined design system.
Pull Request Creation with Verification
Development
Creates a pull request after verifying all checks pass and rebasing on the base branch. Handles the full ship workflow from push to PR creation.
Brainstorming Ideas Into Designs
Development
Explores user intent, requirements, and design before implementation through collaborative dialogue. Three paths (spike, bounded, architectural) with a mandatory approval gate before coding.
Conventional Git commits
Development
Creates conventional commits explaining why changes were made, using the type(scope): description format. Helps enforce a consistent commit style and automates the process of writing meaningful commit messages, especially when staging and saving changes.
Quick Git Commit & Push
Development
Quickly add, commit, and push changes to the current branch.
Claude Code Project Setup
Development
Guide for configuring projects for Claude Code, covering directory structure, settings, permissions, and team sharing best practices.