load_skill
Access the full step-by-step instructions for a specific skill by loading its bundled guide.
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 (deepset_cloud_custom_nodes.code.code_component.Code) or custom tool (deepset_cloud_custom_nodes.tools.code_tool.CodeTool) for the deepset/Haystack enterprise platform. Triggers include requests to create a custom component, a custom tool, to check custom code against the platform's structural constraints (single class/function per file, required decorators, type annotations, allowed dependencies), or to extend the existing pipeline for functionality that is not already covered by existing components.
: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 |