From watch-cli
Watches files or commands and triggers actions on changes. Useful for live reloading or automation workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/watch-cli:watch-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
../../SKILL.md
../../SKILL.md
npx claudepluginhub sonpiaz/watch-cli --plugin watch-cliMonitors working directory for file changes and marker comments, auto-triggering skills. Poll-based via git diff. Use for automatic reactions to file changes, not one-off inspection.
Watches files and directories for changes with event callbacks, pattern filtering, and action triggers. Useful for automating rebuilds or monitoring during development.
Watches files for changes and runs arbitrary commands. Useful for triggering builds, tests, or server reloads on file modifications.