Find the perfect skill
Using TypeScript Generics
Development
Teaches generic constraints, avoiding any in generic defaults, and mapped types in TypeScript. Use when creating reusable functions, components, or types while maintaining type safety.
Feature-Driven Backlog Implementation
Development
Structured code development from sprint backlogs, including reading requirements, designing approach, implementing code, and documenting features.
Wallet Update
Development
Guides contributors through populating or updating feature data for an existing wallet in the Walletbeat project. Walks through filling in null feature fields with proper values, types, and refs, and ensures contributor files are set up correctly.
React Feature Flags Checker
Development
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels. Supports comparing channels with --diff, grouping by cleanup status with --cleanup, and CSV export. Helps diagnose flag-related inconsistencies across Meta internal and OSS channels.
Conventional Commits
Development
Format commit messages following the Conventional Commits specification: type, optional scope, and a concise description. Helps maintain a consistent and readable commit history. Useful for projects that follow semantic versioning or require changelog generation.
DayZ Development Orchestrator
Development
Dynamic documentation orchestrator for DayZ mod development. Supports vanilla, Community Framework, and Expansion for DayZ 1.28+.
iOS SwiftUI App Scaffold
Development
Scaffold a complete SwiftUI iOS app with offline-first persistence, push notification plumbing, CI, and tooling configuration.
Riverpod request cancellation and debouncing
Development
Learn to cancel Riverpod async requests with ref.onDispose and debounce rapid refreshes. Perfect for cleanup when a provider is disposed.
Create PR and check CI status
Development
Creates a pull request from the current branch, links it to an issue, and monitors CI status. Removes the wip label when checks pass.
New Skill Creator
Development
Creates a new Claude Code skill with comprehensive tests using the skill-builder framework.
Pull Request Creator
Development
Creates well-structured pull requests via gh pr create, handling commits, branches, and sync.
Python dependency management with uv
Development
Handles the full Python dependency lifecycle with uv: add/remove packages, sync environments, regenerate lock files, and run commands in the project environment.