Reseed CLI: Extract Design Systems from Any Site for Claude Code and Cursor

Reseed is a CLI tool that extracts a real design system from any live website — your own, a reference, or a competitor — and drops it directly into your repo. The output includes a tailwind.config.ts with actual colors, spacing, type scale, and radii; a design-system.md that agents can read every session; and a self-contained reference HTML so the model has visual ground truth.
How It Works
The pipeline runs entirely with Claude Code and plain TypeScript. Opus 4.7 performs the vision analysis on source screenshots. The rest is TypeScript to keep costs bounded and output reproducible across runs. Run it once, commit, and every future Claude Code or Cursor session in that repo respects the design system.
Key Workflow Insight
The creator found that Claude kept defaulting to generic "AI tells" — purple gradients, glassmorphism, drop-shadow stacks, oversized rounded cards. The fix wasn't more prompting; it was giving the agent an explicit list of patterns the source design avoids. That single change made the generated UI stop looking AI-generated.
Availability
The tool is free to try with 3 extractions on the free tier, no credit card needed. Available at https://reseedapp.com.
📖 Read the full source: r/ClaudeAI
👀 See Also

PixelCheck: An npm Package That Lets AI Agents Visually Verify Web Pages
PixelCheck is an npm package that enables AI agents to open, interact with, and score web pages visually — no more manual screenshot-and-feedback loops.

VibeSmith: Local Tool for Detecting Skill Conflicts in Claude Code Projects
VibeSmith is a local macOS desktop app that provides unified visibility across Claude Code projects, detecting conflicts when global and project-level components share names, visualizing dependencies as DAGs, and tracking context token usage.

OpenProphet: Open-Source Autonomous Trading Agent with Web UI
OpenProphet is an open-source, autonomous trading agent with a web interface that supports multiple Alpaca accounts simultaneously and runs on OpenCode. It allows configuration of agent personas and strategies, with the ability to use any LLM, not just Claude.

Socratic Prompt Generator Built as React Artifact Inside Claude
A developer built a Socratic prompt generator as a React artifact that runs inside Claude, featuring auto-detection of input complexity and three-tier prompt generation with failure mode analysis.