@towles/tool
v0.0.154
Published
One off quality of life scripts that I use on a daily basis.
Downloads
3,185
Readme
Towles Tool
Personal CLI toolkit with developer utilities.
Installation
Claude Code Plugin
claude plugin marketplace add ChrisTowles/towles-tool
claude plugin install tt@towles-tool
claude plugin update tt@towles-toolGlobal Install
bun install -g towles-toolFrom Source
git clone https://github.com/ChrisTowles/towles-tool.git
cd towles-tool
bun install
bun linkCLI Commands
Observability
| Command | Description |
| ------------------------- | ------------------------ |
| tt graph | Token Usage (auto-opens) |
| tt graph --session <id> | Single session |
| tt graph --days 14 | Filter to last N days |
Git
| Command | Description |
| -------------------- | ------------------------------- |
| tt gh branch | Create branch from GitHub issue |
| tt gh pr | Create pull request |
| tt gh branch-clean | Delete merged branches |
Journaling
| Command | Alias | Description |
| ------------------------ | ---------- | ------------- |
| tt journal daily-notes | tt today | Weekly/daily |
| tt journal meeting | tt m | Meeting notes |
| tt journal note | tt n | General notes |
Utilities
| Command | Description |
| ------------ | ------------------------------ |
| tt config | Show configuration |
| tt doctor | Check dependencies |
| tt install | Configure Claude Code settings |
Claude Code Skills
| Skill | Description |
| ------------------------ | ----------------------------- |
| /tt:plan | Create implementation plan |
| /tt:improve | Suggest codebase improvements |
| /tt:refactor-claude-md | Fix grammar/spelling |
| /tt:refine | Fix grammar/spelling |
Guidelines
- Architecture - CLI structure, plugin system, tech stack
- CICD via GitHub Actions - Automated release workflow
- Testing - Info about Tests
