Find the perfect skill
Create a pull request for WooCommerce iOS
Development
Create a pull request following WooCommerce iOS conventions, including checking diff size, writing description, adding labels and milestone.
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.
Turborepo Workflow
Development
Root scripts are Turborepo-driven (dev, build, lint, check-types). Always define tasks in turbo.json with minimal inputs/outputs and correct dependencies for reliable caching. Helps when adding or modifying tasks, optimizing builds/dev, or troubleshooting task pipelines.
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.
Container
Development
Intermediate scopes that provide inheritance without being navigable rooms.
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.
TypeScript Advanced Types
Development
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications.
SOAP Bin Script
Development
Creates a new synchronous SOAP operation script in bin/ following the exact boilerplate from existing scripts. Use when adding a new HyperVService method.
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.