スキル一覧に戻る
ChrisTowles

towles-tool

by ChrisTowles

Collection of small tools i'm moving into this singular repo

2🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: towles-tool description: Use towles-tool (tt) CLI for create plans to run claude code in a headless autonomous fashion.

towles-tool CLI

Personal CLI toolkit. Alias: tt

Config: ~/.config/towles-tool/towles-tool.settings.json

Ralph (Autonomous Runner)

Ralph is a Claude Code autonomous runner built into tt for planning and executing tasks.'

It uses "plans" defined in markdown files and calls Claude Code to complete tasks iteratively in a headless manner.

Commands

# Plan management
tt ralph plan add "path.md"         # Add plan from file
tt ralph plan list                  # View plans
tt ralph plan done 1                # Mark complete
tt ralph plan remove 1              # Remove plan

# View
tt ralph show                       # Show plan with mermaid graph
tt ralph show --copy                # Copy to clipboard

# Execution
tt ralph run                        # Run (auto-commits by default)
tt ralph run --no-autoCommit        # No auto-commits
tt ralph run --planId 5             # Focus on specific plan
tt ralph run --maxIterations 20     # Limit iterations

Plan Files

Usally in docs/plans/{YYYY}-{MM}-{DD}-{plan-goal}.md

Git

tt gh branch        # Create branch from GitHub issue
tt gh pr            # Create pull request
tt gh branch-clean  # Delete merged branches

Journaling

tt journal daily-notes  # Weekly file, daily sections (alias: tt today)
tt journal meeting      # Meeting notes (alias: tt m)
tt journal note         # General notes (alias: tt n)

Utilities

tt config   # Show config (alias: cfg)
tt doctor   # Check dependencies
tt install  # Configure Claude Code settings

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です