gf-labs

46 mods across 3 repositories, 6 stars between them.

tools

01

gf-labs/claude-toolbox

Plugin Claude Code

Session lifecycle management for Claude Code — orient, checkpoint, close out, and never lose the thread between sessions.

2 1mo ago A tokens not measured original MIT

gf-labs/claude-toolbox

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.

2 1mo ago C 1,367 tokens original MIT

explore

04

gf-labs/claude-toolbox

Agent

Fast codebase explorer — finds files, searches code, answers structure questions.

2 1mo ago A 17 tokens original MIT

git-policy-auditor

05

gf-labs/claude-toolbox

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 ".

2 1mo ago A 72 tokens original MIT

plan

06

gf-labs/claude-toolbox

Agent

Implementation planner — reads codebase, returns a phase-by-phase plan. No writes.

2 1mo ago A 19 tokens original MIT

review

07

gf-labs/claude-toolbox

Agent

Structured code review — diff analysis, readability, correctness, and security. Read-only.

2 1mo ago A 19 tokens original MIT

summarize

08

gf-labs/claude-toolbox

Agent

Session summarizer — given a JSONL session path, returns a concise summary of what happened.

2 1mo ago A 23 tokens original MIT

atlas

10

gf-labs/claude-toolbox

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…

2 1mo ago A 125 tokens original MIT

brief

12

gf-labs/claude-toolbox

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).

2 1mo ago B 52 tokens original MIT

cleanup

13

gf-labs/claude-toolbox

Command

Clean up old Claude session artifacts — extract context, then delete.

2 1mo ago D 12 tokens original MIT

consolidate-tasks

14

gf-labs/claude-toolbox

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.

2 1mo ago A 42 tokens original MIT

overview

16

gf-labs/claude-toolbox

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.

2 1mo ago A 47 tokens original MIT

pin

17

gf-labs/claude-toolbox

Command

Break checkpoint — status display, session log, optional MEMORY.md update.

2 1mo ago A 13 tokens original MIT

recap

18

gf-labs/claude-toolbox

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).

2 1mo ago A 63 tokens original MIT

search-sessions

19

gf-labs/claude-toolbox

Command

Search session history by keyword — returns matching sessions with title and prompts.

2 1mo ago A 13 tokens original MIT

status

20

gf-labs/claude-toolbox

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).

2 1mo ago B 51 tokens original MIT

wrap

21

gf-labs/claude-toolbox

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.

2 1mo ago A 46 tokens original MIT

PreToolUse

22

gf-labs/claude-toolbox

Hook

Runs before the agent uses a tool for Bash tool calls, executing git-guard.py via python3. From gf-labs/claude-toolbox.

2 1mo ago A tokens not measured original MIT

SessionStart

23

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.

2 1mo ago A tokens not measured original MIT

PostToolUse

24

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.

2 1mo ago A tokens not measured original MIT