berrzebb

126 mods across 3 repositories, 47 stars between them.

StopFailure

73

berrzebb/quorum

Hook

Runs on the StopFailure event, executing stop-failure.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

PreToolUse

74

berrzebb/quorum

Hook

Runs before the agent uses a tool for Bash and Agent tool calls, executing session-gate.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

PostToolUse

75

berrzebb/quorum

Hook

Runs after a tool call finishes for Edit and Write tool calls, executing index.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

PostToolUseFailure

76

berrzebb/quorum

Hook

Runs when a tool call fails, executing post-tool-failure.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

PreCompact

77

berrzebb/quorum

Hook

Runs before the context is compacted, executing pre-compact.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured copy · 86% MIT

PostCompact

78

berrzebb/quorum

Hook

Runs after the context is compacted, executing post-compact.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

SubagentStart

79

berrzebb/quorum

Hook

Runs when a subagent starts for implementer and scout tool calls, executing subagent-start.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

SubagentStop

80

berrzebb/quorum

Hook

Runs when a subagent finishes for implementer tool calls, executing subagent-stop.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

WorktreeCreate

81

berrzebb/quorum

Hook

Runs when a git worktree is created, executing worktree-create.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured copy · 52% MIT

WorktreeRemove

82

berrzebb/quorum

Hook

Runs when a git worktree is removed, executing worktree-remove.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

TeammateIdle

83

berrzebb/quorum

Hook

Runs on the TeammateIdle event, executing teammate-idle.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

TaskCompleted

84

berrzebb/quorum

Hook

Runs when a task is marked completed, executing task-completed.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured copy · 56% MIT

PermissionRequest

85

berrzebb/quorum

Hook

Runs when the agent asks permission for an action, executing permission-request.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured copy · 50% MIT

Notification

86

berrzebb/quorum

Hook

Runs when the agent sends a notification, executing notification.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

InstructionsLoaded

87

berrzebb/quorum

Hook

Runs after instructions files are loaded, executing instructions-loaded.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

ConfigChange

88

berrzebb/quorum

Hook

Runs on the ConfigChange event, executing config-change.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

Elicitation

89

berrzebb/quorum

Hook

Runs when the agent asks you a question, executing elicitation.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

ElicitationResult

90

berrzebb/quorum

Hook

Runs on the ElicitationResult event, executing elicitation-result.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

SessionEnd

91

berrzebb/quorum

Hook

Runs when a session ends, executing session-end.mjs via node. From berrzebb/quorum.

10 4mo ago A tokens not measured original MIT

quorum

92

berrzebb/quorum

Plugin Claude Code

Cross-model audit gate — 3-adapter (Claude Code + Gemini CLI + Codex), parliament protocol, 5 enforcement gates, 26 MCP tools, 3030 tests.

10 4mo ago A tokens not measured copy · 92% MIT

a11y-auditor

93

berrzebb/quorum

Agent

Accessibility Auditor — performs static code analysis for WCAG 2.1 AA compliance, aria attributes, semantic HTML, and keyboard support. Activated when accessibility domain is detected. NOTE — this is STATIC analysis only; runtime browser testing is handled by ui-reviewer.

10 4mo ago A 59 tokens original MIT

compat-reviewer

94

berrzebb/quorum

Agent

Compatibility Reviewer — checks backward compatibility, migration safety, breaking API changes, and consumer impact. Activated when migration domain is detected (schema changes, API surface modifications).

10 4mo ago A 36 tokens original MIT

compliance-officer

95

berrzebb/quorum

Agent

Compliance Officer — checks license compatibility, PII handling, data retention, and regulatory patterns. Activated when compliance domain is detected (license files, personal data handling, GDPR/CCPA patterns).

10 4mo ago A 43 tokens original MIT

berrzebb/quorum

Agent

Concurrency Verifier — analyzes async coordination, shared state access, race conditions, and deadlock potential. Activated when concurrency domain is detected (Promise.all, Workers, shared state, locks).

10 4mo ago A 42 tokens original MIT