tools
01Plugin Claude Code
Session lifecycle management for Claude Code — orient, checkpoint, close out, and never lose the thread between sessions.
Plugin Claude Code
Session lifecycle management for Claude Code — orient, checkpoint, close out, and never lose the thread between sessions.
Settings file Claude Code
Agent settings declaring 1 allowed tools.
Instructions file
Instructions for gf-labs/claude-toolbox, covering claude.md, what this is, how scripts are called, taskwarrior project slug (scripts/slug.py) and how to add a new command.
Agent
Fast codebase explorer — finds files, searches code, answers structure questions.
Agent
Audit a repository against the git-management policy and produce a compliance report plus a ready-to-apply migration plan. Read-only — it inspects and proposes, never mutates. Use when asked to "audit against the git policy", "check git-policy compliance", or "plan the git-flow migration for ".
Agent
Implementation planner — reads codebase, returns a phase-by-phase plan. No writes.
Agent
Structured code review — diff analysis, readability, correctness, and security. Read-only.
Agent
Session summarizer — given a JSONL session path, returns a concise summary of what happened.
Command
Answer a mid-task side question, then resume.
Command
Cross-project atlas with an adaptive render — ≤4 projects in scope get detail cards, more get one aligned digest line each, grouped by domain. Facets projects · sessions · memory · plans · specs · plugins · claude.md; a bare run renders all of them except plugins (opt-in, machine-global). --dir NAME|PATH anchors the…
Command
Add a task to TaskWarrior for this project.
Command
Cold-start session orientation — use when starting fresh or returning after a long absence (days or weeks). Scales depth to how long you've been away. Not for quick mid-session checks (use /tools:status) or planning (use /tools:overview).
Command
Clean up old Claude session artifacts — extract context, then delete.
Command
Consolidate all work items from this repo (or all repos with --discover) into TaskWarrior — section-aware scanning, sub-slug routing, dedup, bulk task creation, tombstoning.
Command
Claude Code environment + project health check.
Command
PM-style project overview — current state, recent work, backlog priorities, active plans, and sequencing recommendation. Project-scoped: reads from the current repo. Use at the start of a session or when deciding what to work on next.
Command
Break checkpoint — status display, session log, optional MEMORY.md update.
Command
Time-windowed "where was I?" — git commits, session notes, and files touched in the last N hours or days. Use after stepping away for a few hours or days. Not for cold starts after a long absence (use /tools:brief) or live development checks (use /tools:status).
Command
Search session history by keyword — returns matching sessions with title and prompts.
Command
Warm mid-session check — git detail, last session note, and in-progress backlog. Use when you still have mental context loaded and want a quick pulse. Not for cold starts (use /tools:brief) or planning (use /tools:overview).
Command
Use when the user wants to wrap up or end the session — "wrap", "I'm done", "close out", "end of session". Runs session log, git check, plan cleanup, backlog review, and done marker.
Hook
Runs before the agent uses a tool for Bash tool calls, executing git-guard.py via python3. From gf-labs/claude-toolbox.
Hook
Runs when a session starts, executing validate-env.py and setup-mcp.py via python3 (2 commands). From gf-labs/claude-toolbox.
Hook
Runs after a tool call finishes for Write, Edit and Write tool calls, executing collect-plan-map.py and lint-py.py via python3 (2 commands). From gf-labs/claude-toolbox.