SkillFiles
Skill files and documentation links
Properties
| Property | Type | Required | Description |
|---|---|---|---|
docs |
string | Yes | Link to the documentation |
skill_md |
string | Yes | Link to the main skill.md file |
View JSON Schema
{
"type": "object",
"description": "Skill files and documentation links",
"required": [
"skill_md",
"docs"
],
"properties": {
"docs": {
"type": "string",
"description": "Link to the documentation"
},
"skill_md": {
"type": "string",
"description": "Link to the main skill.md file"
}
}
}