Show plugin help
Displays the full README.md for video-to-code-skill.
Instructions
Display this banner as the very first output when the skill is invoked:
██╗ ██╗██╗██████╗ ███████╗ ██████╗
██║ ██║██║██╔══██╗██╔════╝██╔═══██╗
██║ ██║██║██║ ██║█████╗ ██║ ██║
╚██╗ ██╔╝██║██║ ██║██╔══╝ ██║ ██║
╚████╔╝ ██║██████╔╝███████╗╚██████╔╝
╚═══╝ ╚═╝╚═════╝ ╚══════╝ ╚═════╝
████████╗ ██████╗ ██████╗ ██████╗ ██████╗ ███████╗
╚══██╔══╝██╔═══██╗ ██╔════╝ ██╔═══██╗██╔══██╗██╔════╝
██║ ██║ ██║ ██║ ██║ ██║██║ ██║█████╗
██║ ██║ ██║ ██║ ██║ ██║██║ ██║██╔══╝
██║ ╚██████╔╝ ╚██████╗ ╚██████╔╝██████╔╝███████╗
╚═╝ ╚═════╝ ╚═════╝ ╚═════╝╚═════╝ ╚══════╝
SKILL HELP v1.3
Notify the user:
- Tell them "Displaying video-to-code-skill help from
${CLAUDE_PLUGIN_ROOT}/README.md..."
- Tell them "Displaying video-to-code-skill help from
Read the README:
- Read
${CLAUDE_PLUGIN_ROOT}/README.md
- Read
Display the README content as Markdown:
- Output the README content directly to the user as Markdown so it renders naturally in the CLI and in the VS Code Claude Code extension.
- Preserve headings, paragraphs, bullet lists, numbered lists, tables, inline code, and fenced code blocks from the source file.
- Do not wrap the entire README in one outer fenced code block.
- Do not paraphrase, summarize, or omit sections unless the user explicitly asks for a shorter version.
If the README cannot be read:
- Tell the user: "Could not read
${CLAUDE_PLUGIN_ROOT}/README.md" - Also tell them to run
/video-to-code-skill -> setup-video-to-code-skillor reinstall the plugin if the bundle looks incomplete.
- Tell the user: "Could not read