Skip to main content
ClaudeWave
Slash Command3.8k repo starsupdated 3mo ago

git_status

The git_status command examines the current state of a Git repository by executing status checks, comparing the HEAD branch against origin/main, identifying the active branch, and reviewing the README.md file. Use this command when needing a quick overview of uncommitted changes, branch information, and how local work diverges from the remote main branch.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/git_status.md -o ~/.claude/commands/git_status.md
Then start a new Claude Code session; the slash command loads automatically.

git_status.md

# Git Status

Read the `Files` and run the `Commands` and summarize the current state of the git repository.

## Commands

- Current Status: !`git status`
- Current diff: !`git diff HEAD origin/main`
- Current branch: !`git branch --show-current`

## Files
@README.md
hello-world-agentSubagent

Simple greeting agent, use proactively when greeting the user. If they say 'hi claude' or 'hi cc' or 'hi claude code' use this agent.

llm-ai-agents-and-eng-researchSubagent

AI research specialist that proactively gathers latest news and developments in LLMs, AI agents, and engineering. Use for staying current with AI/ML innovations, finding actionable insights, and discovering new tools and techniques.

meta-agentSubagent

Generates a new, complete Claude Code sub-agent configuration file from a user's description. Use this to create new agents. Use this Proactively when the user asks you to create a new sub agent.

work-completion-summarySubagent

Proactively triggered when work is completed to provide concise audio summaries and suggest next steps. If they say 'tts' or 'tts summary' or 'audio summary' use this agent. When you prompt this agent, describe exactly what you want them to communicate to the user. Remember, this agent has no context about any questions or previous conversations between you and the user. So be sure to communicate well so they can respond to the user. Be concise, and to the point - aim for 2 sentences max.

buildSlash Command

Implement the plan

crypto_researchSlash Command

Execute comprehensive cryptocurrency research using all crypto agents

crypto_research_haikuSlash Command

Execute lightweight cryptocurrency research using haiku agents

planSlash Command

Creates a concise engineering implementation plan based on user requirements and saves it to specs directory