code/guide-from-screenshots/SKILL.md
Generates polished markdown guides from a directory of screenshots and a narrative. Visually reads each image, filters out redundant or irrelevant captures, organizes them contextually, and produces a Notion-compatible markdown file with image placeholders and structured sections. Use when you have screenshots and want to create a product guide, demo walkthrough, or tool guide.
npx skillsauth add mostafa-drz/claude-skills guide-from-screenshotsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turns a directory of screenshots + a narrative into a structured markdown guide.
On startup, use Read to load ~/.claude/skills/guide-from-screenshots/preferences.md. If it doesn't exist, use defaults.
Check $ARGUMENTS:
help — display help then stopconfig — interactive setup then stopreset — delete preferences file, confirm, stopGuide from Screenshots — Generate markdown guides from screenshots + narrative
Usage:
/guide-from-screenshots <dir> Generate guide from screenshots in <dir>
/guide-from-screenshots <dir> --name OUTPUT.md Custom output filename
/guide-from-screenshots <dir> --type demo Preset guide type (product|demo|tool)
/guide-from-screenshots config Set preferences
/guide-from-screenshots reset Clear preferences
/guide-from-screenshots help This help
The narrative/context comes from your conversation — describe what the screenshots
show before running the skill, or provide it when prompted.
Examples:
/guide-from-screenshots ~/Desktop/onboarding-screenshots
/guide-from-screenshots ./data/demo-screenshots --type demo --name DEMO_GUIDE.md
Current preferences:
(read from preferences.md or defaults)
Use AskUserQuestion to collect:
./image.png) or just filename (image.png)Save to ~/.claude/skills/guide-from-screenshots/preferences.md.
Delete ~/.claude/skills/guide-from-screenshots/preferences.md and confirm: "Preferences cleared. Using defaults."
If no preferences file exists, show:
First time using /guide-from-screenshots? Run
/guide-from-screenshots configto set defaults, or just continue with sensible defaults.
Then proceed normally.
Extract from $ARGUMENTS:
GUIDE.mdproduct, demo, or tool (overrides preference)If no directory is provided, ask with AskUserQuestion.
Use Glob to find all image files in the directory:
*.png, *.jpg, *.jpeg, *.gif, *.webp, *.PNG, *.JPGIf zero images found, report and stop.
Check the conversation history for narrative context the user has provided. If no narrative is apparent, ask:
I found N screenshots in
<dir>. What's the story? Describe what these screenshots show — the product, the flow, the audience. I'll use this to write the guide.
Use the Read tool to view each image file. For each screenshot, note:
After reading all screenshots, identify candidates for exclusion:
Always confirm before filtering. Present the full list to the user:
Here's what I found in Y screenshots:
screenshot-01.png— Login page → Keepscreenshot-02.png— Login page (same as #1) → Drop (duplicate)screenshot-03.png— Dashboard overview → Keep ...I'd suggest dropping X screenshots. Want to adjust?
Use AskUserQuestion to let the user confirm or override. Never silently drop screenshots.
Based on the guide type (from args, preferences, or inference):
Product Guide:
Demo Walkthrough:
Tool Guide:
If no type was specified and it can't be inferred, ask with AskUserQuestion.
Write the guide following these rules:
Markdown format (Notion-compatible):
#, ##, ### headers (Notion converts these cleanly)> blockquotes for callouts and highlights- for bullet lists, 1. for numbered steps--- for section dividers**bold** for emphasis on key terms- [ ] only when listing actionable itemsScreenshot references:

Section structure:
Writing style:
Write the generated markdown to <dir>/<output-name> (default: <dir>/GUIDE.md).
After writing, show:
Guide created: <path>
Structure:
1. Section Name (2 screenshots)
2. Section Name (3 screenshots)
...
Screenshots used: X of Y (Z filtered out)
Total sections: N
Word count: ~NNNN
Offer next actions:
development
--- name: triage-board description: >- Generates a structured triage artifact from the current conversation's findings — a self-contained Desktop folder with a JSON Schema, schema-conformant report.json, prose markdown, and a single-file HTML viewer. Viewer ships with MD / CSV / JSON download buttons in the header and a per-finding "Copy as Markdown" action that produces a GitHub/Linear/Notion-ready ticket block. Stateless — triage state lives in the user's ticket system, not in the
development
Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to `/triage-board` which produces the Desktop folder (schema + JSON + Markdown + single-file HTML viewer with MD/CSV/JSON exports and a per-finding Copy as Markdown button). Use when you want fresh-eyes verification of a feature, page, modal, flow, branch, or whole app — before shipping, before review, before a demo, or any time the UI deserves a careful poke.
development
Reviews the user's past Claude Code conversations from a wellbeing perspective — sentiment, tone, emotional arc, recurring patterns — and generates a supportive, science-grounded report in both Markdown and HTML. Default lookback is 48 hours across all projects. Uses recognised emotion frameworks (Plutchik, Ekman, Russell's circumplex, Pennebaker linguistic markers) and cites the science behind every observation. Learns the user's baseline tone over time so future reports flag genuine shifts, not noise. Use when the user asks for an emotional/wellbeing recap, mood check, sentiment review, or wants to understand their own ups and downs across recent work sessions.
development
--- name: workflow-advisor description: >- Analyzes recent Claude Code conversations and local Claude state (skills, settings, memory files, CLAUDE.md), researches the latest Claude Code features and best practices online, and suggests one workflow improvement at a time with reasoning and a concrete action item. Can save accepted suggestions to memory for tracking. Use when you want to discover underused Claude Code features, improve your development workflow, stay current with the lat