skill-creator
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Code Review
Review uncommitted/unstaged changes against the main/master branch for correctness, security, and best practices. Analyzes logic gaps, integration issues, and verifies that changes work with the existing code. Use this when you want to review your local changes before committing.
zendesk-markdown
Convert Markdown text to Zendesk-compatible HTML. Use when the user needs to format content for Zendesk tickets, macros, triggers, or automations.
review-pr-comments
Review PR comments, validate which are actionable and correct, and propose fixes for valid ones. Use when user wants to address feedback on a pull request.
onboard
Thoroughly analyze and understand the current codebase to enable effective work on any task. Use when starting work in an unfamiliar repo.
branch-and-pr
Create a branch from unstaged changes, commit with conventional message, and open a PR. Use when user wants to quickly ship current work.