Claude Code Commands
Overview
A curated set of slash commands that extend Claude Code with productivity-focused workflows. Commands install via symlinks to ~/.claude/commands/, enabling automatic updates on git pull without reinstalling. Covers nine commands across common dev tasks: standup updates (with git log integration), PR and commit message generation, professional email drafting, action item extraction, branch naming, and GitHub PR creation via the GitHub CLI.
Commands Included
- /standup — Generate a standup update from notes
- /standup-git — Generate a standup update from yesterday's git commits
- /commit — Generate a conventional commit message
- /pr — Generate a pull request title and description
- /create-pr-github — Create a GitHub PR via the GitHub CLI
- /email — Draft a professional email from notes
- /action-items — Extract action items from text
- /tldr — Summarize text for a non-technical audience
- /create-branch — Generate a descriptive branch name
Technologies Used
ShellClaude CodeGitHub CLIDeveloper ToolingAutomation