From zero to a running agent in 30 seconds
Create your first agent.
One command sets it up. Open your editor and go.
1
Create your agent
One command. It scaffolds a full agent with config, instructions, skills, and workflows. Registers itself with Claude Code automatically. You need Node.js and an MCP-compatible editor.
$ npm create soleri my-agent
✓ Agent created! (43 files, 7 skills, 4 workflows)
✓ Registered my-agent in ~/.claude.json
2
Start using it
Open your editor. The agent's already connected. Start talking to it and it starts learning.
$ claude
You: Learn this project.
Agent: On it. I'll go through the codebase and
remember how everything is structured.
// Next session — your agent already knows
You: Add a new billing event type.
Agent: You already have a pattern for events —
I'll wire it up the same way.
It's running. What's next?
Try it.
One command to start. Works with Claude Code, Cursor, Codex, and OpenCode.