send

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Current Project State (Auto-Captured)

Timestamp: !date '+%Y-%m-%d %H:%M:%S' Working Directory: !pwd Git Branch: !git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "Not in git repo" Git Status: !git status --short 2>/dev/null | head -10 || echo "No changes" Last Commit: !git log -1 --oneline 2>/dev/null || echo "No commits"

Context Directory: ![[ -d /tmp/claude-ctx ]] && echo "Exists" || echo "Does not exist - will create"


Note: If /tmp/claude-ctx/ does not exist, create it with:

mkdir -p /tmp/claude-ctx
cat > /tmp/claude-ctx/README.md << 'EOF'
# Claude Context Handoff Directory

This is an **ephemeral directory** for Claude Code session context handoff. Created by claude slash commands. '/context:send' and '/context:receive'.
Related skills
Installs
4
GitHub Stars
1
First Seen
Feb 28, 2026