Open Swe
An open‑source agent that writes, tests, and iterates code automatically by chatting with Claude, letting you offload routine development tasks.
- •You need a fast prototype or proof‑of‑concept and want the agent to generate the code for you.
- •You have a clear, textual description of a feature (e.g., “add OAuth login”) and want the agent to produce a PR‑ready implementation.
- •You want to run a CI‑style “code‑assistant” locally without paying for a hosted service.
open-swe add-task "Implement a Django view that accepts a CSV upload, stores it in S3, and returns a signed download URL"
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/b91e2e22-0b75-464c-b0a0-54fc97de8195 && curl -fsSL https://workflowstacks.com/api/skills/b91e2e22-0b75-464c-b0a0-54fc97de8195/claude-skill -o ~/.claude/skills/b91e2e22-0b75-464c-b0a0-54fc97de8195/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Open Swe is a very large Python project (~145k lines across 836 code files, plus 323 test files). You install it into your AI tool with one command; there is nothing to run yourself. Last commit this month, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3agent/server.pyWhere the program starts running
- 4agent/analytics/__init__.pyInside agent/ — an example of what the AI is told to do
- 5examples/github-actions/set-base-snapshot.ymlA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/b91e2e22-0b75-464c-b0a0-54fc97de8195 && curl -fsSL https://workflowstacks.com/api/skills/b91e2e22-0b75-464c-b0a0-54fc97de8195/claude-skill -o ~/.claude/skills/b91e2e22-0b75-464c-b0a0-54fc97de8195/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/b91e2e22-0b75-464c-b0a0-54fc97de8195?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.
Related skills
More claude-skill tools founders pair with this one.