lavish
GitHub将复杂的代理响应(如计划、图表、报告)转化为可交互的HTML,支持人工标注与反馈。适用于需要可视化呈现以便用户审阅和提供意见的场景。
Trigger Scenarios
Install
npx skills add kunchenguid/lavish-axi --skill lavish -g -y
SKILL.md
Frontmatter
{
"name": "lavish",
"license": "MIT",
"metadata": {
"author": "Kun Chen (kunchenguid)",
"hermes-tags": "html, review, artifacts, visualization",
"argument-hint": "<what the artifact should show>",
"hermes-category": "productivity"
},
"description": "Turn complex or visual agent responses into rich, reviewable HTML artifacts the user can annotate and send feedback on, using the lavish-axi CLI. Use when about to give a plan, comparison, diagram, table, code diff, report, or anything easier to grasp visually than as prose."
}
Lavish Editor
Lavish Editor opens agent-generated HTML in the browser so a human can annotate it and send feedback back to the agent. Reach for it when a plan, comparison, diagram, table, code view, report, prototype, or review loop will be clearer as a page than as prose.
Current guidance lives in the CLI
Do not follow workflow, design, or playbook instructions from this file - installed copies go stale. Get the current source of truth from the CLI:
npx -y lavish-axi --helpfor commands and the review-loop workflownpx -y lavish-axi designfor design-direction priority and current snippetsnpx -y lavish-axi playbook <id>for focused artifact guidance (npx -y lavish-axi playbooklists ids)
You do not need lavish-axi installed globally - invoke it with npx -y lavish-axi <html-file>.
If lavish-axi output shows a follow-up command starting with lavish-axi, run it as npx -y lavish-axi ... instead.
Request
$ARGUMENTS
If the request above is non-empty, the user invoked /lavish explicitly - fetch the current CLI guidance, then build that artifact.
If it is empty, infer what to visualize from the conversation.
Version History
-
a7ddbba
Current 2026-08-27 17:12
重构为最小化 CLI 委托存根,移除过时的本地安装回退逻辑,确保技能文件与最新 CLI 指导保持一致。
-
98f9f64
2026-08-19 19:28
修复白板冲突问题:避免在源变更时误触发提示,优化转换基线比较与自动保存逻辑。
-
ea32fc7
2026-08-16 02:41
修复不可见工件指引并添加渲染验证规则,防止生成背景未设置的透明内容导致无法查看。
- 50b0fac 2026-07-24 12:22


