tama add
tama add scaffolds a new agent or skill with the correct file structure and placeholder content.
tama add <pattern> <name> # add an agenttama add skill <name> # add a skillAdding an agent
Section titled “Adding an agent”tama add react my-agenttama add oneshot summarizertama add critic essay-writertama add scatter deep-researchtama add fsm review-pipelinetama add reflexion self-improvertama add constitutional safe-writertama add chain-of-verification fact-checkertama add plan-execute project-buildertama add debate investment-analyzertama add best-of-n headline-generatortama add parallel due-diligencetama add human draft-approverCreates agents/<name>/AGENT.md (and required step files for multi-step patterns).
Adding a skill
Section titled “Adding a skill”tama add skill search-webtama add skill fetch-urltama add skill run-pythonCreates skills/<name>/SKILL.md.
Scaffolded files per pattern
Section titled “Scaffolded files per pattern”| Pattern | Files created |
|---|---|
oneshot | AGENT.md |
react | AGENT.md |
scatter | AGENT.md, reduce.md |
parallel | AGENT.md |
fsm | AGENT.md |
critic | AGENT.md, draft.md, critique.md, refine.md |
reflexion | AGENT.md, reflect.md |
constitutional | AGENT.md, critique.md, revise.md |
chain-of-verification | AGENT.md, verify.md, check.md, revise.md |
plan-execute | AGENT.md, execute.md, verify.md |
debate | AGENT.md |
best-of-n | AGENT.md, judge.md |
human | AGENT.md, resume.md |
Naming rules
Section titled “Naming rules”Agent and skill names must be:
- Lowercase letters, digits, and hyphens only
- Must not already exist in the project
- Must not be empty