build_skill_context
Generate an instruction string from skill names to prepend to an agent task, telling the agent which skills to use.
Instructions
Build an instruction string for agent delegation from a list of skill names. Returns a string like "Make sure to use the following skills: 'arxiv', 'fred-economics'" that can be prepended to an agent task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_names | Yes | List of skill names to include in the context string |