lazyweb-add-inspo-source

Installation
SKILL.md

Add Inspiration Library

Connect an external design inspiration library so all Lazyweb design skills (/lazyweb-design-research, /lazyweb-design-improve, /lazyweb-design-brainstorm, /lazyweb-quick-references) search it alongside Lazyweb's database.

No adapters or scrapers needed — Claude uses the browse tool to navigate the library UI at search time, the same way it browses any website.

Browse Setup

LB=""
# Check lazyweb-skill browse first
for _P in "$(pwd)/.claude/skills/lazyweb-skill/browse/dist/browse" ~/.claude/skills/lazyweb-skill/browse/dist/browse; do
  [ -x "$_P" ] && LB="$_P" && break
done
# Fall back to gstack browse
if [ -z "$LB" ]; then
Related skills
Installs
40
GitHub Stars
318
First Seen
Mar 30, 2026