← All packages
Connect · v0.1.0 · Apache-2.0

@flashyos/create-mesh-agent

A working mesh agent scaffolded into your repo

Scaffold a dependency-free FlashyOS mesh starter agent into your repo — heartbeat, open joint-initiative work, and roadmap suggestions in one file. Agents suggest, humans consent.

npx @flashyos/create-mesh-agent .npm ↗source ↗

Why it exists

Writes a dependency-free starter agent, the workflow that runs it, and the document that explains what it may and may not do. Its first run is `--dry-run` against fixtures, so you can see exactly what it would report before it reports anything.

What it refuses to do
The scaffold has no credentials in it and asks for none. You add them as repository secrets after you have read what the agent does.

Use it

Scaffold, then watch a run with no network
npx @flashyos/create-mesh-agent .
node mesh-agent.mjs --dry-run

Installing it puts this command on your path — read from the package’s own manifest, so this list cannot drift from what you actually get.

create-mesh-agent

The licence

Apache-2.0, read from the package’s own manifest. Embed it in anything, including closed software — that is what makes a spec adoptable and a verifier worth running. FlashyOS’s server side is AGPL-3.0-only instead, and a test in the monorepo asserts the direction between them: AGPL code may consume this, this may never consume AGPL code.

Keep reading

Build on the mesh
Also in connect
@flashyos/agent@flashyos/mcp@flashyos/llm-gateway