CLI tool with autonomous task runner (ralph), observability, and quality-of-life commands for daily development.
npm install @towles/toolPersonal CLI toolkit with autonomous task runner and developer utilities.
``bash`
claude plugin marketplace add ChrisTowles/towles-tool
claude plugin install tt@towles-tool
claude plugin update tt@towles-tool
`bash`
git clone https://github.com/ChrisTowles/towles-tool.git
cd towles-tool
pnpm install
pnpm start
| Command | Description |
| ----------------------------- | ---------------------- |
| tt ralph plan add "path.md" | Add plan from file |tt ralph plan list
| | View plans |tt ralph plan done
| | Mark complete |tt ralph plan remove
| | Remove plan |tt ralph show
| | Show plan with mermaid |tt ralph run
| | Run (auto-commits) |tt ralph run --planId 5
| | Run specific plan |
| Command | Description |
| ------------------------- | ------------------------ |
| tt graph | Token Usage (auto-opens) |tt graph --session
| | Single session |tt graph --days 14
| | Filter to last N days |
| Command | Description |
| -------------------- | ------------------------------- |
| tt gh branch | Create branch from GitHub issue |tt gh pr
| | Create pull request |tt gh branch-clean
| | Delete merged branches |
| 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 |
| Command | Description |
| ------------ | ------------------------------ |
| tt config | Show configuration |tt doctor
| | Check dependencies |tt install
| | Configure Claude Code settings |
| Skill | Description |
| ------------------------ | ----------------------------- |
| /tt:plan | Create implementation plan |/tt:improve
| | Suggest codebase improvements |/tt:refactor-claude-md
| | Fix grammar/spelling |/tt:refine` | Fix grammar/spelling |
|
- Architecture - CLI structure, plugin system, tech stack
- Claude Code Planning and Running Usage - "Claude Code" autonomous runner
- CICD via GitHub Actions - Automated release workflow
- Testing - Info about Tests