file-watcher

Watch files and directories for changes with event callbacks, pattern filtering, and action triggers.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "file-watcher" with this command: npx skills add aidotnet/moyucode/aidotnet-moyucode-file-watcher

File Watcher Tool

Description

Watch files and directories for changes with event callbacks, pattern filtering, and action triggers.

Trigger

  • /watch command

  • User needs to monitor files

  • User wants change notifications

Usage

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

Tags

watch , files , monitor , events , automation

Compatibility

  • Codex: ✅

  • Claude Code: ✅

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bilibili-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

puppeteer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

cron-scheduler

No summary provided by upstream source.

Repository SourceNeeds Review