From chadpod-viewing-macos-screenshots-claude-code-plugin
View and analyze macOS screenshots. Use when the user mentions screenshots, asks to see what they captured, says "look at my screenshot", "examine my last X screenshots", or wants help with something they screenshotted.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin chadpod-viewing-macos-screenshots-claude-code-pluginThis skill uses the workspace's default tool permissions.
When the user wants to see or discuss their screenshots:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
When the user wants to see or discuss their screenshots:
Determine how many screenshots the user wants:
Find the screenshot location:
defaults read com.apple.screencapture location 2>/dev/null || echo "$HOME/Desktop"
Find the screenshot files (sorted by most recent):
# For N screenshots, use head -N
ls -t "$SCREENSHOT_DIR"/Screenshot*.png "$SCREENSHOT_DIR"/"Screen Shot"*.png 2>/dev/null | head -N
Read each image using the Read tool with the file path(s).
Describe and analyze what you see, then ask if the user has questions or needs help with what's shown.
Activate this skill when the user says things like: