Help us improve
Share bugs, ideas, or general feedback.
From ai-skills
Cross-platform docker-compose health monitor (Python). Watches service state and surfaces changes as Claude notifications (one JSON line per change to stdout). Opt-in via userConfig.env_watch_enabled (default false); polling interval via userConfig.env_watch_interval (default 15s, min 5s). Exits silently when disabled, when no docker-compose file is in cwd, or when the docker CLI is unavailable. Honors SIGINT (all platforms) and SIGTERM (POSIX). Replaces the legacy bash-only env-watch.sh which is kept as a deprecated shim.
npx claudepluginhub alex-voloshin-dev/ai-skills --plugin ai-skillsTrust and execution context for this monitor
Runs unsandboxed at plugin trust level
This command is executed by Claude Code with the same permissions as the plugin itself. Inspect the command below before installing this plugin.
Substitutions like ${CLAUDE_PLUGIN_ROOT}, ${CLAUDE_PLUGIN_DATA}, ${user_config.*}, and ${ENV_VAR} are NOT resolved by ClaudePluginHub — they appear here verbatim and are expanded only at runtime.
Shell command executed when the monitor triggers
python ${CLAUDE_PLUGIN_ROOT}/monitors/env-watch.pyTrigger condition and source location
Auto-arm session monitoring for harness-mem health, advisor/reviewer state, and Plans.md drift.
Ecosystem repo health watcher (CI status, branch drift, stale baselines across vault-registered projects). Emits one NDJSON line per detected state change.
Share bugs, ideas, or general feedback.