Dribbble Reference Harvester

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.

lakr233 7cac0d9 2 files · 1.1 KB Updated

File contents

Dribbble Reference Harvester

Use this skill to gather visual references from Dribbble with the local CLI in this repository.

Workflow

  1. Confirm the repo dependencies exist. If node_modules is missing, run npm install in the repo root.
  2. Run the wrapper script:
./skills/dribbble-reference-harvester/scripts/collect.sh "landing page" --limit 12
  1. 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.

lakr233/dribblecli/tree/main/skills/dribbble-reference-harvester commit 7cac0d91a8

Frequently asked questions

npx skillmds@latest add lakr233/dribbble-reference-harvester