Find the perfect skill
Create a GitHub PR
Development
Push the current branch and open a PR using the project's PR template. Updates the CHANGELOG and runs pre-commit checks.
Import Figma to Lumos
Development
Build Lumos design tokens from a messy Figma file, avoiding invented variables and asking the right questions to reconcile inconsistencies.
Backend Architecture Patterns
Development
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring.
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.
Shesha Workflow Code Generation
Development
Generates Shesha workflow artifacts for .NET applications using ABP framework with NHibernate. Creates workflow instances, definitions, managers, service tasks, extension methods, and FluentMigrator database migrations. Use when scaffolding or updating workflow-related classes, steps, conditions, or database tables in a Shesha project.
Fetch GitHub Issue AI Analysis
Development
Fetch GitHub issue details with AI analysis comment for architecture planning in automated workflows.
Sentry Known Pitfalls
Development
Execute common Sentry pitfalls and how to avoid them. Use when troubleshooting Sentry issues, reviewing configurations, or preventing common mistakes.
Bulk ASC Subscription Localization
Development
Bulk-localize subscription and IAP display names across all App Store locales using asc. Eliminate manual entry in App Store Connect.
Web Accessibility - WCAG 2.2 AA
Development
Build accessible web UIs meeting WCAG 2.2 AA. Apply principles to HTML, CSS, JSX, TSX, React, Vue, Svelte components, pages, forms, modals, email templates.
Commit Message Generation
Development
Generate a commit message from staged changes following the repository convention (gitmoji, type, scope).
Claude Skill Creation
Development
Guide for creating effective Claude skills, covering design principles and file structure.
Multi-Agent Code Review
Development
Runs 5 specialized review agents in parallel for correctness, quality, architecture, test coverage, and security. Acts as a pre-push ADLC review gate before CI.