get_skill_content
Retrieve the full markdown content and metadata of a specific workspace or global skill, identified by name, for atomic loading after context resolution.
Instructions
Return one global or active workspace skill with metadata and markdown content. Use after resolve_context returns a skill item that needs atomic loading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| name | No | Skill name returned by list_skills or resolve_context items. | |
| files | No | Known relevant file paths used to activate workspace context when loading this item. | |
| skill_name | No | Alias for name. |