Skip to content

meistrari/claude-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Claude Commands

Custom slash commands for Claude Code to automate development workflows.

Commands

  • /commit - Analyzes your changes and creates well-structured commits following conventional commit format
  • /pr - Creates pull requests with comprehensive descriptions and structured commit history

Installation

Project-specific

mkdir -p .claude/commands
cp commit.md .claude/commands/
cp pr.md .claude/commands/

Global

mkdir -p ~/.claude/commands
cp commit.md ~/.claude/commands/
cp pr.md ~/.claude/commands/

License

MIT

About

Repository for chefs to share useful Claude Slash Commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published