vibe-designCreate visual designs with AI tools. Covers prompting for UI/graphics, Midjourney techniques, Figma AI workflow, and iteration patterns.
Install via ClawdBot CLI:
clawdbot install ivangdavila/vibe-designDesign where you describe what you want and let AI generate visuals, layouts, and assets. You iterate based on results rather than pixel-pushing from scratch. Same philosophy as vibe coding applied to visual design.
Core principle: AI handles exploration and generation. You handle curation and refinement.
| Topic | File |
|-------|------|
| Prompting for visuals | prompting.md |
| UI/UX design with AI | ui-design.md |
| Image generation tips | image-gen.md |
| Figma AI workflow | figma.md |
| Tools by use case | tools.md |
AI responds differently to design vs art terms.
β Art words: "beautiful", "fantasy", "render", "painting", "stunning"
β Design words: "interface", "layout", "component", "spacing", "hierarchy"
Bad: "beautiful mobile banking product, minimal futuristic style"
Good: "mobile banking app UI in Material Design 3, clean layout, consistent spacing, data cards with financial metrics"
Adding a design system name drastically improves structure:
Build prompts with structure:
[Project type] UI design for [product/audience],
[style keywords],
[layout type],
[color palette],
[design system reference],
[rendering style]
Vibe design = rapid exploration.
Don't try to get production-ready from AI. Use it for the 80% exploration, finish the 20% manually.
When possible, show don't tell:
For production work:
| Tool | Best For |
|------|----------|
| Midjourney | Artistic concepts, mood exploration |
| Figma AI | UI iteration, production design |
| DALL-E/GPT | Quick mockups, image editing |
| Stable Diffusion | Custom training, open-source control |
| Canva | Marketing assets, social media |
See tools.md for detailed comparison.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection