How to Create Templates Using CLI
1
Initialize New Template
2
Navigate to Template
3
Customize Generated Files
Edit
TEMPLATE.yaml and agents.yaml to match your requirements.How to Create Templates Manually
1
Create Directory Structure
2
Write TEMPLATE.yaml
3
Write agents.yaml
How to Create Templates from Existing Agents
1
Export Running Agent
2
Customize Exported Template
How to Create Templates by Cloning
1
Clone Existing Template
2
Modify Cloned Template
How to Create Templates from GitHub
1
Fork Repository
Fork the Agent-Recipes repository on GitHub.
2
Clone Your Fork
3
Create New Template Directory
4
Customize and Push
Template Creation Methods Comparison
| Method | Best For | Complexity |
|---|---|---|
CLI init | Quick start | Low |
| Manual | Full control | Medium |
| From Agent | Converting existing code | Medium |
| Clone | Modifying existing templates | Low |
| GitHub Fork | Contributing to community | Medium |

