persona-template
Installation
SKILL.md
Persona Template
This template defines the standard structure for a Loom agent persona. Copy
this file into a new directory under personas/default/ and replace each
section with content specific to your new role.
How to use this template
- Create the directory:
mkdir -p personas/default/your-role-name/ - Copy this file:
cp personas/templates/SKILL.md personas/default/your-role-name/SKILL.md - Edit the frontmatter: set
name,description,role,level,reports_to, andspecialtiesfor the new role. - Write the body sections following the structure below.
- Validate: run
loomctl persona validate personas/default/your-role-name/SKILL.mdto check for errors.
Frontmatter reference
Related skills