Trueforge
Turns a Large Language Model into a programmable autonomous agent that can run code, call APIs, and maintain state.
- •You need an LLM that can execute multi‑step workflows (e.g., fetch data, run a script, then summarize).
- •You want to prototype a custom AI‑assistant without building the orchestration layer from scratch.
- •You have existing TypeScript code or APIs you want the LLM to call directly.
echo "Create a launch checklist for a SaaS product targeting fintech, including legal, security, and marketing tasks" | npx trueforge run --config forge.yaml
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/trueforge && curl -fsSL https://workflowstacks.com/api/skills/trueforge/claude-skill -o ~/.claude/skills/trueforge/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Trueforge is a very large TypeScript project (~106k lines across 1470 code files, plus 418 test files). Setup is light: installs like a normal app. Reading the code is optional. 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
- 3package.jsonDependencies and the commands it exposes
- 4packages/trueforge/README.mdInside packages/trueforge/ — 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/trueforge && curl -fsSL https://workflowstacks.com/api/skills/trueforge/claude-skill -o ~/.claude/skills/trueforge/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.