Find the perfect skill
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.
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.