Find the perfect skill
Revert by Logical Work Unit
Development
Revert changes by logical work unit (track, phase, or task) with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks.
Delete Runbook
Development
Deletes a registered runbook by name from .claude/runbooks.json. Requires user confirmation before removal and preserves the file structure even when empty. Helps clean up outdated automations.
Capacitor App Upgrade v6 to v7
Development
Guides the agent through upgrading a Capacitor app from v6 to v7, including package updates, native sync, and build verification.
Create/Modify MIP Proposal
Development
This skill assists in creating or updating a Maker Improvement Proposal (MIP) by handling boilerplate code, chain-specific address configuration, and naming conventions. It enforces correctness by requiring compilation and test verification before committing. Helpful for developers working on MIP-related smart contract changes.
Create JPA Persistence Adapter
Development
Scaffold or update a JPA outbound adapter (entity, repository, mapper, adapter class) for a domain aggregate. Generates four files in adapter/outbound/db.
Pull Request Compliance
Development
Skill to invoke before any PR to ensure compliance with branch naming, changelog requirements, and reviewer assignment.
Pull Request Command
Development
Creates a GitHub PR with AI summary, categorizes changes, runs pre-flight CI, checks code health, and syncs with main.
Open Code Review Delegation Mode
Development
Use open-code-review CLI for deterministic file selection and rule resolution while the host agent performs the actual code review with its own LLM capabilities.
Create GitHub Pull Request
Development
Create a GitHub PR with a concise, issue-linked description. Updates changelog, pushes branch, and generates a conventional commit-style title.
Global Conventions
Development
Follow project-wide conventions for structure, documentation, version control, environment config, and dependencies. Ideal for organizing files, writing READMEs, commit messages, and managing configs.
Frontend CSS Tailwind
Development
Guides writing consistent, maintainable CSS using Tailwind utility classes and design system tokens. Helps minimize custom CSS by leveraging framework utilities, and ensures production optimization through tree-shaking and purging. Best used when implementing Tailwind in React components, configuring theme extensions, or maintaining design consistency.
Universal Code Review
Development
Performs pre-merge code review for PRs, branches, commit ranges, and local working tree. Triggered by requests like 'review PR' or 'review this branch'.