antv-skills-maintainer

Synchronize README and marketplace.json after skill changes.

454|35|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/antvis/chart-visualization-skills --skill antv-skills-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antv-skills-maintainer
Source: https://github.com/antvis/chart-visualization-skills/tree/main/.github/skills/antv-skills-maintainer
Command: npx skills add https://github.com/antvis/chart-visualization-skills --skill antv-skills-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that project documentation and marketplace configuration stay synchronized after any skill is added or updated, reducing manual overhead and drift.

Core Features & Use Cases

  • Automatic README updates to reflect new or removed skills based on SKILL.md frontmatter.
  • Automatic marketplace.json updates to match the current skill set and descriptions.
  • Validation and alignment of skill names and descriptions across documentation and plugin registry.

Quick Start

Run after any skill change to refresh README and marketplace.json to reflect the current skill set.

Frequently Asked Questions about antv-skills-maintainer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep README and marketplace.json synchronized after updating skills?

To synchronize README and marketplace.json after updating skills, run an automated workflow that reads SKILL.md frontmatter, validates entries, and applies matching updates to both documentation and the plugin registry.

What is the best way to automate documentation updates when repository skills change?

Automating documentation updates when repository skills change requires enforcing frontmatter-driven names and descriptions, then triggering an automatic synchronization process to refresh the README and marketplace data.

How does frontmatter validation work for skill marketplace configuration?

Frontmatter validation for skill marketplace configuration works by enforcing consistent names and descriptions parsed from SKILL.md files, ensuring the marketplace.json entries match the current skill set without manual overhead.

Can I trigger marketplace.json updates automatically after every code change?

Yes, you can trigger marketplace.json updates automatically after every code change by integrating a synchronization workflow that detects skill additions, updates, or deprecations and refreshes the registry accordingly.

Do I need SKILL.md frontmatter to synchronize marketplace data?

Yes, SKILL.md frontmatter is required to synchronize marketplace data, as the synchronization process relies on frontmatter-driven names and descriptions to validate and align marketplace.json entries with documentation.

What causes documentation drift in skill repository maintenance?

Documentation drift in skill repository maintenance is caused by manual updates that fail to reflect new or removed skills, which an automated synchronization workflow prevents by aligning README and marketplace.json after every skill change.