Loopx
LoopX lets you orchestrate long‑running AI agents (Codex, Claude, etc.) from a single Python‑based control plane so they can continue work across sessions and be governed centrally.
- •You need an AI‑agent to run a multi‑step workflow (e.g., code generation → testing → deployment) that may take hours or days.
- •You want to switch between different model back‑ends (Codex, Claude, etc.) without rewriting orchestration logic.
- •You require audit logs, retry policies, and state persistence for autonomous AI workers.
loopx run --agent reviewer --task "Run the unit‑test suite in ./todo-app, fix failing tests, and commit the changes" --output-dir ./todo-app
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/765b9d5a-af1d-4271-912c-bf038eacb6f7 && curl -fsSL https://workflowstacks.com/api/skills/765b9d5a-af1d-4271-912c-bf038eacb6f7/claude-skill -o ~/.claude/skills/765b9d5a-af1d-4271-912c-bf038eacb6f7/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Loopx is a very large Python project (~902k lines across 2495 code files, plus 953 test files). Setup is light: installs like a normal app. Reading the code is optional. 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
- 3loopx/cli.pyWhere the program starts running
- 4package.jsonDependencies and the commands it exposes
- 5loopx/__init__.pyInside loopx/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/765b9d5a-af1d-4271-912c-bf038eacb6f7 && curl -fsSL https://workflowstacks.com/api/skills/765b9d5a-af1d-4271-912c-bf038eacb6f7/claude-skill -o ~/.claude/skills/765b9d5a-af1d-4271-912c-bf038eacb6f7/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? and earn 85% of every sale.
Show it off in your README:
[](https://workflowstacks.com/skills/765b9d5a-af1d-4271-912c-bf038eacb6f7?utm_source=github&utm_medium=badge)The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.
Do this with a working workflow
Pages we wrote and tested that put a skill like this to work — importable n8n templates, outcome guides and Claude Desktop configs.
Related skills
More automation tools founders pair with this one.