Analysis updated 2026-05-18
Generate a UI mockup or landing page as HTML without leaving your coding agent.
Build an interactive prototype or slide deck for a client pitch from a plain language description.
Iterate on a design by pointing at elements in a local browser preview and asking the agent to edit them.
Export a finished design as PDF, PPTX, or hand it off to Figma or Claude Code for implementation.
| jimliu/baoyu-design | vinayaklatthe/microsoft-security-skills | cocktailpeanut/image-to-prompt | |
|---|---|---|---|
| Stars | 90 | 88 | 93 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | vibe coder | ops devops | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js for the npx installer and works best with Claude Opus 4.8 selected as the model.
baoyu-design is an agent skill that packages the design capabilities of claude.ai/design so you can use them inside local AI coding tools like Cursor, Claude Code, and Codex, without visiting the website. It produces UI mockups, interactive prototypes, wireframes, landing pages, dashboards, mobile app screens, and slide decks, all as self-contained HTML files that live in your project folder. The skill works by giving the AI agent a detailed design methodology document and a set of specialized sub-skills covering 24 different output types. These include high-fidelity designs, interactive prototypes, wireframes, mobile prototypes, animated videos, speaker note documents, design system components, PDF export, PPTX export, and handoff files for tools like Figma. The agent reads these instruction files, asks clarifying questions, and then produces the requested output. Starter component files are included for common UI frames like iOS, Android, macOS windows, and browser shells, so the agent does not need to build those from scratch each time. Because the output is plain HTML served locally, you can open a browser preview inside your editor, point at elements you want changed, and ask the agent to edit them directly. This makes revisions faster than working on a website where you describe changes in text alone. Installation uses a command-line tool called npx skills that detects which AI coding agent you are using and places the skill files in the correct folder automatically. It can be installed per-project or globally. An alternative is to paste the GitHub URL directly into a chat with your agent and let it fetch the skill itself for one-off use. The README recommends pairing the skill with Claude Opus 4.8 for the best results, noting that the design methodology document is long and detailed and benefits from a capable model. It is described as working on other capable models as well. All output lands in a designs folder in your repository as files you own and can version or modify freely.
An Agent Skill that brings claude.ai/design's UI mockup and prototype generation into local coding tools like Cursor and Claude Code, producing self-contained HTML output.
Mainly JavaScript. The stack also includes JavaScript, Markdown, Node.js.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.