An open API service indexing awesome lists of open source software.

https://github.com/metroxe/cig-loop


https://github.com/metroxe/cig-loop

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

![Cig Loop](logo.jpg)

# 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.