What This Is

TNG Toolbox is a Claude Code plugin marketplace — a collection of independent plugins you install individually. Each plugin is self-contained with its own hooks, skills, commands, and scripts.

The collection focuses on developer workflow: git provenance, code review, testing, and the glue between AI coding sessions and your existing tools.


Plugins

PluginWhat it doesStatus
chronicleAttach AI conversations to git commits as notes — automatic provenance for every commitv0.1.0

More plugins shipping soon. Each one solves a specific workflow problem — no bloat, no dependencies between them.


Quickstart

# Register the marketplace (one-time)
/plugin marketplace add thenewguardai/tng-toolbox

# Install what you need
/plugin install chronicle@tng-toolbox

Or install a single plugin directly by URL:

/plugin install https://github.com/thenewguardai/tng-toolbox/tree/main/chronicle

Or clone and install locally:

git clone https://github.com/thenewguardai/tng-toolbox.git
claude --plugin-dir ./tng-toolbox/chronicle

Why This Exists

AI-assisted coding changes your workflow. Commits happen faster. Context shifts between you and the model. The provenance trail — who wrote what, why, and what the AI contributed — gets lost unless you capture it deliberately.

TNG Toolbox is the toolkit for that problem. Chronicle is the first plugin because provenance is the first thing that breaks when you start shipping with AI. More tools are coming for the gaps that show up next.


Contributing

The toolbox is open source under MIT. See CONTRIBUTING.md for guidelines on adding new plugins.