Created
May 6, 2026 06:45
-
-
Save sergiorgiraldo/ee794e7f2ec83e83ecd658d45b18e869 to your computer and use it in GitHub Desktop.
Claude skill for screenshots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Build me a skill called ‘/ss’ that lists out the files in "/Users/avenuecreek/Pictures/screenshots" from newest to oldest, and grabs the newest. This is how I will speak to you visually. I also want an argument for the screenshot count - if I type ‘/ss 4’, you should grab the four most recent screenshots in that folder. If I type no number after ‘ss’ then only grab the most recent screenshot. Then, whatever follows after that argument is the action I want you to take. ‘/ss huh’ means I need you to explain the screenshots’ content to me. ‘/ss 3 make infographic plz’ means I need you to grab the last 3 screenshots and use their content to make me a unified infographic. ‘/ss fix’ likely means that I’m screenshotting an error message in code we’re building out and I need you to understand the error message, figure out the bug, and edit the code to fix it. Or, if we’re in the middle of a front end design project, it might mean the design has an error (like overlapping text) to fix. ‘/ss do this’ likely means that I screenshotted a smart thing someone did online and I want us to learn from it and do the same and remix it so it’s the most goal-oriented outcome for me based on what you know about me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment