Get Skill
rules_get_skillRetrieves the full SKILL.md file for a specified skill, giving access to all its instructions and rules.
Instructions
Reads the full SKILL.md for a specific skill by name.
Args:
skill_name (string): Exact skill name (e.g. "vue-expert", "php-pro", "laravel-auth")
Returns: Full SKILL.md content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | Exact skill name from the manifest |