
Antv Skills Maintainer
- 1.1k installs
- 454 repo stars
- Updated July 31, 2026
- antvis/chart-visualization-skills
antv-skills-maintainer is an internal Claude Code skill that keeps AntV chart-visualization-skills README and marketplace manifest synchronized for developers who maintain the repository after adding or editing skills.
About
antv-skills-maintainer is an internal-only skill in the antvis/chart-visualization-skills repository that auto-syncs documentation and plugin configuration whenever skills change. It triggers on every AI code execution via an always-on trigger list, updating README Available Skills sections and .claude-plugin/marketplace.json to reflect the current skill tree. The skill explicitly excludes itself from public listings—only user-facing chart skills belong in README and marketplace manifests. Maintainers use it to prevent drift between SKILL.md files on disk and the plugin catalog developers install. The workflow fits repository iteration where new AntV visualization skills are added frequently and manual manifest edits would fall behind commits. Developers maintaining the AntV skills marketplace reach for antv-skills-maintainer to keep installable plugin metadata aligned with the repo.
- Triggers automatically after every AI code execution involving skill changes
- Maintains the "Available Skills" section in README.md with correct emojis, names, and descriptions
- Keeps .claude-plugin/marketplace.json updated with latest skill metadata
- Internal-only maintainer skill that prevents documentation drift
- Runs on every skill directory addition, SKILL.md modification, or deprecation
Antv Skills Maintainer by the numbers
- 1,050 all-time installs (skills.sh)
- +34 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #1,001 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/antvis/chart-visualization-skills --skill antv-skills-maintainerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.1k |
|---|---|
| repo stars | ★ 454 |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 31, 2026 |
| Repository | antvis/chart-visualization-skills ↗ |
How do you sync AntV skill marketplace manifests?
Automatically keep their skill repository's README and marketplace manifest in sync after every skill addition or edit.
Who is it for?
Maintainers of the antvis/chart-visualization-skills repository who add or edit AntV chart skills and need README and marketplace.json kept in sync automatically.
Skip if: Developers consuming AntV chart skills for data visualization should use the chart skills themselves instead of antv-skills-maintainer.
When should I use this skill?
A skill is added or updated in chart-visualization-skills and README Available Skills or .claude-plugin/marketplace.json may be out of date.
What you get
Updated README Available Skills section, refreshed marketplace.json entries, and excluded internal maintainer skill from public catalog
- Updated README skill index
- Synced marketplace.json manifest
By the numbers
- Syncs 2 repository files: README Available Skills and .claude-plugin/marketplace.json
- Uses an always-on trigger on every AI code execution
Files
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.mdis 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.mdfrontmatterdescriptionfield - 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 inREADME.mdunder## Available Skills - [ ] All skill descriptions in
README.mdmatch the correspondingSKILL.mdfrontmatter - [ ] All skill directories in
skills/have a corresponding entry in.claude-plugin/marketplace.json - [ ] All
descriptionfields inmarketplace.jsonmatch the correspondingSKILL.mdfrontmatter - [ ] No stale entries exist in either
README.mdormarketplace.jsonfor removed skills - [ ]
marketplace.jsonremains valid JSON after changes
Related skills
How it compares
Choose antv-skills-maintainer over generic skill-creator guides when maintaining the AntV chart plugin repo and marketplace.json must track skill additions automatically.
FAQ
Which files does antv-skills-maintainer update?
antv-skills-maintainer synchronizes the README Available Skills section and .claude-plugin/marketplace.json after any skill is added or updated. The skill runs on an always trigger during AI code execution in the chart-visualization-skills repository.
Should antv-skills-maintainer appear in the public catalog?
antv-skills-maintainer is internal-only and must not be listed in README Available Skills or marketplace.json. Only user-facing AntV chart visualization skills belong in the published plugin catalog.
Is Antv Skills Maintainer safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.