infographic-syntax-creator
仓库创建 2025年2月14日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
方便将文本内容快速产出成可视化语法,适合数据可视化流程。
这个 Skill 做什么
把用户内容转成 AntV Infographic 的 DSL 语法模板与数据结构。
把用户的内容或数据结构化成 AntV Infographic 的 DSL 模板与数据格式,负责选模板、填标题/描述/项/层级和推断缺失信息。当你要把文字稿或表格数据快速变成可视化语法输出,或需要机器可读的 infographic 输入时会用到。特别会补齐缺失字段并输出符合规范的 plain syntax,省去手动对照文档的麻烦。
▸ 展开 SKILL.md 英文原文
Generate AntV Infographic syntax outputs. Use when asked to turn user content into the Infographic DSL (template selection, data structuring, theme), or to output `infographic <template>` plain syntax.
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/infographic-syntax-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/infographic-syntax-creator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Infographic Syntax Creator ## Overview Generate AntV Infographic syntax output from user content, following the rules in `references/prompt.md`. ## Workflow 1. Read `references/prompt.md` for syntax rules, templates, and output constraints. 2. Extract the user's key structure: title, desc, items, hierarchy, metrics; infer missing pieces if needed. 3. Select a template that matches the structure (sequence/list/compare/hierarchy/chart). 4. Compose the syntax using `references/prompt.md` as the formatting baseline. 5. Preserve hard constraints in every output: - Output is a single `infographic` markdown code block; no extra text. - First line is `infographic <template-name>`. - Use
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有