From web-intel
Extract what works from a URL and suggest how to adapt patterns/copy/design for your project. Triggers: "adapt" | "inspire from" | "steal from" | "adapt this" | "take inspiration from" | "borrow from this site" | "how do they do it" | "what can we learn from" | "model after".
npx claudepluginhub roxabi/roxabi-plugins --plugin web-intelThis skill is limited to using the following tools:
Let:
Researches UX design patterns and best practices from category leaders and competitors for product types. Analyzes homepages, landing pages, or app screens to identify conventions and differentiation opportunities during redesigns.
Analyzes websites for design inspiration by navigating URLs, capturing desktop/mobile screenshots, and extracting colors with hex codes, typography details, layouts, grids, and UI patterns into structured reports.
Use when building ANY website, web app, landing page, or web-based UI - searches real template marketplaces for professionally designed layouts in the user's industry or niche, then extracts layout structure, color palettes, typography choices, and section sequences as the design blueprint instead of generating from assumptions
Share bugs, ideas, or general feedback.
Let: P(x) := pattern of type x (content | design | technical | business)
Scrape URL → extract what works → suggest adaptations for your project.
/adapt https://example.com
¬U → → DP(B)to get one.
PLUGIN_ROOT=$(find ~/projects -maxdepth 4 -path "*/web-intel/pyproject.toml" -print -quit 2>/dev/null | xargs dirname)
if [ -z "$PLUGIN_ROOT" ]; then
echo "ERROR: web-intel plugin not found. Install: claude plugin install web-intel"
exit 1
fi
First invocation in session only:
cd "$PLUGIN_ROOT" && uv run python scripts/doctor.py
cd "$PLUGIN_ROOT" && SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt uv run python scripts/scraper.py "$URL"
Identify reusable patterns across 4 domains:
| Domain | Patterns to extract |
|---|---|
| Content & Copy | Headlines/CTAs, value props, social proof, microcopy |
| Design | Layout/section order, nav UX, component patterns, color/typography |
| Technical | Architecture (SSR/SPA/API), performance strategies, integrations, DX |
| Business | Pricing tiers, growth mechanics, onboarding/activation flow |
∀ identified pattern → provide:
Sort into priority matrix:
Output structured markdown. → DP(A) Implement a specific adaptation | Deep-dive a pattern | Adapt from another URL
$ARGUMENTS