EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,608+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. anydesign
    anydesign icon

    anydesign

    Design Resources

    A Claude agent skill that analyzes images, websites, and Figma files to generate structured design.md documents with token systems, component inventories, and reconstruction notes.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Clone and use without restrictions.

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Design ResourcesAgent Skill RegistriesCode Intelligence

    Alternatives

    LazywebuSpec21st.dev
    Developer
    uxKerouxKero builds open-source design tooling focused on bridging…

    Listed Jun 2026

    About anydesign

    anydesign is an open-source Claude agent skill that turns any visual reference — an image, a live website, or a Figma file — into a structured design.md document paired with W3C DTCG-format design tokens. Built by GitHub user uxKero and released under the MIT license, it reached version 0.4.0 in May 2026. The output is plain Markdown and JSON, making it portable across AI builders and human workflows alike.

    What It Is

    anydesign is a design diagnostics tool, not a description generator. It installs as a Claude Agent Skill inside Claude Code or claude.ai, and when triggered by design-analysis intent, it follows a strict 5-step workflow: identify the source, capture material (via direct vision, HTML/CSS extraction, Playwright multi-viewport screenshots, or the Figma MCP), run a layered analysis, generate output files, and deliver results with a suggested next step. Every inference in the output carries a confidence level — ✅ high, ⚠️ medium, or ❓ low — so the document is transparent about what was directly observed versus reasonably inferred.

    What the Skill Produces

    Each run generates up to three artifacts:

    • design.md — a 7-section structured document covering TL;DR, visual identity, full design system (colors, typography, spacing, radii, shadows, borders), component inventory, layout and composition, reconstruction notes, and open questions.
    • design-tokens.json — tokens in the W3C Design Tokens Community Group (DTCG) format ($value / $type), directly consumable by Style Dictionary, Figma Variables, and Tokens Studio.
    • design-a11y.md (optional) — a WCAG 2.1 contrast report for extracted color pairs with AA/AAA pass-fail markers.

    Standalone CLI Scripts

    Six companion Python scripts in the scripts/ directory work independently of Claude and can be used in any workflow:

    • extract_css_vars.py — fetches a URL and extracts all CSS custom properties from linked stylesheets and inline style blocks.
    • capture_site.py — multi-viewport Playwright screenshots with cookie-banner auto-dismiss and scroll-capture for lazy content.
    • extract_colors.py — dominant color extraction from local images using Pillow quantization.
    • check_contrast.py — WCAG 2.1 contrast checker that emits a Markdown table.
    • lint_design_md.py — validates a design.md against the spec (YAML frontmatter, token references, component mapping, section completeness).
    • verify_design.py — audits a design-tokens.json against a live URL to detect drift between declared values and current CSS.
    • export_for_claude_design.py — generates a multi-format bundle (PPTX, DOCX, CSS, Tailwind config, README) for upload to claude.ai/design.

    Downstream Compatibility

    The design.md output is intentionally structured so AI builders can quote-extract specific sections. The project documents compatibility with v0, Lovable, Cursor, Windsurf, Claude Code, and Bolt — and includes a live demo app at v0-anydesignexample.vercel.app built by v0 from a design.md the skill produced. Design token files can be imported directly into Style Dictionary, Tokens Studio, and Figma Variables. The export_for_claude_design.py script bridges the gap to Claude Design (Anthropic Labs, launched April 2026), which ingests PPTX and DOCX assets to build a persistent org-level design system.

    Update: v0.4.0 — Claude Design Bundle Exporter

    Version 0.4.0, published May 19 2026, added the export_for_claude_design.py script as the headline feature. This release introduced the five-artifact bundle format (PPTX brand kit, DOCX brief, CSS tokens, Tailwind config, and upload README) specifically targeting Claude Design's setup flow. The repository was created May 18 2026 and last updated May 31 2026, indicating active early development. The project had 35 stars and 3 forks at the time of indexing.

    anydesign - 1

    Community Discussions

    Be the first to start a conversation about anydesign

    Share your experience with anydesign, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Clone and use without restrictions.

    • Full Claude agent skill
    • All 6 standalone CLI scripts
    • design.md generation
    • DTCG design-tokens.json output
    • WCAG 2.1 accessibility report

    Capabilities

    Key Features

    • Analyzes images, websites, and Figma files for design extraction
    • Generates structured design.md with 7-section format
    • Outputs W3C DTCG-format design-tokens.json
    • Optional WCAG 2.1 accessibility contrast report (design-a11y.md)
    • Confidence levels on every inference (high/medium/low)
    • Standalone CLI scripts usable without Claude
    • CSS custom property extraction from live URLs
    • Multi-viewport Playwright screenshot capture
    • Dominant color extraction from images
    • WCAG 2.1 contrast checker
    • design.md spec validator
    • Live-URL token drift auditor
    • Claude Design bundle exporter (PPTX, DOCX, CSS, Tailwind)
    • Figma MCP integration for variable and design context extraction
    • Compatible with v0, Lovable, Cursor, Windsurf, Claude Code, Bolt
    • Progressive disclosure architecture for efficient context window use

    Integrations

    Claude Code
    claude.ai
    Figma (via MCP)
    v0
    Lovable
    Cursor
    Windsurf
    Bolt
    Claude Design
    Style Dictionary
    Tokens Studio
    Figma Variables
    Playwright
    Pillow
    Tailwind CSS
    Vercel
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate anydesign and help others make informed decisions.

    Developer

    uxKero

    uxKero builds open-source design tooling focused on bridging the gap between visual references and AI-ready structured outputs. The anydesign project extracts design systems from images, websites, and Figma files into portable Markdown and W3C DTCG token formats. The work targets designers and developers who use AI builders like v0, Lovable, Cursor, and Claude Code.

    Read more about uxKero
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Lazyweb icon

    Lazyweb

    Agent-first design research tool with 257k+ real app screens, research-backed best practices, and opinionated workflows for AI coding agents like Claude Code and Cursor.

    uSpec icon

    uSpec

    Generate structured design system documentation for UI components directly from Cursor to Figma using AI agent skills.

    21st.dev icon

    21st.dev

    A community-driven library of UI components and AI agent templates with an SDK for building and deploying AI agents fast.

    Browse all tools

    Related Topics

    Design Resources

    AI-curated collections of stock photos, icons, templates, and other design assets with intelligent search, style matching, and personalized recommendations.

    31 tools

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    62 tools

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    64 tools
    Browse all topics
    Back to all tools
    Discussions