dev-add-screenshot

Capture PNG screenshots or GIFs from GPU lessons and update READMEs.

36|6|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Nebulavenus/forge-gpu --skill dev-add-screenshot-nebulavenus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-add-screenshot
Source: https://github.com/Nebulavenus/forge-gpu/tree/main/.claude/skills/dev-add-screenshot
Command: npx skills add https://github.com/Nebulavenus/forge-gpu --skill dev-add-screenshot-nebulavenus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Capture a screenshot (PNG) or animated GIF from a lesson executable and embed it in the lesson's README.

Core Features & Use Cases

  • Automates capturing screenshots or animated GIFs from GPU lessons.
  • Updates the corresponding lesson README with the new visuals.
  • Provides guidance for when to use static screenshots vs animated GIFs in lessons.

Quick Start

Run the capture script on a lesson directory to generate a screenshot or GIF and update the README.

Frequently Asked Questions about dev-add-screenshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically capture screenshots from a GPU lesson executable?

You can automatically capture screenshots from a GPU lesson by running a Python script that executes the lesson, generates PNGs, and updates the README with the new visuals.

What is the best way to generate and embed animated GIFs in a lesson README?

Generating and embedding animated GIFs in a lesson README is handled by a capture script that runs the lesson executable, creates the GIF, and automatically inserts it into the documentation.

When should I use static screenshots versus animated GIFs for lesson documentation?

Static screenshots are best for fixed lesson outputs, while animated GIFs are ideal when you need to show dynamic changes, with guidance provided to help you choose the right format.

How do I trigger screenshot capture when a lesson README contains a TODO placeholder?

Screenshot capture is triggered when a lesson README contains a TODO placeholder, automatically running the lesson executable to generate the missing visual and update the file.

Can I use FORGE_CAPTURE to automate build-time image generation for lessons?

Yes, you can use FORGE_CAPTURE to automate build-time image generation, which runs the Python capture script to produce PNGs or GIFs and update the lesson README automatically.

Does this capture process update existing READMEs when lesson output changes?

Yes, the capture process updates existing READMEs automatically when lesson output changes, ensuring your lesson documentation always reflects the most current visual state.