export declare const SKILL_CREATOR_TEMPLATE = "# Skill Creator Command\n\nLoad the built-in skill-creator skill for skill-writing doctrine plus OpenCode-specific scope, packaging, discovery, and validation.\n\n## How To Use This Command\n\n1. Call the skill tool with the built-in skill name:\n\n`skill(name=\"skill-creator\")`\n\n2. After the skill loads, use its guidance to:\n - write and verify a failing baseline before writing the skill\n - choose between a local `SKILL.md` skill and a built-in TypeScript skill\n - pick the narrowest reuse scope\n - write minimal metadata and focused instructions\n - validate the skill with explicit invocation\n\n## Scope\n\nThe loaded skill is the canonical path for both skill-writing discipline and OpenCode-specific integration in this plugin.\n\n## User Context\n\nTreat any command arguments as the user's goal or context for the skill work.\n\n## Action\n\nCall `skill(name=\"skill-creator\")` now, then continue using the loaded guidance and the user's request.";