create_skill
Creates a canonical Agent Skill to store reusable task definitions. Supports optional sync, triggers, targets, and raw markdown for flexible skill management.
Instructions
Create a canonical Agent Skill without native sync unless sync is explicit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| sync | No | ||
| scope | No | project | |
| targets | No | ||
| category | No | user-facing | |
| triggers | No | ||
| visibility | No | ||
| description | Yes | ||
| raw_markdown | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||