Skip to content
Data
Skill

/narrative-text-visualization

Generate structured narrative text visualizations from data using T8 Syntax. Use when users want to create data interpretation reports, summaries, or structured articles with semantic entity annotations. T8 is designed for unstructured data visualization where T stands for Text

From plugin
chart-visualization-skills
4548 skills
Install
$ npx -y skills add antvis/chart-visualization-skills --skill narrative-text-visualization --agent claude-code

How 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/narrative-text-visualization

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate structured narrative text visualizations from data using T8 Syntax. Use when users want to create data interpretation reports, summaries, or structured articles with semantic entity annotations. T8 is designed for unstructured data visualization where T stands for Text

SKILL.md

narrative-text-visualization.SKILL.md
name: narrative-text-visualization
description: Generate structured narrative text visualizations from data using T8 Syntax. Use when users want to create data interpretation reports, summaries, or structured articles with semantic entity annotations. T8 is designed for unstructured data visualization where T stands for Text and 8 represents a byte of 8 bits, symbolizing deep insights beneath the text.

Narrative Text Visualization Skill

This skill provides a workflow for transforming data into structured narrative text visualizations using **T8 Syntax** - a declarative Markdown-like language for creating data narratives with semantic entity annotations.

What is T8

T8 is a text visualization solution under the AntV technology stack designed specifically for insight-based narrative text display. Instead of manually constructing DOM elements, you write simple, human-readable syntax that describes your data narrative.

**Key Features:**

  • **LLM-Friendly**: The syntax is intuitive and can be easily generated by AI models
  • **Declarative & Readable**: Write what you want, not how to build it
  • **Framework Agnostic**: Works with React, Vue, or vanilla JavaScript
  • **Standardized Styling**: Professional appearance by default
  • **Built-in Data Visualizations**: Mini charts (pie, line) are native to the syntax
  • **Lightweight**: Less than 20KB before gzip

Workflow

To generate narrative text visualizations, follow these steps:

1. Understand the Requirements

Analyze the user's request to determine:

  • The topic or data to be analyzed
  • The type of narrative needed (report, summary, article)
  • The key insights to highlight
  • Any specific data sources or metrics

2. Generate T8 Syntax Content

Create narrative text using T8 Syntax following the specification below. The content must include:

  • Proper document structure (headings, paragraphs, lists)
  • Entity annotations for all meaningful data points
  • Appropriate metadata for entities (origin, assessment, etc.)

3. Generate Frontend Code

Create HTML, React, or Vue code to render the T8 content based on user's preferred framework.

4. Validate Output

Ensure:

  • All data is from authentic sources
  • Minimum content length (800 words or equivalent)
  • Proper entity annotations throughout
  • Clear structure and logical flow

---

T8 Syntax Specification

T8 Syntax is a Markdown-like language for creating narrative text with semantic entity annotations. It makes data analysis reports more expressive and visually appealing.

Document Structure

Headings (6 levels)

Use standard Markdown heading syntax:

# Level 1 Heading (Main Title)
## Level 2 Heading (Section)
### Level 3 Heading (Subsection)
#### Level 4 Heading
##### Level 5 Heading
###### Level 6 Heading

**Rules:**

  • Each heading must be on its own line
  • Add one space after the `#` symbols
  • Headings create visual hierarchy in the rendered output

Paragraphs

Regular text paragraphs are separated by blank lines:

This is the first paragraph with some content.

This is the second paragraph, separated by a blank line.

**Rules:**

  • Paragraphs can span multiple lines
  • Use blank lines to separate distinct paragraphs
  • Text within a paragraph flows naturally

Lists

T8 Syntax supports both unordered and ordered lists.

**Unordered Lists:**

- First item
- Second item
- Third item

**Ordered Lists:**

1. First step
2. Second step
3. Third step

**Rules:**

  • Each list item must be on its own line
  • Add one space after the bullet marker (`-`, `*`) or number
  • Lists can contain entities and text formatting

Text Formatting

T8 Syntax supports inline text formatting using Markdown syntax:

**Bold Text:** `This is **bold text** that stands out.`

**Italic Text:** `This is *italic text* for emphasis.`

**Underline Text:** `This is __underlined text__ for importance.`

**Links:** `Visit [our website](https://example.com) for more information.`

**Rules:**

  • Formatting markers must be balanced (opening and closing)
  • Formatting can be combined with entities
  • Links use `[text](URL)` syntax where URL starts with `http://`, `https://`, or `/`

Entity Annotation Syntax

The core feature of T8 Syntax is **entity annotation** - marking specific data points with semantic meaning and metadata.

Basic Entity Syntax

[displayText](entityType)
  • `displayText`: The text shown to readers
  • `entityType`: The semantic type of this entity

**Example:**

The [sales revenue](metric_name) reached [¥1.5 million](metric_value) this quarter.

Entity with Metadata

[displayText](entityType, key1=value1, key2=value2, key3="string value")

**Metadata Rules:**

  • Separate multiple metadata fields with commas
  • Numbers and booleans: write directly (e.g., `origin=1500000`, `active=true`)
  • Strings: wrap in double quotes (e.g., `unit="元"`, `region="Asia"`)

**Example:**

Revenue grew by [15.3%](ratio_value, origin=0.153, assessment="positive") compared to last year.

Entity Types Reference

Use these entity types to annotate different kinds of data:

| Entity Type | Description | When to Use | Examples | | -------------------- | ------------------------------------ | ---------------------------------------------- | -------------------------------------------------------- | | `metric_name` | Name of a metric or KPI | When mentioning what you're measuring | "revenue", "user count", "market share" | | `metric_value` | Primary metric value | The main number/value being reported | "¥1.5 million", "50,000 users", "250 units" | | `other_metric_value` | Secondary or supporting metric value | Additional metrics that provide context | "average order value: $120" | | `delta_

Read more
Ships withchart-visualization-skills

Turning data into a visual language for better thinking. AntV , initiated by Ant Group and open-sourced starting in 2017, reimagines data visualization by embedding the theory of graphical grammar into the JavaScript language.

Get the whole plugin
Stats
464
Stars
35
Forks
Active
Maintenance
TypeScript
Language
MIT
License
4d ago
Last commit
6mo ago
Created

Repo: antvis/chart-visualization-skills