From cook-en
Captures macOS screenshots via screencapture and analyzes the resulting images for UI/UX review, error diagnosis, design critique, code review, or data visualization analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-en:screenshotThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture screenshots on macOS and analyze the images.
Capture screenshots on macOS and analyze the images.
/screenshot [options]
--window: Capture a specific window--full: Capture the entire screen--crop: Select a region to capture# Capture and analyze a window
/screenshot --window
"Analyze the captured screen"
# Select a region and analyze
/screenshot --crop
"Explain the content of the selected region"
# Capture full screen and analyze
/screenshot --full
"Analyze the overall screen composition"
# No specific problem - situation analysis
/screenshot --crop
(Claude will automatically analyze screen content, explaining elements and composition)
# UI/UX problem analysis
/screenshot --window
"Propose problems and improvements for this UI"
# Error analysis
/screenshot --window
"Tell me the cause and solution for this error message"
# Design review
/screenshot --full
"Evaluate this design from a UX perspective"
# Code analysis
/screenshot --crop
"Point out problems in this code"
# Data visualization analysis
/screenshot --crop
"Analyze trends visible in this graph"
# Analysis from multiple perspectives
/screenshot --window
"Analyze this screen regarding:
1. UI consistency
2. Accessibility issues
3. Improvement proposals"
# Multiple captures for comparative analysis
/screenshot --window
# (Save before image)
# Make changes
/screenshot --window
# (Save after image)
"Compare before and after images, analyzing changes and improvement effects"
# Focus on specific elements
/screenshot --crop
"Evaluate whether the selected button design harmonizes with other elements"
/screenshot command does not actually capture screenshotsIf no option is specified, please present the following choices:
"How would you like to capture the screenshot?
1. Select window (--window) → screencapture -W
2. Full screen (--full) → screencapture -x
3. Select region (--crop) → screencapture -i"
Start image analysis after the user has executed the screencapture command
Specifying specific problems or perspectives enables more focused analysis
npx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-enCaptures screenshots on macOS and analyzes images for UI/UX review, error analysis, design evaluation, and code review. Supports window, full screen, and region capture.
Captures screenshots on macOS (window, full screen, or region) and analyzes the image content. Useful for reviewing UI, errors, code, or data visualizations.
Captures screenshots on macOS using screencapture and analyzes the images. Activates on keywords like 'screenshot' or 'capture d'écran'.