Find the perfect skill
Install MCP Server
Development
Installs MCP servers by running the `claude mcp add` command. Helps when you need to set up a new MCP server like GitHub or Filesystem, guiding you through name selection, scope (user or project), and environment variable configuration.
TypeScript Advanced Types
Development
Master TypeScript's advanced type system including generics, conditional types, mapped types, and utility types to build robust, type-safe applications.
Music Plugin Configuration
Development
Interactively sets up or edits the `~/.bitwize-music/config.yaml` configuration for a music plugin. Guides through required and optional settings like artist name, storage paths, and customizable overrides. Useful during initial setup or when changing configuration settings.
Done - Reset for next task
Development
Checks for any uncommitted changes using `git status --porcelain` and stops if any exist; otherwise switches to the default branch (master or main) and pulls the latest changes. Ensures a clean working directory ready for the next task.
I18n Internationalization Management
Development
Manages multilingual UI translations stored in JSON files under the translations/ directory. Synchronizes all locale directories with the English source of truth by adding missing keys and removing extra ones. Helps maintain consistency across 12 enabled languages.
Development workflow
Development
Provides commands and workflows for creating branches (fetch, detect default branch, kebab-case naming) and handling code review feedback (fetch pending comments, commit fixes, reply with commit SHA). Helps standardize branch practices and speed up PR review resolution on GitHub.
Domain-Driven Design (DDD)
Development
Provides expert guidance on implementing Domain-Driven Design (DDD) patterns including bounded contexts, aggregates, value objects, and domain events. Helps model complex business domains, establish a ubiquitous language, and design strategic context maps to align software architecture with business logic.
RevenueCat Status
Development
Provides a quick summary of a RevenueCat project configuration, including apps, products, entitlements, offerings, and webhooks. Helps you instantly assess the state of your project and spot potential issues like products not linked to entitlements or offerings missing packages.
Thoroughness
Development
Ensures comprehensive, complete implementation of complex tasks without shortcuts through systematic analysis, implementation, and verification phases. Essential for critical bugs and production deployments.
EasyPlatform Backend Development .NET
Development
Complete backend development guide for .NET 9 microservices using CQRS patterns, entities, validation, migrations, and message bus for Easy.Platform.
Run Configuration Management
Development
Manages persistent run configuration for commands: tracks execution history, acceptable warnings, and adaptive timeouts. Useful for validating, initializing, or cleaning up the command configuration file.
Symfony Maker - Intelligent Generator
Development
Automates Symfony code generation using official makers. Identifies and executes the appropriate maker, or generates an implementation plan if none exists.