Cpp banner
anyproto anyproto

Cpp

Git community

Description

--- allowed-tools: Bash(git branch:*), Bash(git status:*), Bash(git log:*), Bash(git diff:*), Bash(git fetch:*) --- # Commit, review, push, pull request ## Git Context (Precomputed) - **Fetch**: !`git fetch origin develop 2>/dev/null || echo "(fetch failed)"` - **Current branch**: !`git branch --show-current` - **Staged files**: !`git diff --cached --name-only` - **Unstaged changes**: !`git status --short` - **Recent commits**: !`git log --oneline -5` ## Usage ``` /cpp [in branch <branch-name

Installation

Installs to ~/.claude/commands/anyproto-anytype-swift-cpp.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/anyproto/anytype-swift/HEAD/.claude/commands/cpp.md -o ~/.claude/commands/anyproto-anytype-swift-cpp.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository