Plugin Claude Code
A belt of unrelated Claude Code plugins: a guided branch recap, a business-audience Slack changelog, a context hygiene setup, and two ways of surfacing a session's state outside the terminal.
Plugin Claude Code
A belt of unrelated Claude Code plugins: a guided branch recap, a business-audience Slack changelog, a context hygiene setup, and two ways of surfacing a session's state outside the terminal.
Skill Claude CodeCodex
Commands for validating, testing, iterating on, and releasing plugins in this marketplace (claude-toolbelt) — plugin validate, watcher-parity check, eval, --plugin-dir dev loop, plugin tag. Use when validating a plugin before pushing, running skill evals, developing a plugin without touching the installed cache, or…
Instructions file
Instructions for Malo-T/claude-toolbelt, covering claude.md, what this repository is, commands, architecture and conventions.
Plugin Claude Code
Tells you what your branch actually changed — what was done, why, and what deserves a second look, instead of the diff — then files the fixes into the commits they belong to.
Skill Claude CodeCodex
Takes stock of what a branch actually changed, before it gets pushed — works out the scope itself, then lays the change out group by group in one pass: files touched, what was done and why, how, and what deserves a second look, quoting code only where a remark needs it rather than reprinting the diffs. Closes on a…
Plugin Claude Code
Keeps a project's noise out of Claude's default context: audit-context measures where the budget is going, ignore-setup applies a managed .ignore, a Glob setting, and a short read-deny list for secrets, leaving every excluded path readable on purpose.
Skill Claude CodeCodex
Measures where a project's Claude context is going before applying any of clean-context's levers. Reports what Glob discovers with and without ignore files applied, the twenty largest files in the repo and which are generated, the cumulative size of every CLAUDE.md loaded for this working directory, and how many MCP…
Skill Claude CodeCodex
Set up a project so Claude stops discovering lockfiles, generated code, minified assets and binaries on every search — a managed .ignore, the Glob setting that makes Glob obey it, and a short read-deny list for secrets. Use when someone asks for a .claudeignore, asks to exclude files from the context, says Claude…
Plugin Claude Code
Turns what changed in a release into a Slack changelog a non-technical audience can read — filtered to what they'd notice, one theme, one bullet per idea, no code vocabulary.
Skill Claude CodeCodex
Turns what changed in a release into a Slack changelog a non-technical audience can read: filtered to what they would actually notice, one bullet per idea, plain language, no code vocabulary. Works out the scope itself across however many repositories sit in the working directory (a project can span several…
Plugin Claude Code
Marks the terminal tab with an icon that tells "it is done" apart from "it is blocked on you", where Claude Code shows the same star for both.
Hook
Runs when a session starts, executing watch.sh via bash. From Malo-T/claude-toolbelt.
Hook
Runs when the agent finishes a response, executing tab-title.sh via bash. From Malo-T/claude-toolbelt.
Hook
Runs on the StopFailure event, executing tab-title.sh via bash. From Malo-T/claude-toolbelt.
Hook
Runs when the agent sends a notification, executing tab-title.sh via bash. From Malo-T/claude-toolbelt.
Hook
Runs when a session ends, executing watch.sh and tab-title.sh via bash with --stop (2 commands). From Malo-T/claude-toolbelt.
Plugin Claude Code
Plays a short sound when Claude has finished, has failed, or wants something from you — so you look up at the right moment without watching the tab.