Sign In

@towles/tool

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@towles/tool

One off quality of life scripts that I use on a daily basis.

latest
Source
npmnpm
Version
0.0.158
Version published
Maintainers
1
Created
Source

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 (not tt) 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's tt-agentboard for 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-tool

Global Install

bun install -g towles-tool

From Source

git clone https://github.com/ChrisTowles/towles-tool.git
cd towles-tool
bun install
bun link

CLI Commands

Observability

CommandDescription
ttt graphToken Usage (auto-opens)
ttt graph --session <id>Single session
ttt graph --days 14Filter to last N days

Git

CommandDescription
ttt gh branchCreate branch from GitHub issue
ttt gh prCreate pull request
ttt gh branch-cleanDelete merged branches

Journaling

CommandAliasDescription
ttt journal daily-notesttt todayWeekly/daily
ttt journal meetingttt mMeeting notes
ttt journal notettt nGeneral notes

Utilities

CommandDescription
ttt configShow configuration
ttt doctorCheck dependencies
ttt installConfigure Claude Code settings

Claude Code Skills

SkillDescription
/tt:planCreate implementation plan
/tt:improveSuggest codebase improvements
/tt:refactor-claude-mdFix grammar/spelling
/tt:refineFix grammar/spelling

Guidelines

License

MIT © Chris Towles

FAQs

Package last updated on 16 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts