npx skills add ...
npx skills add antvis/chart-visualization-skills --skill 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.
npx skills add antvis/chart-visualization-skills --skill 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.
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:
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:
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