Beta — now accepting jobs

Turn vague prompts into
production agent skills

Forge takes a rough use-case description, iterates it through your agent framework, and delivers a battle-tested skill file — no prompt engineering degree required.

How it works

1

Describe your use case

Tell Forge what you want in plain language. A multi-turn interviewer extracts the real requirements.

2

Forge runs the loop

Baseline, variate, score, iterate. Each cycle generates N variations refined from your feedback.

3

Take your skill

Download a production-ready skill file, drop it into your agent, and run.

Built for agent builders

Everything you need to ship reliable agent skills without the guesswork.

Multi-turn intake

Conversational interview that extracts structured specs from vague ideas.

🔄

N-cycle optimization

Configurable breadth (width) and depth — try 3 variations, iterate 3 cycles.

🎯

Human-in-the-loop scoring

Score variations 0–10, pick a winner, and Forge iterates toward it.

📚

Skill library

Winning skills are saved to a library. Reuse, remix, share across projects.

🔗

REST API + MCP

Create, monitor, and retrieve jobs programmatically. MCP server for agentic control.

📈

Queue & orchestration

Redis-backed priority queue. Run 2 parallel jobs by default, scale up as needed.

Simple pricing

One product, three tiers. Pick what fits your volume.

Free

For individuals exploring

$0 /mo
  • 5 jobs per month
  • Max width 3, depth 2
  • Single framework
  • REST API access
  • Skill library export
Get started
Popular

Pro

For power users & teams

$9 /mo
  • 50 jobs per month
  • Max width 5, depth 5
  • All frameworks
  • Full REST API + MCP
  • Skill library export
  • Priority queue
Subscribe — $9/mo

Max

For heavy automation

$9 /mo
  • Unlimited jobs
  • Max width 5, depth 5
  • All frameworks
  • Full REST API + MCP
  • Skill library export
  • Priority queue
  • Parallel jobs x5
Subscribe — $9/mo

All plans include the same core optimization loop. Tiers limit volume and parallelism only.

Programmatic access

Every feature is available via REST API. Use the MCP server for agentic orchestration.

POST /jobs — Create an optimization job
curl -X POST https://forge.myforge.work/jobs \
  -H "Content-Type: application/json" \
  -d '{
    "use_case": "Write meeting notes from a transcript",
    "target_framework": "claude-code",
    "width": 3,
    "depth": 3
  }'
Full API reference