skills_sync 0.0.7
skills_sync: ^0.0.7 copied to clipboard
A CLI tool to keep AI Agent Skills (SKILL.md) in sync across your projects based on a central configuration file.
example/main.dart
// ignore_for_file: avoid_print
import 'dart:io';
void main() {
print('skills_sync is a CLI tool and not intended to be used as a library.');
print('Run `skills_sync --help` for usage information.');
exit(1);
}