Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/AIDotNet/MoYuCode --skill file-watcherコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | file-watcher |
| description | 监视文件和目录变化,支持事件回调和过滤。 |
| metadata | {"short-description":"监视文件变化"} |
| source | {"repository":"https://github.com/gorakhargosh/watchdog","license":"Apache-2.0"} |
Watch files and directories for changes with event callbacks, pattern filtering, and action triggers.
/watch command# Watch directory
python scripts/file_watcher.py ./src/
# Watch with pattern filter
python scripts/file_watcher.py ./src/ --pattern "*.py"
# Watch and run command on change
python scripts/file_watcher.py ./src/ --exec "npm run build"
# Watch specific file
python scripts/file_watcher.py config.json
watch, files, monitor, events, automation