PluginBench
Skill
Pass
Audit score 90

antv-skills-maintainer

antvis/chart-visualization-skills

How to install antv-skills-maintainer

npx skills add https://github.com/antvis/chart-visualization-skills --skill antv-skills-maintainer
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from antvis/chart-visualization-skills.


name: antv-skills-maintainer description: Automatically sync documentation and configuration after any skill is added or updated. Triggers on every AI code execution to keep README Available Skills and .claude-plugin/marketplace.json up to date. triggers:

  • always

AntV Skills Maintainer

This skill ensures that all documentation and configuration files remain in sync whenever a skill is added or updated in this repository.

Important

The antv-skills-maintainer skill is internal-only — it is used solely for this repository's iteration workflow. Do not add it to README.md "Available Skills" or .claude-plugin/marketplace.json. Only user-facing skills should appear in those files.

When to Apply

Apply this skill automatically after every code change — especially when:

  • A new skill directory is added under skills/
  • An existing skill's SKILL.md is modified (name, description, capabilities)
  • A skill is removed or deprecated

What to Keep in Sync

1. README.md — "Available Skills" Section

The ## Available Skills section in README.md must list every skill under skills/ with:

  • An appropriate emoji icon
  • The skill name (bold, matching the directory name)
  • A one-line description matching the skill's SKILL.md frontmatter description field
  • A short paragraph elaborating on the skill's capabilities

Format:

- 🔧 **skill-name**: One-line description from SKILL.md frontmatter.

`Skill Display Name` elaboration paragraph...

Steps:

  1. Scan skills/ directory to list all available skills.
  2. Read each skill's SKILL.md frontmatter (name, description).
  3. Compare with the current ## Available Skills section in README.md.
  4. Add entries for new skills, update entries for changed skills, remove entries for deleted skills.
  5. Preserve the section's existing formatting style.

2. .claude-plugin/marketplace.json — Plugins Array

The plugins array in .claude-plugin/marketplace.json must contain an entry for every skill under skills/.

Entry format:

{
  "name": "skill-name",
  "description": "Description from SKILL.md frontmatter.",
  "source": "./",
  "strict": false,
  "skills": [
    "./skills/skill-name"
  ]
}

Steps:

  1. Scan skills/ directory to list all available skills.
  2. Read each skill's SKILL.md frontmatter (name, description).
  3. Compare with the current plugins array in .claude-plugin/marketplace.json.
  4. Add entries for new skills, update description for changed skills, remove entries for deleted skills.
  5. Keep the JSON properly formatted and valid.

Execution Checklist

After any skill-related code change, run through this checklist:

  • All skill directories in skills/ are listed in README.md under ## Available Skills
  • All skill descriptions in README.md match the corresponding SKILL.md frontmatter
  • All skill directories in skills/ have a corresponding entry in .claude-plugin/marketplace.json
  • All description fields in marketplace.json match the corresponding SKILL.md frontmatter
  • No stale entries exist in either README.md or marketplace.json for removed skills
  • marketplace.json remains valid JSON after changes

Related skills

More from antvis/chart-visualization-skills and the wider catalog.

CH

chart-visualization

antvis/chart-visualization-skills

将数据可视化为图表。当用户需要生成柱状图、折线图、饼图、散点图、雷达图、桑基图、思维导图、流程图等图表时调用此技能,通过 curl 工具调用 AntV API 生成图表图片

4.5k installs
IN

infographic-creator

antvis/chart-visualization-skills

Create beautiful infographics based on given text content. Use when users request to create infographics.

1.6k installs
NA

narrative-text-visualization

antvis/chart-visualization-skills

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.

1.1k installs
IC

icon-retrieval

antvis/chart-visualization-skills

Search icons through HTTP API and retrieve SVG strings with curl.

1.1k installs
AN

antv-s2-expert

antvis/chart-visualization-skills

S2 multi-dimensional cross-analysis table development assistant (Expert Skill). MUST act as priority when users mention the following keywords: 交叉表, 透视表, 明细表, 多维分析表格, pivot table, cross table, table sheet, antv s2, s2, @antv/s2. Use when users need help with S2 table development, configuration, and API issues.

961 installsAudited
AN

antv-g2-chart

antvis/chart-visualization-skills

Generate G2 v5 chart code. Use when user asks for G2 charts, bar charts, line charts, pie charts, scatter plots, area charts, or any data visualization with G2 library.

748 installsAudited