skill-sync
Installation
SKILL.md
Purpose
Keeps AGENTS.md Auto-invoke sections in sync with skill metadata. When you create or modify a skill, run the sync script to automatically update all affected AGENTS.md files.
Required Skill Metadata
Each skill that should appear in Auto-invoke sections needs these fields in metadata:
metadata:
author: your-name
version: "1.0"
scope: [root] # Which AGENTS.md files to update
auto_invoke: "When to invoke this skill" # Single action or list
Scope Values
Related skills