My personal tools for working with Claude Code, in the form of a Claude Code plugin plus a set of standalone CLI tools.
Skills:
agents-md— auditAGENTS.mdfiles against the code.
Hooks:
format-md— format Markdown with Prettier on every edit.
/plugin marketplace add cachelous/claude
/plugin install cc@cachelousFor local development, point at your clone instead so edits apply without pushing:
/plugin marketplace add ~/projects/claude
/plugin install cc@cachelousRun /reload-plugins after editing skills or hooks.
The following tools are available:
cc-sessions— list and delete past Claude Code sessions.cc-agents-md— bridge the AGENTS.md standard with Claude Code's CLAUDE.md.
uv tool install git+https://github.com/cachelous/claudeFor local development, install editable so edits take effect immediately:
uv tool install --editable ~/projects/claude