Find the perfect skill
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.
Harden Claude Skills: Audit & Rewrite
Development
Audits and rewrites a Claude skill file to enforce visibility flags, deterministic steps, and self-verification. Produces a hardened skill with a changelog.
Author Nx Migration
Development
Author or scope a first-party Nx migration. Use whenever code removes, renames, or deprecates options/flags/executors/generator-schema fields, changes a default, or bumps a dependency.
Open PR with pre-flight checks
Development
Push a branch and open a pull request after automatic pre-flight checks (build, clippy, tests, rebase).
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.