Help us improve
Share bugs, ideas, or general feedback.
From claude-agent-dev
Skill script tests — live feedback during skill development
npx claudepluginhub j0hanz/claude-agent-dev-pluginTrust 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 -m pytest "${CLAUDE_PLUGIN_ROOT}/skills/create-agent/scripts/tests/" "${CLAUDE_PLUGIN_ROOT}/skills/skill-builder/tests/" "${CLAUDE_PLUGIN_ROOT}/skills/planning/tests/" -v --tb=short -fTrigger 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.