read
Fetch the complete content of a design skill or category from the library. Returns markdown body text, with frontmatter removed, and lists child entries for categories.
Instructions
Read the full content of a specific skill or category. For a category path, returns the SKILL.md body text plus a list of its children. For a skill path, returns the skill's Markdown body text. Frontmatter metadata is stripped. IMPORTANT: Always call help first if unsure how to use the library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dot-separated path to a category or skill. Examples: 'color' (category), 'color.color-tokens' (skill), 'motion.gsap.gsap-core' (nested skill). Do not include the .md extension. |