with one click
antv-skills-maintainer
// 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.
// 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.
G6 v5 图可视化代码生成技能,支持网络图、树形图、流程图等多种图类型的初始化、布局、交互和插件配置
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.
Search icons through HTTP API and retrieve SVG strings with curl.
将数据可视化为图表。当用户需要生成柱状图、折线图、饼图、散点图、雷达图、桑基图、思维导图、流程图等图表时调用此技能,通过 curl 工具调用 AntV API 生成图表图片
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.
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.
| 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"] |
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 changes