Shot banner
ryanthedev ryanthedev

Shot

Development community

Description

--- description: Capture and analyze screenshots without burning context. --- # Skill: shot **On load:** Read `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json`. Display `shot v{version}` before proceeding. ``` UNDERSTAND REQUEST → DISPATCH shot agent → RETURN summary ``` Main agent never loads full-res image. The shot agent handles capture and analysis. --- ## Workflow ### 1. Understand the Request Determine what the user needs: | User Says | Capture Mode | Analysis Focus | |----------

Installation

Installs to ~/.claude/skills/ryanthedev-oberskills-shot/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryanthedev-oberskills-shot && curl -fsSL https://raw.githubusercontent.com/ryanthedev/oberskills/HEAD/commands/shot.md -o ~/.claude/skills/ryanthedev-oberskills-shot/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository