Headlong
Headlong lets you write self‑modifying Bash agents that keep state across runs and can call LLMs recursively, all from the command line.
- •You need a lightweight, always‑on automation that can remember prior interactions without a separate server.
- •You want to embed LLM‑driven decision‑making directly into existing Bash scripts or CI pipelines.
- •You prefer a pure‑shell solution that avoids Python/Node runtimes and can run on any Unix box.
./headlong run my‑agent "Create a weekly report of sales from the CSV files in data/ and email it to finance@example.com"
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/headlong && curl -fsSL https://workflowstacks.com/api/skills/headlong/claude-skill -o ~/.claude/skills/headlong/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Headlong is a large Shell project (~29k lines across 154 code files, plus 111 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3bin/llmWhere the program starts running
- 4skills/README.mdInside skills/ — an example of what the AI is told to do
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/headlong && curl -fsSL https://workflowstacks.com/api/skills/headlong/claude-skill -o ~/.claude/skills/headlong/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.