skill-sync

Synchronize skill metadata from SKILL.md files into AGENTS.md auto-invoke tables.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/brivaro/brivaro-ai-wizard --skill skill-sync-brivaro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-sync
Source: https://github.com/brivaro/brivaro-ai-wizard/tree/main/skills/skill-sync
Command: npx skills add https://github.com/brivaro/brivaro-ai-wizard --skill skill-sync-brivaro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures that the auto-invoke sections in your AGENTS.md files accurately reflect the current state of your skills, preventing outdated information and manual synchronization errors.

Core Features & Use Cases

  • Automated Table Generation: Automatically creates and updates ### Auto-invoke Skills tables in AGENTS.md files.
  • Metadata Synchronization: Reads metadata.scope and metadata.auto_invoke from all SKILL.md files.
  • Use Case: After adding a new skill that should be invoked for specific actions, running this script ensures that the relevant AGENTS.md file is updated with the new skill and its trigger actions, maintaining a single source of truth.

Quick Start

Run the sync script to update all AGENTS.md files with the latest skill metadata.

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 files in sync with SKILL.md metadata?

To keep AGENTS.md files in sync, you can automate metadata synchronization by reading scope and auto_invoke fields from SKILL.md files to populate Auto-invoke Skills tables automatically.

How do I automatically generate auto-invoke sections in AGENTS.md?

Automated table generation creates and updates Auto-invoke Skills sections in AGENTS.md files by reading metadata.scope and metadata.auto_invoke properties directly from all SKILL.md files.

Can I preview AGENTS.md updates before applying changes?

Yes, you can preview AGENTS.md updates using the dry-run capability, which allows you to review metadata synchronization changes before committing them to the repository.

How do I filter skill metadata sync by scope?

Filtering skill metadata sync by scope is supported natively, allowing you to target specific SKILL.md files and update only relevant AGENTS.md sections based on scope criteria.

Why are my AGENTS.md auto-invoke tables outdated?

AGENTS.md auto-invoke tables become outdated when manual synchronization errors occur, but running an automated sync script prevents outdated information by maintaining a single source of truth.

Do I need any dependencies to sync AGENTS.md files?

No dependencies are required to sync AGENTS.md files, as the skill operates standalone using included scripts and assets to read SKILL.md metadata and populate the target sections.