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\n\n## Steps\n1. \n2. \n\n## Rules\n- \n\n## Example\n\n\n## Gotchas\n"; 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\n\n## Steps\n1. \n2. \n\n## Rules\n- \n\n## Example\n\n\n## Gotchas\n";