Starters & Other · Claude Code mod cc-changelog-plugin
/whatsnew opens an interactive pane with the unofficial Claude Code changelog: releases, search and an entry reader.
The minimal demo mod: a live token and cost panel above the prompt with clickable buttons and its own animation thread.
Starters & Other mod for Claude Code by sawzhang · built on function hooks · runs inside Claude Code
Step 0, once: enable function hooks with export CLAUDE_CODE_ENABLE_FUNCTION_HOOKS=1 (bash/zsh), $env:CLAUDE_CODE_ENABLE_FUNCTION_HOOKS="1" (PowerShell), or put it under env in ~/.claude/settings.json. Needs Claude Code 2.1.269+. Guide
git clone https://github.com/sawzhang/hello-mod && cd hello-mod claude --plugin-dir .
[](https://claudemods.ai/mods/hello-mod) Read this one first if you want to build your own. A small hooks module that draws a panel above the prompt, handles button presses and runs an animation on the drawing thread. Links to the official mods folder and cc-arcade as references.
New to mods? Start here. claudemods.ai is an independent catalog, not affiliated with Anthropic. Listings are contributed by the community and link to third-party code. Read the source before installing; mods run inside Claude Code with the permissions of your session. Something wrong with this listing? Tell us.
Starters & Other · Claude Code mod /whatsnew opens an interactive pane with the unofficial Claude Code changelog: releases, search and an entry reader.
Starters & Other · Claude Code mod OpenTelemetry for Claude Code plugins: adds $.autotel in engine.create, traces every hook dispatch, shows tool-call duration on its row.
Starters & Other · Claude Code mod A sample mod that wraps every tool call with a running notice and a duration toast, plus /tool-stats, /skill-stats and /agent-stats.