skills_sync 0.1.1
skills_sync: ^0.1.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.1.1 - 2026-03-06 #
Documentation #
- pub.dev 公開用の
release-pubスキルを別プロジェクトである事を示すため、グローバルインストール版の同スキルへのリンクに修正
0.1.0 - 2026-03-06 #
Features #
- 外部の
release-pubスキル (https://skills.sh/mono0926/skills/release-pub) をプロジェクトの公式リリースプロセスとして導入
Documentation #
- pub.dev への自動リリース (GitHub Actions & OIDC連携) についてのドキュメントと初期セットアップ手順を、
release-pubスキルを用いたプロセスに統合・更新
Chores #
skills.yamlサンプルのスキル定義を更新
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.