skills_sync 0.2.1
skills_sync: ^0.2.1 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.2.1 - 2026-03-07 #
Refactor #
- Fixed static analysis warnings to ensure zero-tolerance lint cleanliness.
- Internal structural improvements for better maintainability.
0.2.0 - 2026-03-07 #
Features #
- Added 'update' command to quickly update all installed skills across all targets.
- Enhanced 'sync' command with a default '--clean' behavior for thorough synchronization.
- Added '--agent
- Added user confirmation prompt for destructive operations in 'sync' command.
- Integrated security audit cache and lockfile management improvements.
0.1.2 - 2026-03-06 #
Documentation #
- Updated existing Japanese changelog entries to English for better accessibility.
0.1.1 - 2026-03-06 #
Documentation #
- Fixed the reference to the
release-pubskill to point to its globally installed version to clarify it's a separate project.
0.1.0 - 2026-03-06 #
Features #
- Introduced the external
release-pubskill as the official release process.
Documentation #
- Integrated and updated the documentation and initial setup instructions for automated
pub.devreleases (GitHub Actions & OIDC) into therelease-pubskill workflow.
Chores #
- Updated the skill definitions in the
skills.yamlexample.
0.0.8 #
- docs: add
skills.yamlspecifications toskills-sync/SKILL.md.
0.0.7 #
- docs: fix insecure local file links in
README.mdto resolve pub.dev deductions.
0.0.6 #
- docs: officially release the
skills-optimizerAI guidelines update and add.agents/rules/rule.mdstep for releases.
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.
0.0.1 #
- Initial version.