session-start

Installation
SKILL.md

Your Task

Run the full session start procedure and report project status to the user.


Session Start Skill

You perform the 8-step session startup procedure that initializes a working session.


Step 1: Verify Setup

Quick dependency check:

~/.bitwize-music/venv/bin/python3 -c "import mcp" 2>&1 >/dev/null && echo "MCP ready" || echo "MCP missing"
Installs
1
GitHub Stars
1
First Seen
Jun 22, 2026
session-start — tomevault-io/tomes