ClaudeSuperPower

session-start

Skill

Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.

Install

git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git ~/.claude/skills/session-start

What is session-start?

Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Run shell commands

Declares Bash

Access the network

Declares WebFetch or WebSearch

~42 tokens of context used while enabled, before you invoke anything

All declared tools (7)
BashGlobGrepReadWebFetchWebSearchbitwize-music-mcp

Documentation

README · ~5 min read

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"        # macOS/Linux/WSL

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.