https://github.com/metroxe/cig-loop
https://github.com/metroxe/cig-loop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metroxe/cig-loop
- Owner: Metroxe
- Created: 2026-02-10T22:50:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-18T10:05:51.000Z (4 months ago)
- Last Synced: 2026-02-18T14:12:08.922Z (4 months ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Cig Loop
**Cig Loop** is a ralph loop library for Claude Code. Skips the setup, gives you boilerplates, and adds quality-of-life so you can focus on your prompt.
We measure costs in cigarettes. A cigarette burns at roughly the same speed Opus tokens stream, and costs about the same per minute. So we track time in cigs and costs in packs.
## Install
```bash
curl -fsSL https://raw.githubusercontent.com/Metroxe/cig-loop/main/install.sh | bash
```
## Run
```bash
cig-loop
```
Runs the loop interactively. For non-interactive / CI usage:
```bash
cig-loop -p ./PROMPT.md -i 10 -m opus --no-interactive
```
## Boilerplate
```bash
cig-loop boilerplate
```
Pulls a starter template so you don't write the same scaffolding twice. `--list` to see what's available, `--name ` to skip the menu.
## Update
```bash
cig-loop update
```
Self-updates the binary in place.