skill-management

Coordinate skill creation, syncing, validation, and releases via skill-creator and vd CLI.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/vanducng/skills --skill skill-management-vanducng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-management
Source: https://github.com/vanducng/skills/tree/main/skills/skill-management
Command: npx skills add https://github.com/vanducng/skills --skill skill-management-vanducng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill unit centralizes the lifecycle management of agent skills, ensuring consistent creation, syncing, validation, and releases across the repository.

Core Features & Use Cases

  • Author new skills via skill-creator
  • Sync and vendor tracked skills with the vd CLI
  • Validate and lint frontmatter to keep catalog clean
  • Bump versions and publish releases using conventional commits and release-please
  • Coordinate skill catalog maintenance during updates and upgrades

Quick Start

Create a new skill skeleton or sync tracked skills using the skill-creator and the vd CLI.

Frequently Asked Questions about skill-management

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

FAQPage Schema
How do I automate skill creation and lifecycle management across a repository?

Automate skill lifecycle management by orchestrating creation, syncing, validation, and releases using the skill-creator and the vd CLI. This centralizes catalog maintenance to enforce consistency across local and upstream sources within the repository.

What is the best way to lint frontmatter and validate skills before a release?

Validate and lint frontmatter using the enforced frontmatter-lint workflow to keep the catalog clean. This process integrates with conventional commits and release-please to ensure skills pass validation before publishing releases.

How do I sync and vendor tracked skills with the vd CLI?

Sync and vendor tracked skills using the vd CLI to coordinate updates across local and upstream sources. This ensures tracked skills remain synchronized with their upstream origins during repository maintenance and upgrades.

Does skill-management integrate with conventional commits and release-please for versioning?

Yes, skill-management integrates with conventional commits and release-please for versioning. It bumps versions and publishes releases as part of catalog releases, automating the release workflow for skills across the repository.

Can I use skill-management to coordinate skill catalog maintenance during upgrades?

Yes, you can coordinate skill catalog maintenance during updates and upgrades. It orchestrates syncing and validation to ensure all tracked skills remain consistent and correctly vendored when the repository undergoes upgrades.