load_skill
Load step-by-step instructions for a specific Haystack skill. Use to read guides for building custom components or tools on the deepset platform.
Instructions
Loads the full content of a bundled skill guide by name.
Use this tool to read the step-by-step instructions for a specific skill supported by this server.
Available skills: - custom-code: Use this skill whenever writing, generating, reviewing, or fixing a Haystack custom component or custom tool for the deepset/Haystack enterprise platform. Triggers include requests to create a custom component (decorated with @component), a custom tool (decorated with @tool), or to check custom code against the platform's structural constraints (single class/function per file, required decorators, type annotations, allowed dependencies).
:param skill_name: The name of the skill to load (see the list above). :returns: The skill's markdown content, or an error message listing available skills if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes |