skill-sync

Sync AGENTS.md Auto-invoke tables with SKILL.md YAML frontmatter metadata.

5|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/Rzyfront/Vendix --skill skill-sync-rzyfront
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-sync
Source: https://github.com/Rzyfront/Vendix/tree/main/skills/skill-sync
Command: npx skills add https://github.com/Rzyfront/Vendix --skill skill-sync-rzyfront

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

AGENTS.md Auto-invoke sections can drift out of sync with the actual skill metadata. This Skill keeps them updated automatically to ensure accurate documentation and easy cross-reference.

Core Features & Use Cases

  • Auto-update: regenerates Auto-invoke tables across repository AGENTS.md files whenever skill metadata or auto_invoke entries change.
  • Scope-aware: updates root and per-scope AGENTS.md files (root, backend, frontend) as configured.
  • Dry-run support: preview changes without modifying files, then apply.

Quick Start

Run the skill-sync script to refresh all AGENTS.md Auto-invoke tables: ./skills/skill-sync/assets/sync.sh

Frequently Asked Questions about skill-sync

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

FAQPage Schema
How do I keep AGENTS.md Auto-invoke sections synced with skill metadata?

To keep AGENTS.md Auto-invoke sections synced with skill metadata, run the sync script to extract YAML frontmatter from SKILL.md files and regenerate the corresponding Auto-invoke tables automatically.

Can I preview changes to AGENTS.md auto-invoke tables before applying them?

Yes, you can preview changes to AGENTS.md auto-invoke tables before applying them by running the sync script with the --dry-run option to view modifications without modifying files.

How do I update Auto-invoke tables for a specific scope like backend or frontend?

To update Auto-invoke tables for a specific scope, use the --scope option with the sync script to target and rewrite only the matching per-scope AGENTS.md files.

Why are my AGENTS.md auto-invoke tables out of date with my SKILL.md files?

AGENTS.md auto-invoke tables drift out of date when SKILL.md metadata changes are not reflected in the documentation, requiring the sync script to read YAML frontmatter and rewrite the tables.