@towles/tool
v0.0.158
Published
One off quality of life scripts that I use on a daily basis.
Readme
Towles Tool
Deprecated: I've switched to towles-tool-rs as my daily driver. This repo is no longer actively maintained, and its binary is now
ttt(nottt) so it doesn't collide with the Rust CLI. AgentBoard in particular is kept here only as a tmux-based reference example — see towles-tool-rs'stt-agentboardfor the actively developed, recommended version.
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 |
| -------------------------- | ------------------------ |
| ttt graph | Token Usage (auto-opens) |
| ttt graph --session <id> | Single session |
| ttt graph --days 14 | Filter to last N days |
Git
| Command | Description |
| --------------------- | ------------------------------- |
| ttt gh branch | Create branch from GitHub issue |
| ttt gh pr | Create pull request |
| ttt gh branch-clean | Delete merged branches |
Journaling
| Command | Alias | Description |
| ------------------------- | ----------- | ------------- |
| ttt journal daily-notes | ttt today | Weekly/daily |
| ttt journal meeting | ttt m | Meeting notes |
| ttt journal note | ttt n | General notes |
Utilities
| Command | Description |
| ------------- | ------------------------------ |
| ttt config | Show configuration |
| ttt doctor | Check dependencies |
| ttt 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
