For builders

Author once.
Ship to every agent.

Write a skill, agent or workflow once, in versioned source. Scaffolde builds the native format for Claude Code, Codex, OpenClaw, Hermes and the rest of 13 supported runtimes, and checks every installed copy against the source.

  • 1source, in git
  • 13runtime surfaces
  • 229workflows to build on
scaffolde-ai

domains/sales/

  • AgentforceBuilder/
  • SKILL.md
  • workflows/
  • CreateAgent.md
  • AddTopic.md
  • AddAction.md
  • DeployAgent.md
  • RetrieveAgent.md
  • docs/

bun run sync:claude

~/.claude/skills/AgentforceBuilder/

bun run sync:codex

~/.codex/skills/AgentforceBuilder/

bun run sync:openclaw

~/.openclaw/skills/AgentforceBuilder/

bun run sync:hermes

~/.hermes/.scaffolde/domains/sales/

  • Claude Code
  • Codex
  • OpenClaw
  • Hermes

What you write, what every tool gets

Write the skill.
Scaffolde does the wiring.

One folder in your repository becomes a native skill in every agent runtime your team uses, and stays in step with the source.

  1. 01

    Write it once

    A skill is a folder: instructions, workflows and the tools it may call, versioned with the rest of your code.

    AgentforceBuilder/SKILL.md
  2. 02

    Sync builds each format

    Every runtime gets the files it expects, from native skill folders to generated AGENTS.md and SOUL.md.

    ~/.codex/AGENTS.md
  3. 03

    Checked against the source

    Strict sync compares every installed copy with the source and flags a local edit before anything is overwritten.

    sync-surface.ts codex --strict

Readable by your agents

Built for people.
Readable by machines.

Everything on this site is also published as structured JSON, Markdown and llms.txt, so your agents can learn what Scaffolde does without scraping a page.

Your stack, one capability source

Explore integrations