skills_sync 0.0.5
skills_sync: ^0.0.5 copied to clipboard
A CLI tool to keep AI Agent Skills (SKILL.md) in sync across your projects based on a central configuration file.
0.0.5 #
- docs: recommend using
find-skillsinskills-optimizerfor discovering high-quality skills.
0.0.4 #
- docs: update
skills-optimizerandskills-syncskills with AI coordination guidelines. - fix: resolve syntax and lint errors in
sync.dart. - fix: improve release notes extraction script to support bracketed version headers.
0.0.3 #
- feat: add confirmation prompt for
synccommand to prevent accidental deletion. - feat: add
--yes(-y) flag tosynccommand to skip confirmation. - feat: change skill installation to sequential process with real-time progress logging.
- fix: preserve all metadata (hashes, timestamps, etc.) in
.skill-lock.jsonfromnpx skills. - docs: update
SKILL.mdwith AI guidelines (no auto-sync, transparency in config changes). - docs: add prominent warning about
synccommand behavior in README. - chore: improve pana score by adding documentation and refining example.
0.0.2 #
- fix: resolve deadlock and missing output in
skills_syncparallel process streams. - refactor: translate CLI descriptions and error messages to English and reorganize example files.
- refactor: unify command name to
skills_syncfor consistency. - chore: optimize release automation script with
ciderand fixpanaissues. - docs: update README examples and link to live usage.