get_skills
Retrieve full details of one or more skills, including frontmatter, markdown body, and back-references. Pass skill names to get complete information; missing names return errors.
Instructions
Return one or more skills in full: frontmatter + markdown body + used_in back-references. Pass a single name or multiple names in the array. Missing names return {name, error} in the same array (partial success).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes |