Tabbio skill file format
Read the `tabbio/v2` `SKILL.md` contract for identity, catalog fields, context, inputs, instructions, CV layout, validation, and versions.
ba06de66A Tabbio skill is stored as SKILL.md with YAML frontmatter and a Markdown body. The current native format declares skill_format: tabbio/v2.
What belongs in frontmatter?#
Frontmatter holds the fields Tabbio needs before a run. These include the skill type, identifier, name, description, icon, tags, language, recommended model, declared context, version, and run inputs. A CV skill also declares its audience and layout choices.
What belongs in the body?#
The body explains the purpose, instructions, output, and quality checks. A CV skill can add market rules, level guidance, section prompts, and a run flow. A general skill can define when to use it, inputs, numbered instructions, and an exact output format.
What does validation check?#
Tabbio checks the YAML, required fields, identifier, type-specific fields, headings, input shapes, declared context, and safety rules. The publisher also rejects instructions that ask for invented facts, impersonation, or approval bypass.
Can I import another agent skill?#
Tabbio can map supported fields from an imported SKILL.md. Review the mapped result in the editor because another format may not carry Tabbio's catalog, context, CV layout, or run-input fields.