prompts/skills/find-screenshots/SKILL.md
Find user-created screenshot files on this workstation for the agent to inspect. Use when the user asks you to look at a screenshot, find recent screenshots, open a screenshot they captured, or references an image/screenshot without providing a path.
npx skillsauth add ramblurr/nix-devenv find-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.
Use this skill to find screenshots the user already created. This skill is not for taking new screenshots.
Run the helper script from this skill directory:
bash find-screenshots.sh # list 5 latest screenshots
bash find-screenshots.sh 10 # list 10 latest screenshots
It prints up to five matching screenshot paths across all existing screenshot directories, newest first.
testing
Use this OCP when executing or preparing to execute commands that change a live or important system, service reloads/restarts, package changes, deployments, migrations, firewall/network/access changes, credential rotation, NixOS switch/test/boot/deploy, or incident mitigation. It guides safe operations with a persisted ledger for scope, preflight, baseline, rollback, validation, and evidence.
development
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
documentation
Naming conventions for workflow documents in prompts/. Use when creating plans, PRDs, research reports, idea capture or other workflow documents. Triggers on (1) creating new planning documents, (2) naming PRDs or research reports, (3) questions about document organization in prompts/.
testing
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.