Building and Managing Skills¶
A skill is the unit of reuse. Write one, and the whole team can run it.
What a skill is¶
A markdown file with YAML front matter. The front matter declares the interface, and the body tells the agent how to do the job.
Three ways to create one¶
Pick whichever matches how well you already know the task.
Upload a file¶
TODO: the accepted format and size.
Write it manually¶
TODO: the front-matter fields.
Chat with AgentZ¶
Describe the job in a sentence. AgentZ writes the skill and wires every step.
Invoking a skill with a slash command¶
TODO: the command syntax, and how arguments are passed.
Personal versus organization skills¶
TODO: who can see each, and how a personal skill is promoted.
Editing, versioning and downloading¶
TODO: whether a running workflow pins a version.