Visual builder guide
The visual builder is the heart of spaget. It’s where you design, configure, and export your AI agents — all without writing a single line of config.
Opening the builder
Section titled “Opening the builder”Head to app.spaget.ai and click New Agent. No account required.
The builder interface
Section titled “The builder interface”The builder is organized into sections:
- Agent basics — Name, description, and personality
- Skills — What your agent can do
- Rules — Guidelines and constraints
- Export — Choose your platform and download
Adding skills
Section titled “Adding skills”Skills teach your agent how to handle specific tasks. To add a skill:
- Click Add Skill in the skills section
- Browse the skill library or search by keyword
- Click a skill to preview it
- Click Add to include it in your agent
You can also create custom skills by clicking Create Custom Skill.
Configuring rules
Section titled “Configuring rules”Rules set boundaries for your agent. Common rule types:
- Style rules — How the agent writes (formal, casual, concise)
- Behavior rules — What the agent should and shouldn’t do
- Context rules — Background information the agent should know
Exporting your agent
Section titled “Exporting your agent”When you’re happy with your configuration:
- Click Export in the top right
- Select your target platform (Claude Code, Cursor, or GitHub Copilot)
- Download the generated file
- Drop it into your project
The export format is automatically handled based on your chosen platform.
Next steps
Section titled “Next steps”- Export format reference — Details on each platform’s format
- Claude Code guide — Tips for Claude Code agents