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

ClaudeDesk v4.2–4.3 Introduces Agent Teams Visualization and Repository Atlas Engine
ClaudeDesk v4.2–4.3 provides a desktop GUI for managing Claude Code CLI's Agent Teams and optimizes session setup with the Repository Atlas Engine.

HomeButler: Zero-token homelab management for OpenClaw agents
HomeButler is a single Go binary that lets OpenClaw agents manage homelab infrastructure without API keys or tokens. It runs locally and keeps all operations on your network.

Clawforce: Open-Source Control Plane for Managing Clawbot Agent Teams
Clawforce is an open-source control plane for managing Clawbot agent teams that allows deployment in a few clicks. It provides configuration of characters, skills, MCP integrations, and tools through a UI, with agents capable of planning, coordinating, and executing tasks collaboratively.

Claude Code Best Practice GitHub repository reaches 5,000 stars
A GitHub repository called 'claude-code-best-practice' has reached 5,000 stars. The repository was created with Claude to document best practices, tips, and workflows from both the creator and the community.