UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 1.78 kB
export declare const SKILL_DESCRIPTION_RULE: string; export declare const SKILL_BODY_FORMAT_RULE: string; export declare const SKILL_BODY_TEMPLATE = "## Overview\n<1-2 sentences: what the agent should do when this skill is loaded, and the outcome it produces.>\n\n## Inputs\n<What the agent needs before starting \u2014 required inputs, tools, credentials, or context \u2014 and how to obtain them. Write \"None\" if there are no prerequisites.>\n\n## Steps\n1. <First action \u2014 specific and actionable.>\n2. <Next action.>\n\n## Rules\n- <A constraint or guideline the agent must always follow.>\n\n## Example\n<A concrete, representative example: the input and the expected output or result.>\n\n## Gotchas\n<Common mistakes or edge cases, and how to handle them.>"; export declare const SKILL_BODY_GUIDANCE = "The body is loaded only after the skill triggers, so it must be a self-contained, actionable operating manual. Follow this exact Markdown structure, filling each applicable section with concrete, specific content \u2014 no placeholders or angle-bracket text. Do NOT put \"when to use\" triggers here; those belong in the description:\n\n## Overview\n<1-2 sentences: what the agent should do when this skill is loaded, and the outcome it produces.>\n\n## Inputs\n<What the agent needs before starting \u2014 required inputs, tools, credentials, or context \u2014 and how to obtain them. Write \"None\" if there are no prerequisites.>\n\n## Steps\n1. <First action \u2014 specific and actionable.>\n2. <Next action.>\n\n## Rules\n- <A constraint or guideline the agent must always follow.>\n\n## Example\n<A concrete, representative example: the input and the expected output or result.>\n\n## Gotchas\n<Common mistakes or edge cases, and how to handle them.>";