From 20425eeb76865939aa13ae1e508a2206e9c16d15 Mon Sep 17 00:00:00 2001 From: LXMedia1 <3010436+LXMedia1@users.noreply.github.com> Date: Sun, 22 Mar 2026 14:50:32 +0100 Subject: [PATCH] Add obey: rule enforcement plugin with 17 lifecycle hooks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a46b1..1e38a1a 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Over 150 production-ready plugins that extend Claude Code with domain-specific c | [onboarding-guide](plugins/onboarding-guide/) | New developer onboarding documentation generator | | [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | Teams-first multi-agent orchestration. 19 specialized agents, 28 skills. Full autonomous execution, Socratic questioning, N coordinated agents. 9,900+ stars | | [onWatch](https://github.com/onllm-dev/onwatch) | Open-source Go CLI that tracks AI API quota usage across 7 providers (Synthetic, Z.ai, Anthropic, Codex, GitHub Copilot, MiniMax, Antigravity) with a background daemon (<50 MB RAM), zero telemetry, and a Material Design 3 web dashboard | +| [obey](https://github.com/Lexxes-Projects/obey) | Rule enforcement plugin. Save rules with natural language, enforce with 17 lifecycle hooks. Three scopes (global, stack-specific, project-local), active blocking via PreToolUse, completion checklists via Stop hook, audit trail, auto-detects rule-like language. Cross-platform. | | [opcode](https://github.com/winfunc/opcode) | Tauri 2 desktop GUI and toolkit for Claude Code. Manage sessions, create custom agents with visual editor, usage analytics, MCP integration. 21,000+ stars | | [openapi-expert](plugins/openapi-expert/) | OpenAPI spec generation, validation, and client code scaffolding | | [optimize](plugins/optimize/) | Code optimization for performance and bundle size reduction |