Attach AI conversation transcripts to git commits as git notes. Automatically captures the prompts, reasoning, and decisions from your Claude Code session — scoped to just the conversation since your last commit.
Developer tools and workflow extensions for Claude Code, from The New Guard.
# Register the marketplace (one-time)
/plugin marketplace add thenewguardai/tng-toolbox
# Install what you need
/plugin install chronicle@tng-toolbox
| Plugin | What it does | Status |
|---|---|---|
| chronicle | Attach AI conversations to git commits as notes — automatic provenance for every commit | ✅ v0.1.0 |
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.
You can install from the marketplace (recommended):
/plugin marketplace add thenewguardai/tng-toolbox
/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
See CONTRIBUTING.md.
MIT
Built by The New Guard AI · Newsletter · GitHub
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub thenewguardai/tng-toolbox --plugin chronicleCapture AI coding sessions to understand intent
Git storytelling guidance - helps commit work thoughtfully to tell the story of your development process.
Automatically backup your work with git commits after each Claude session
Intelligent git commits with conventional format, semantic analysis, and changelog generation
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Automatic branch-specific CLAUDE.md memory management. Switches your Claude Code context when you change git branches.