sync-skills

Synchronize agent skill definitions with generated documentation and manifests.

7|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/dmlguq456/agent_setting --skill sync-skills-dmlguq456
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-skills
Source: https://github.com/dmlguq456/agent_setting/tree/main/adapters/claude/skills/sync-skills
Command: npx skills add https://github.com/dmlguq456/agent_setting --skill sync-skills-dmlguq456

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents drift between agent skill definitions, agent metadata, and generated documentation by automatically detecting changes and synchronizing the operational dashboard.

Core Features & Use Cases

  • Skill and Agent Discovery: Scans Claude skill and agent definitions, extracts metadata, and identifies additions, removals, or modifications.
  • README and Manifest Synchronization: Regenerates the GitHub dashboard and emits deterministic manifest data from source definitions while preserving designated human-maintained sections.
  • Drift Validation: Checks cross-document invariants, naming consistency, QA terminology, and reference alignment to keep the agent framework coherent.
  • Use Case: After adding or modifying agent capabilities, use this Skill to verify changes, update generated documentation, and report any consistency issues before publishing.

Quick Start

Run the sync-skills skill to detect definition changes and update the agent dashboard and manifest.

Frequently Asked Questions about sync-skills

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

FAQPage Schema
How do I prevent configuration drift between agent skill definitions and generated documentation?

To prevent configuration drift, you can synchronize agent skill definitions with generated documentation by scanning source files, parsing frontmatter, and tracking hash changes to detect additions, removals, or modifications automatically.

What is the best way to automate README generation for an agent framework?

Automating README generation involves deterministic source scanning of agent configuration files to extract metadata, regenerating the dashboard, and emitting manifest data while preserving designated human-maintained sections.

How do I validate naming consistency and metadata alignment across agent configuration files?

Validating naming consistency requires checking cross-document invariants, QA terminology, and reference alignment across agent configuration files to keep the agent framework coherent and prevent metadata misalignment.

Can I use skill sync to detect newly added capabilities before publishing an agent workflow?

Yes, skill sync supports agent workflow maintenance by discovering newly added or modified agent capabilities, verifying changes, updating generated documentation, and reporting consistency issues before publishing.

Does skill sync require external dependencies to parse frontmatter and track metadata hashes?

No external dependencies are required to perform deterministic source scanning, frontmatter parsing, and hash tracking for agent skill and capability definitions during the synchronization process.