list_skills
Lists all in-package skills with their names and descriptions to help identify available doctrine before retrieving a specific skill's body.
Instructions
Return all in-package skills as [{name, description}].
Each skill is one ``SKILL.md`` packet under
``echolon/native/skills/echolon_api/<name>/``. Description comes
from the YAML frontmatter ``description:`` field. Use this as a
directory of "what doctrine is available" before calling
``get_skill(name)`` for the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |