Find the perfect skill
Create a draft GitHub pull request
Development
Create a detailed draft pull request after pushing changes and checking the branch. Uses conventional commits format and integrates a local review.
Elixir Pro
Development
Master Elixir with OTP patterns, fault tolerance, and Phoenix LiveView for concurrent and distributed systems.
Advanced TypeScript Patterns
Development
Write precise TypeScript with generic constraints, conditional types, mapped types, branded types, type narrowing, the satisfies operator, and utility type composition. For advanced TypeScript patterns.
MBMM Command Generator
Development
Meta-command to generate a new MBMM custom slash command from a user request. Automatically writes YAML frontmatter and prompt instructions.
Create a compliant pull request
Development
Canonical process for opening a pull request on the current branch with proper labels, description and repo contribution guidelines.
Generate Commit Messages from Staged Changes
Development
Create commit messages from staged changes using repository conventions, including gitmoji, type, and scope. Can optionally execute the commit when requested.
Nix Package & Configuration Manager
Development
Automates Nix package and configuration management following Determinate Systems best practices. Handles adding, updating, and removing packages in a flake-based setup, with instructions for maintenance tasks like flake updates and profile upgrades.
Add Skill
Development
Guides the creation of a new skill for a Claude Code plugin by generating a SKILL.md file with frontmatter and instructions. Use when a user wants to extend a plugin's capabilities, prompting for required information like skill name, description, and behavior.
Inertia - Modern Frontend Development
Development
Build single-page applications using Inertia.js with React without writing a separate API. Navigate using `router.visit()` or the `<Link>` component, and handle forms with the built-in `<Form>` component that provides error handling, processing states, and success feedback.
Billing Automation
Development
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
Apply shadcn/ui to React pages
Development
Applies shadcn/ui components to React pages and components while integrating the project's custom theme.
Capacitor App Upgrade v6 to v7
Development
Guides upgrading a Capacitor app from version 6 to 7, covering package updates and native sync steps.