By abhiyan100
Turn public websites into design.md drafts with screenshots, component crops, hover states, and computed style artifacts.
Turn any public website into a reusable design.md draft for AI UI generation.
Design Rip captures full-page screenshots, component crops, hover states, tiled long-page screenshots, computed styles, gradients, transitions, dark sections, CSS variables, and token drafts. Claude can then synthesize the artifacts into a clean design system brief.
npx design-rip https://loman.ai --out design.md
Vibe-coded UI often fails because the agent has weak visual context. Design Rip gives Claude or Codex the real visual evidence: screenshots plus exact computed style data.
Use it when you want to:
design.md before it buildsnpx design-rip <url> [options]
Options:
--url <url> URL to capture, optional if URL is positional
--pages <paths> comma-separated extra paths, like /pricing,/docs
--viewports <widths> comma-separated widths, default 375,768,1440
--out-dir <dir> artifact directory, default ./.design-rip-cache
--out <file> write a deterministic design.md draft
--scale <n> device pixel ratio for retina screenshots (default: 2)
--dark force dark color scheme (prefers-color-scheme: dark)
--wait-extra <ms> extra settle time for heavy SPAs
Examples:
npx design-rip https://linear.app --pages /pricing --viewports 375,1440 --out design.md
# retina 2× screenshots (default) — best for AI vision analysis
npx design-rip https://vercel.com --scale 2 --out design.md
# capture dark mode variant
npx design-rip https://vercel.com --dark --out design-dark.md
.design-rip-cache/
shots/
*.png
components/
hover/
tiles/
styles.json
vars.json
meta.json
tokens.draft.json
styles.json includes color, typography, spacing, gradients, transition values,
shadows, radii, and interactive transition metadata.
meta.json includes framework signals, fonts, captured pages, component crop
paths, hover crop paths, dark section detections, and tile paths.
This repo loads as a Claude Code plugin:
.claude-plugin/plugin.json
SKILL.md
capture.mjs
template.md
setup.sh
Inside Claude Code, invoke directly once installed:
/design-rip https://loman.ai
/design-rip https://vercel.com --dark
The skill runs the capture script, reads screenshots and JSON artifacts, and
writes a polished design.md using vision + computed style cross-reference.
Run headless with the Codex CLI:
codex "rip the design from https://linear.app and write design.md"
Or point Codex at the script directly:
codex "node ./capture.mjs --url https://linear.app --scale 2 --out-dir .design-rip-cache && synthesize design.md from the artifacts"
npm install
npm run smoke
npm run demo:loman
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub abhiyan100/design-ripMines your past Claude Code sessions and writes the personal skills only you would need.
Researches industry-standard system design for any project archetype and writes a reusable, decision-driven SYSTEMDESIGN.md before you write code.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.