GenericAgent
A self‑evolving Python agent that expands its own skill tree from a 3.3 K‑line seed and runs full‑system tasks while using six times fewer tokens than comparable Claude‑based agents.
- •You need an autonomous AI worker that can learn new capabilities on‑the‑fly without rewriting prompts.
- •Your product requires low‑cost token usage for heavy‑weight Claude calls (e.g., data pipelines, automation scripts).
- •You want a single Python‑based agent that can take over OS‑level actions (file I/O, subprocesses) without building separate tool wrappers.
python -m generic_agent.main --seed ./seed/seed.py --task "Scrape the latest pricing data from competitor sites, store it in a PostgreSQL table, and email a summary report to the product team."
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/genericagent && curl -fsSL https://workflowstacks.com/api/skills/genericagent/claude-skill -o ~/.claude/skills/genericagent/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
GenericAgent is a large Python project (~46k lines across 104 code files, plus 15 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, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2ga_cli/cli.pyWhere the program starts running
- 3pyproject.tomlDependencies and the commands it exposes
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/genericagent && curl -fsSL https://workflowstacks.com/api/skills/genericagent/claude-skill -o ~/.claude/skills/genericagent/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 claude-skill tools founders pair with this one.