Developer JimLiu released Baoyu-Design on GitHub, packaging Anthropic's Claude Design engine as a portable agent skill for local coding environments. The project reached 264 stars within one day of launch and enables developers to generate UI mockups, prototypes, wireframes, and presentations as self-contained HTML files directly within editors like Cursor and Claude Code.
Tool Eliminates Cloud Dependencies for Design Workflows
Baoyu-Design packages the core functionality of claude.ai/design as a local agent skill, allowing developers to "drop it into a local agent and you get most of what the website does, right inside your editor." Every generated artifact stays in the repository, eliminating upload steps and enabling version control for design deliverables.
The tool includes 24 specialized skills covering core design tasks (high-fidelity mockups, prototypes, wireframes), presentation decks with speaker notes, mobile and motion design, design systems, component libraries, and export capabilities for HTML, PDF, PPTX, and integration with Figma and Canva. It also supports AI asset generation and prototype integration.
Technical Implementation Prioritizes Simplicity and Portability
The implementation uses plain Markdown and minimal JavaScript with "no build step, no runtime." The architecture separates design methodology (system-prompt.md) from environment-specific tool references, allowing the agent to detect its host environment and load appropriate integrations for Cursor, Claude Code, or Codex.
This local approach enables tight visual iteration loops: "Point at a button in the live preview, say what you want changed, and the agent edits the underlying source." This interactive editing differs fundamentally from website-based design tools that require context switching between environments.
The README notes that Baoyu-Design works best with Opus 4.8. The project addresses a workflow gap where designers want Claude Design capabilities without maintaining separate subscriptions or leaving their development environment.
Key Takeaways
- JimLiu's Baoyu-Design project reached 264 stars on GitHub within one day of launch on June 7, 2026
- The tool packages claude.ai/design functionality as a portable agent skill for local editors like Cursor and Claude Code
- All design artifacts generate as self-contained HTML files that remain in version control rather than cloud storage
- The system includes 24 specialized skills covering mockups, prototypes, wireframes, presentations, mobile design, and export capabilities
- Interactive editing allows developers to point at live preview elements and request changes, with the agent modifying underlying source code directly