get_skill
Retrieve full markdown instructions and manifest for a skill by its ID or name. Access complete skill details when the identifier is already known, enabling direct use in AI coding workflows.
Instructions
Retrieve full markdown instructions and manifest for a skill by ID or name. Behavior: Read-only disk read; errors if not found. Usage Guidelines: Use when skill ID or name is already known (e.g. from route_skill or list_skills). Use route_skill to search by prompt intent. Parameters: id matches exact skill ID first, then falls back to case-insensitive name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique skill ID (e.g. "git-commit-helper") or exact skill name. Case-insensitive lookup (required). |