Bryce Labs Toolkit - Claude Code plugins for AI-assisted development
npx claudepluginhub bryceewatson/bryce-labs-toolkitSpec-driven development: Specification → Planning → Implementation → Review with internal quality gates
A collection of reusable Claude Code skills, tools, and templates for AI-assisted development workflows.
Claude Code writes detailed JSONL session transcripts for every interaction — messages, tool calls, token usage, decisions. These files accumulate in ~/.claude/projects/ but nobody reads them. This toolkit's session analysis skills make that data actionable: post-session QA, cost tracking, pattern mining, and lesson extraction.
Beyond session analysis, the toolkit includes skills for branch cleanup, story mining, and a spec-driven development plugin.
| Command | Skill | What It Does |
|---|---|---|
/review-session | session-reviewer | QA the most recent session's file writes |
/cost-report | cost-tracker | Analyze token costs across last 20 sessions |
/mine-sessions | transcript-miner | Extract patterns from session history |
# Clone the repo
git clone https://github.com/BryceEWatson/bryce-labs-toolkit.git
cd bryce-labs-toolkit
# List available skills
./tools/skills-sync --list
# Install session analysis skills to your project
./tools/skills-sync --project /path/to/your-project --skill session-reviewer
./tools/skills-sync --project /path/to/your-project --skill cost-tracker
./tools/skills-sync --project /path/to/your-project --skill transcript-miner
# Test the parser on your sessions
node tools/parse-transcripts.js --list
node tools/parse-transcripts.js --recent 5 --mode summary
# Run the test suite
node tests/test-parser.js
# Use slash commands in Claude Code
# /review-session
# /cost-report
# /mine-sessions decisions
On Windows (CMD/PowerShell):
tools\skills-sync.cmd --list
tools\parse-transcripts.cmd --list
All session types (CLI, VS Code, Desktop, Cowork) write JSONL transcripts to:
~/.claude/projects/<encoded-project-path>/sessions/<uuid>.jsonl (newer)
~/.claude/projects/<encoded-project-path>/<uuid>.jsonl (older)
The path encoding replaces / with - (e.g., /home/user/myapp → -home-user-myapp). On Windows, C:\Users\Bryce\Projects\foo becomes c--Users-Bryce-Projects-foo.
On Windows, the base may be %APPDATA%/Claude/ instead of ~/.claude/.
Important: The directories local-agent-mode-sessions/ and claude-code-sessions/ contain session registry files for the Desktop sidebar — they do NOT contain JSONL transcripts.
Plugins are installed via the Claude Code marketplace:
# Add the marketplace source (one-time)
/plugin marketplace add BryceEWatson/bryce-labs-toolkit
# Install a plugin
/plugin install spec-workflow@bryce-labs
# Install a single skill
./tools/skills-sync --project /path/to/your-project --skill lessons-extractor
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations