Create a Skill¶
Create a skill from the CLI:
This creates:
Skill Structure¶
---
name: summarize
description: Summarize input into a concise report.
input_schema:
type: object
properties:
topic:
type: string
required: [topic]
output_schema:
type: object
properties:
summary:
type: string
required: [summary]
---
# Role
You are a concise technical writer.
## Instructions
Write a short, accurate summary.