Lexxes-Projects

22 mods across 1 repository, 1 stars between them.

obey

01

Lexxes-Projects/obey

Plugin Claude Code

Makes Claude actually follow your rules. Save rules with natural language, enforce them with hooks, remember them across sessions.

1 5mo ago A tokens not measured original MIT

obey CLAUDE.md

02

Lexxes-Projects/obey

Instructions file

Claude Code instructions for Lexxes-Projects/obey, covering obey — claude code plugin, stack, architecture, key design decisions and status: mvp.

1 5mo ago A 398 tokens original MIT

rule-classifier

03

Lexxes-Projects/obey

Agent

Classify a user rule into scope and enforcement mechanism. Use when analyzing a rule from /remember that has no explicit scope flag.

1 5mo ago A 30 tokens original MIT

SessionStart

04

Lexxes-Projects/obey

Hook

Runs when a session starts, executing session-start.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 52% MIT

InstructionsLoaded

05

Lexxes-Projects/obey

Hook

Runs after instructions files are loaded, executing instructions-loaded.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured original MIT

UserPromptSubmit

06

Lexxes-Projects/obey

Hook

Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured original MIT

PreToolUse

07

Lexxes-Projects/obey

Hook

Runs before the agent uses a tool for Bash, Write, Edit and MultiEdit tool calls, executing pre-tool-use.sh via bash (2 commands). From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 86% MIT

PermissionRequest

08

Lexxes-Projects/obey

Hook

Runs when the agent asks permission for an action, executing permission-request.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 59% MIT

PostToolUse

09

Lexxes-Projects/obey

Hook

Runs after a tool call finishes for Bash, Write, Edit and MultiEdit tool calls, executing post-tool-use.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured original MIT

PostToolUseFailure

10

Lexxes-Projects/obey

Hook

Runs when a tool call fails for Bash, Write, Edit and MultiEdit tool calls, executing post-tool-use-failure.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 63% MIT

SubagentStart

11

Lexxes-Projects/obey

Hook

Runs when a subagent starts, executing subagent-start.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured original MIT

SubagentStop

12

Lexxes-Projects/obey

Hook

Runs when a subagent finishes, executing subagent-stop.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 45% MIT

Stop

13

Lexxes-Projects/obey

Hook

Runs when the agent finishes a response, executing stop.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 48% MIT

PreCompact

14

Lexxes-Projects/obey

Hook

Runs before the context is compacted, executing pre-compact.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 53% MIT

PostCompact

15

Lexxes-Projects/obey

Hook

Runs after the context is compacted, executing post-compact.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured original MIT

TaskCompleted

16

Lexxes-Projects/obey

Hook

Runs when a task is marked completed, executing task-completed.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured original MIT

ConfigChange

17

Lexxes-Projects/obey

Hook

Runs on the ConfigChange event, executing config-change.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured original MIT

Notification

18

Lexxes-Projects/obey

Hook

Runs when the agent sends a notification, executing notification.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 47% MIT

SessionEnd

19

Lexxes-Projects/obey

Hook

Runs when a session ends, executing session-end.sh via bash. From Lexxes-Projects/obey.

1 5mo ago A tokens not measured copy · 53% MIT

forget

20

Lexxes-Projects/obey

Skill Claude CodeCodex

Remove a rule. Use when the user says "/forget", "forget rule", "remove rule", "delete rule", or wants to stop a rule from being enforced.

1 5mo ago A 36 tokens original MIT

remember

21

Lexxes-Projects/obey

Skill Claude CodeCodex

Save a rule that Claude must follow. Use when the user says "/remember", "remember this", "save this rule", or wants to save a persistent instruction that should be enforced across sessions.

1 5mo ago C 41 tokens original MIT

rules

22

Lexxes-Projects/obey

Skill Claude CodeCodex

Show all active rules. Use when the user says "/rules", "show rules", "list rules", "what are my rules", or wants to see their current persistent instructions.

1 5mo ago A 38 tokens original MIT