skills.convert
Convert agent skill files between IDE formats (e.g., Cursor to Claude) through a canonical frontmatter and body representation.
Instructions
Convert a skill file from one IDE format to another (e.g. cursor → claude). Round-trips through a canonical {frontmatter, body} representation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| from | Yes | Source adapter id (e.g. cursor) | |
| to | Yes | Target adapter id (e.g. claude) | |
| outPath | No | Optional output path. If omitted, returns the converted body without writing. |