Claude Code mod starters and examples

Small starting points and experiments for understanding the mod API. Generate the types for your installed Claude Code version and follow the repository instructions before adapting an example.

How to install Claude Code mods →

Browse Starters & Other mods

Starters & Other · Claude Code mod
New

hello-mod

The minimal demo mod: a live token and cost panel above the prompt with clickable buttons and its own animation thread.

Ssawzhang
Starters & Other · Claude Code mod
New

cc-changelog-plugin

/whatsnew opens an interactive pane with the unofficial Claude Code changelog: releases, search and an entry reader.

AAnExiledDev
Starters & Other · Claude Code mod
New

autotel

OpenTelemetry for Claude Code plugins: adds $.autotel in engine.create, traces every hook dispatch, shows tool-call duration on its row.

Jjagreehal
Starters & Other · Claude Code mod
New

tool-timer (sample 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.

UUtakataKyosui