Find the perfect skill
Ship: Auto-generate Conventional Commits
Development
Analyzes git changes to infer the appropriate conventional commit type (feat, fix, docs, etc.) and auto-generates a descriptive message, then stages, commits, and pushes. Useful for maintaining consistent commit history without manual message writing.
Kotlin and Android Development
Development
Assists with Kotlin code for Android development, covering project setup, type patterns (null safety, sealed classes), and error handling. Especially useful when working with Jetpack Compose and coroutines. Focuses on best practices and modern Android architecture.
Confidence-based Model Tier Escalation
Development
Defines when to escalate agent tasks from Haiku to Sonnet to Opus based on confidence signals like test failures, clippy warnings, or repeated rejections. Enforces a never-skip-tiers rule and includes a diagnostic step to distinguish model capability issues from other problems. Use this skill when an agent fails or underperforms to systematically determine the correct tier.
Code Review Orchestrator
Development
Orchestrates specialized subagents to perform a comprehensive code review and produce a markdown report. Works in PR mode (with --pr) or on the current branch, analyzing changes and invoking reviewers for Go, architecture, conventions, Bubble Tea, and documentation.
CoreWeave Repository Creation
Development
Guides users through creating a new CoreWeave GitHub repository using the cw CLI, with proper setup of team permissions, branch protection, and Backstage integration. Helpful when starting a new project that requires a standardized repository template.
PromptElo Setup
Development
Guides users through interactive setup of PromptElo settings, including server mode (global vs. self-hosted) and identity (anonymous or custom username). Useful for completing initial configuration or updating preferences.
Pull Request Summarizer
Development
Analyzes and summarizes a pull request by extracting context, changes, and impact. Useful for code reviews, onboarding to a PR, or preparing release notes.
Validate Capability Flow
Development
Validates a capability flow specification against framework schema constraints. Use after designing a process to ensure compliance with framework rules.
Local CI checks before merge
Development
Runs the local CI pipeline before merging or pushing, by executing `deno task ci`. Helps ensure code quality before creating a pull request. The pipeline includes type checking, tests, formatting, and linting.
Open Source Maintainer
Development
End-to-end GitHub repository maintenance for open-source projects. Use to triage issues, review pull requests, analyze contributor activity, and generate maintenance reports. It supports long-term repository health with human-in-the-loop workflows and persistent memory across sessions.
PR Title and Description Generator for Yadm Branch
Development
Generates a pull request title and description for a yadm branch. It gathers context, validates that the branch is not main and has commits, then outputs a formatted title and body following specific rules. Helps create consistent, ready-to-use PRs for dotfile changes.
Schema Markup & Structured Data
Development
Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. Use when adding, fixing, auditing, or scaling schema markup (JSON-LD) for rich results. Evaluates whether schema is justified, which types are valid, and how to deploy safely per Google guidelines.