| name | dribbble-reference-harvester |
| description | Use when the user wants to collect design references from Dribbble into a local folder, build a reference set for AI design prompting, or run the Dribbble CLI in this repo with a search query, limit, output directory, or headful debugging. |
Dribbble Reference Harvester
Use this skill to gather visual references from Dribbble with the local CLI in this repository.
Workflow
- Confirm the repo dependencies exist. If
node_modules is missing, run npm install in the repo root.
- Run the wrapper script:
./skills/dribbble-reference-harvester/scripts/collect.sh "landing page" --limit 12
- Tell the user where results were written.
Notes
- Default output is
output/<query-slug>/.
- Pass
--output <dir> to separate runs.
- Pass
--headful when selectors need debugging.
- The manifest is at
output/<query-slug>/manifest.json.