Find the perfect skill
GitHub Shipment Tracker
Development
Analyzes merged pull requests and closed issues across GitHub repositories to generate an interactive HTML report summarizing what was shipped over a given time period. Useful for visualizing team progress, sprint results, or quarterly deliveries.
Validating API Schemas
Development
Validate API schemas against OpenAPI, JSON Schema, and GraphQL specifications. Use when validating API schemas and contracts.
Post-merge Git branch cleanup
Development
Post-merge Git branch cleanup with safety checks. Automatically detects the base branch, updates it via fast-forward, and deletes the merged branch. Supports dry-run, force deletion, and configurable protected branches.
Build and Improve Slash Commands
Development
Build, adapt, and validate slash commands for Claude Code. Includes workflows for creating multi-phase commands and improving existing ones.
Diagnosing Bugs
Development
A disciplined methodology for diagnosing hard bugs and performance regressions. Focuses on building a tight feedback loop to isolate and fix issues efficiently.
Kanji Index Maintenance
Development
Provides guidelines for maintaining the kanji index feature in a dictionary. Covers assigning kanji IDs using a format of sequential number, on'yomi, kun'yomi, and gloss, as well as rebuilding index files and troubleshooting missing links or incorrect entry counts.
Sentry Known Pitfalls
Development
Execute common Sentry pitfalls and how to avoid them. Use when troubleshooting Sentry issues, reviewing configurations, or preventing common mistakes.
iPhone Accessibility Improvement
Development
Improves iPhone app accessibility with a focus on VoiceOver compatibility and WCAG AA standards. Handles Liquid Glass design challenges with proper accessibility attributes.
SwiftUI 2027 New Features
Development
New SwiftUI APIs, behaviors, and deprecations for the 2027 OS releases. Helps resolve source incompatibilities and deprecation warnings.
Run Local Services with Auto-Recovery
Development
Start all local services (backend, frontend, docs) with pre-flight dependency checks, port conflict resolution, and automatic error recovery.
Technical Debt Analysis and Remediation
Development
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt and create actionable remediation plans.
Diagnose
Development
Disciplined diagnosis loop for hard bugs and performance regressions: reproduce, minimise, hypothesise, instrument, fix, and regression-test.