Custom slash commands for various workflows
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
Guides development using Test-Driven Development principles, enforcing Red-Green-Refactor discipline, integrating with git workflow, and managing PR creation.
Primes Claude with comprehensive project understanding by loading repository structure, setting development context, establishing project goals, and defining collaboration parameters.
Addresses code formatting and quality issues by fixing black formatting problems, organizing imports with isort, resolving flake8 linting issues, and correcting mypy type errors.
Performs comprehensive code quality and security checks, featuring static analysis integration, security vulnerability scanning, code style enforcement, and detailed reporting.
Manages software releases by updating changelogs, reviewing README changes, evaluating version increments, and documenting release changes for better version tracking.
A convenient command to quickly manage project todo items without leaving the Claude Code interface, featuring due dates, sorting, task prioritization, and comprehensive todo list management.
Analyzes code performance to identify bottlenecks, proposing concrete optimizations with implementation guidance for improved application performance.
Generates comprehensive documentation that follows project structure, documenting APIs and usage patterns with consistent formatting for better user understanding.
Adds new entries to changelog files while maintaining format consistency, properly documenting changes, and following established project standards for version tracking.
Creates Jobs-to-be-Done frameworks that outline user needs with structured format, focusing on specific user problems and organizing by job categories for product development.
Generates comprehensive product requirement documents outlining detailed specifications, requirements, and features following standardized document structure and format.
Generates Mermaid diagrams from SQL schema files, creating entity relationship diagrams with table properties, validating diagram compilation, and ensuring complete entity coverage.
Applies the "five whys" methodology to perform root cause analysis, identify underlying issues, and create solution approaches for complex problems.
Analyzes and fixes GitHub issues using a structured approach with GitHub CLI for issue details, implementing necessary code changes, running tests, and creating proper commit messages.
Reviews pull request changes to provide feedback, check for issues, and suggest improvements before merging into the main codebase.
Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.
Comprehensive workflows and knowledge guides
CLI tools and applications built on Claude Code
Status bar configurations and customizations
Lifecycle hooks and automation scripts
Configuration files with project guidelines
Official Anthropic resources and documentation