What problem does it solve?
Streamline skill distribution between local repos, skill-master, and other consuming repos with a single command. Automates the process of syncing local edits, updating from skill-master, and propagating changes across all repos.
Core Features & Use Cases
- Syncing Edits: Push local edits back to skill-master and propagate to all consuming repos.
- Updating skill-master: Pull the latest updates from skill-master into the current repo.
- Propagation: Update submodules in all consuming repos to the latest changes from skill-master.
- Copy Skills: Copy a skill to a new repo without using submodules.
- Auto-Detect Mode: Detects what needs to be done based on context and arguments.
- Use Case: If you edited a skill locally and want to make it available in other repos, use this skill to automatically update all relevant locations.
Quick Start
To sync a specific skill to skill-master, run the command: /distribute-skill sync skill-name