Collection of tools and utilities for AI coding agents and IDEs.
| Tool | Agent/IDE | Description |
|---|---|---|
| claude-statusline | Claude Code | Custom two-line status line with session info, token usage, and quota monitoring. Multi-account aware via CLAUDE_CONFIG_DIR |
| claude-loop | Claude Code | Headless Ralph loop runner that survives subscription quota limits — sleeps until the window resets (fixed delay or target time) and resumes the same session. Multi-account aware |
| prompts | Any | Reusable prompt templates and system instructions (personas, rules, response styles) |
Each tool has its own installation instructions. Navigate to the tool's directory and follow the README.md.
Some tools include an install.sh script for automated setup:
cd claude-statusline
./install.shVary per tool — check each tool's README.md. Common ones:
- Python 3.10+ (claude-statusline)
- Bash + GNU coreutils (claude-loop)
- Git
MIT