lavish
Lavish Editor enables agents to create and serve interactive HTML artifacts for human review, annotation, and feedback loops via the lavish-axi CLI.
Is lavish safe to install?
Review the source first: our audit of lavish's source files found 8 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via npx and performs network requests to publish artifacts to a third-party hosting service.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and agents who need to present complex information, plans, or UI prototypes in a visual, interactive format for user review.
What can you do with it?
- Creating visual product or technical plans
- Generating interactive prototypes for UI review
- Presenting comparisons and trade-off analyses
- Building browser-based feedback loops for agent tasks
- Rendering diagrams, tables, and code diffs
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, providing clear workflows, command usage, and design priorities.
What does the skill file contain?
# Lavish Editor Lavish Editor helps agents turn rich HTML artifacts into collaborative human review surfaces. Whenever you are about to give user a complex response that will be easier to understand via a rich / interactive page, consider using Lavish Editor. First generate an interactive HTML artifact according to user request, then run `npx -y lavish-axi <html-file>` so the user can visually review it, annotate elements or selected text, queue prompts, and send feedback back through `npx -y lavish-axi poll`. You do not need lavish-axi installed globally - invoke it with `npx -y lavish-axi ...
Frequently asked questions
Where are HTML artifacts stored?
The skill creates HTML artifacts in the .lavish/ directory within the current working directory by default.
How do I receive feedback from the user?
Run 'npx -y lavish-axi poll <html-file>' to long-poll for user annotations and queued prompts.
Can I publish artifacts publicly?
Yes, use 'npx -y lavish-axi share' to publish artifacts to ht-ml.app, which are public by default unless a password is provided.
What design system should I use for the HTML?
Follow a strict priority: user-specified design, the project's existing design system, or the Lavish-recommended Tailwind CSS v4 and DaisyUI v5 CDN snippet.
Related skills
huashu-design
35.2KManagers and designers who need high-fidelity visual outputs like product mockups, presentation decks, or motion demos using HTML as the primary medium
Huashu-Design is an AI agent skill for creating high-fidelity design prototypes, slide decks, animations, and visualizations using HTML. It emphasizes brand-specific assets, real-world design standards, and iterative feedback, while strictly avoiding generic AI-generated design patterns.
excalidraw-diagram-generator
25.8KUsers who need to visualize processes, system architectures, or concepts without manual drawing
The Excalidraw Diagram Generator creates Excalidraw-format JSON files from natural language descriptions. It supports various diagram types including flowcharts, relationship diagrams, mind maps, architecture diagrams, data flow diagrams, business flow swimlanes, class diagrams, sequence diagrams, and ER diagrams.
guizang-ppt-skill
13.4KUsers who need to create professional, visually distinct, single-file web-based slide decks for presentations, demos, or industry sharing
The guizang-ppt-skill generates single-file HTML horizontal swipe presentations with two distinct visual styles: Magazine (serif, fluid WebGL backgrounds) and Swiss Internationalism (sans-serif, grid-based, high-contrast colors). It provides templates, layout structures, and theme configurations for creating slide decks for presentations, product launches, and data reports.
fireworks-tech-graph
12.5KDevelopers and technical writers who need to create architecture, sequence, flowchart, or UML diagrams programmatically
The fireworks-tech-graph skill provides a framework for generating technical diagrams in SVG format, which can be exported to PNG. It includes templates, style references, and helper scripts for validation and conversion.