infographic-syntax-creator

Convert user requests into valid AntV Infographic syntax blocks.

6.2k|712|Updated Feb 14, 2025
One-click install
npx skills add https://github.com/ThinkInAIXYZ/deepchat --skill infographic-syntax-creator-thinkinaixyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infographic-syntax-creator
Source: https://github.com/ThinkInAIXYZ/deepchat/tree/main/resources/skills/infographic-syntax-creator
Command: npx skills add https://github.com/ThinkInAIXYZ/deepchat --skill infographic-syntax-creator-thinkinaixyz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill converts user-provided content into valid AntV Infographic syntax blocks.

Core Features & Use Cases

  • Template-aware: selects an appropriate infographic template based on input structure.
  • Data structuring: maps content into the data, theme, and layout fields required by the Infographic DSL.
  • Deterministic output: guarantees a single markdown code block starting with infographic <template-name>.

Quick Start

Use the infographic-syntax-creator to generate an infographic syntax block from a user request by following the rules in references/prompt.md.

Frequently Asked Questions about infographic-syntax-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AntV infographic syntax from raw data automatically?

To generate AntV infographic syntax automatically, provide your content to the converter. It maps your data into the required theme and layout fields, selecting an appropriate template to produce a valid syntax block.

What is AntV Infographic DSL used for in data visualization?

AntV Infographic DSL is used for structuring data visualization outputs. It defines layout, theme, and data fields required to render visual infographics deterministically within a single markdown code block.

How to convert markdown content into an infographic code block?

You can convert markdown content into an infographic code block by passing the text to the syntax creator. It enforces a deterministic output starting with 'infographic <template-name>' based on your input structure.

Does the infographic syntax creator require manual template selection?

No, manual template selection is not required. The converter is template-aware, automatically selecting an appropriate infographic template based on the structure of your provided input data.

What is the guaranteed output format when generating AntV infographic syntax?

The guaranteed output format is a single markdown infographic code block. It always starts with 'infographic <template-name>' and strictly follows the syntax rules defined in the prompt references.

Can I apply custom themes when structuring data into Infographic DSL?

Yes, you can apply themes when structuring data. The conversion process maps your content into specific data, theme, and layout fields required by the Infographic DSL to render correctly.