agentsclimarketplace

Show help video to code skill

Skill PiotrLason/video-to-code-skill/skills/show-help-video-to-code-skill

Inputs the content of any video into Claude Code prompt / context window as a multimodal bundle of voice transcription and data summary, time synced with keyframes - screenshots of key moments from the video so it can be used for all further requests related to that content.

Install
npx -y skills add PiotrLason/video-to-code-skill --skill show-help-video-to-code-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Displays the full README.md for this plugin. Use when the user wants help, documentation, installation steps, usage examples, parameters, outputs, or troubleshooting for video-to-code-skill.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.9 KB, as published. Nobody here has run it

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
  1. Notify the user:

    • Tell them "Displaying video-to-code-skill help from ${CLAUDE_PLUGIN_ROOT}/README.md..."
  2. Read the README:

    • Read ${CLAUDE_PLUGIN_ROOT}/README.md
  3. 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.
  4. 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-skill or reinstall the plugin if the bundle looks incomplete.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.