npx claudepluginhub brothelmdzz/dev-harness --plugin dev-harnessDefined in hooks/hooks.json
python -c "import os,sys,subprocess,pathlib;r=os.environ.get('CLAUDE_PLUGIN_ROOT') or os.environ.get('CURSOR_PLUGIN_ROOT');sys.exit(0) if not r else None;root=pathlib.Path(r);venv=root/'.venv'/('Scripts/python.exe' if os.name=='nt' else 'bin/python');py=str(venv) if venv.exists() else sys.executable;hook=root/'hooks'/'stop-hook.py';subprocess.run([py,str(hook)],input=sys.stdin.buffer.read() if not sys.stdin.isatty() else None) if hook.exists() else None"5000msWrite|Editpython -c "import os,sys,subprocess,pathlib;r=os.environ.get('CLAUDE_PLUGIN_ROOT') or os.environ.get('CURSOR_PLUGIN_ROOT');sys.exit(0) if not r else None;root=pathlib.Path(r);venv=root/'.venv'/('Scripts/python.exe' if os.name=='nt' else 'bin/python');py=str(venv) if venv.exists() else sys.executable;hook=root/'hooks'/'plan-watcher.py';subprocess.run([py,str(hook)],input=sys.stdin.buffer.read() if not sys.stdin.isatty() else None) if hook.exists() else None"3000msWrite|Edit|Bash|Taskpython -c "import os,sys,subprocess,pathlib;r=os.environ.get('CLAUDE_PLUGIN_ROOT') or os.environ.get('CURSOR_PLUGIN_ROOT');sys.exit(0) if not r else None;root=pathlib.Path(r);venv=root/'.venv'/('Scripts/python.exe' if os.name=='nt' else 'bin/python');py=str(venv) if venv.exists() else sys.executable;hook=root/'hooks'/'activity-watcher.py';subprocess.run([py,str(hook)],input=sys.stdin.buffer.read() if not sys.stdin.isatty() else None) if hook.exists() else None"3000mspython -c "import os,sys,subprocess,pathlib;r=os.environ.get('CLAUDE_PLUGIN_ROOT') or os.environ.get('CURSOR_PLUGIN_ROOT');sys.exit(0) if not r else None;root=pathlib.Path(r);venv=root/'.venv'/('Scripts/python.exe' if os.name=='nt' else 'bin/python');py=str(venv) if venv.exists() else sys.executable;hook=root/'hooks'/'session-init.py';subprocess.run([py,str(hook)]) if hook.exists() else None"3000msCelebrates git commit/push successes via PostToolUse on Bash, greets on SessionStart/Stop, renders reaction cards after Write tool use. Runs bash/python scripts, writes files.