/infographic-syntax-creator
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.
$ npx -y skills add ThinkInAIXYZ/deepchat --skill infographic-syntax-creator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/infographic-syntax-creator
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
SKILL.md
infographic-syntax-creator.SKILL.mdname: infographic-syntax-creator description: 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.
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 two-space indentation; key/value pairs are `key value`; arrays use `-`.
- Compare templates (`compare-*`) must have exactly two root nodes with children.
🐬DeepChat - A smart assistant that connects powerful AI to your personal world
Other skills on deepchat.
- /computer-use
Drive native desktop apps through DeepChat's built-in Computer Use tools. Use when the user asks to operate, inspect, automate, or perform a GUI task in a real desktop application.
Open skill - /feishu-tools
Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.
Open skill - /algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing
Open skill - /code-review
Comprehensive code review assistant that analyzes code quality, security, and best practices
Open skill - /deepchat-cli
Use DeepChat's bundled CLI control plane for model inference, image/video/speech generation, transcription, OCR, artifact inspection, public configuration, Skills, and MCP operations. Activate when a user asks to invoke DeepChat capabilities that are not already exposed as a
Open skill - /deepchat-settings
DeepChat app settings modification (DeepChat 设置/偏好) skill. Activate ONLY when the user explicitly asks to change DeepChat's own settings/preferences (e.g., theme, language, font size...). Do NOT activate for OS/system settings, editor settings, or other apps.
Open skill

