.github/skills/antv-skills-maintainer/SKILL.md
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.
npx skillsauth add antvis/chart-visualization-skills antv-skills-maintainerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill ensures that all documentation and configuration files remain in sync whenever a skill is added or updated in this repository.
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.
Apply this skill automatically after every code change — especially when:
skills/SKILL.md is modified (name, description, capabilities)The ## Available Skills section in README.md must list every skill under skills/ with:
SKILL.md frontmatter description fieldFormat:
- 🔧 **skill-name**: One-line description from SKILL.md frontmatter.
`Skill Display Name` elaboration paragraph...
Steps:
skills/ directory to list all available skills.SKILL.md frontmatter (name, description).## Available Skills section in README.md..claude-plugin/marketplace.json — Plugins ArrayThe 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:
skills/ directory to list all available skills.SKILL.md frontmatter (name, description).plugins array in .claude-plugin/marketplace.json.description for changed skills, remove entries for deleted skills.After any skill-related code change, run through this checklist:
skills/ are listed in README.md under ## Available SkillsREADME.md match the corresponding SKILL.md frontmatterskills/ have a corresponding entry in .claude-plugin/marketplace.jsondescription fields in marketplace.json match the corresponding SKILL.md frontmatterREADME.md or marketplace.json for removed skillsmarketplace.json remains valid JSON after changesdevelopment
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.
tools
G6 v5 图可视化代码生成技能,支持网络图、树形图、流程图等多种图类型的初始化、布局、交互和插件配置
development
将数据可视化为图表。当用户需要生成柱状图、折线图、饼图、散点图、雷达图、桑基图、思维导图、流程图等图表时调用此技能,通过 curl 工具调用 AntV API 生成图表图片
development
Search icons through HTTP API and retrieve SVG strings with curl.