Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/lexxes-projects/obey/claude-mdgit clone --depth 1 https://github.com/Lexxes-Projects/obeyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/lexxes-projects/obey/claude-md)<a href="https://agentmods.dev/instructions/lexxes-projects/obey/claude-md"><img src="https://agentmods.dev/badge/instructions/lexxes-projects/obey/claude-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00398 | $0.00398 |
| Opus 5 | $0.00199 | $0.00199 |
| Sonnet 5 | $0.00080 | $0.00080 |
| Haiku 4.5 | $0.00040 | $0.00040 |
Grade A, and why
obey CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
obey — Claude Code Plugin
Makes Claude actually follow your rules by storing, injecting, and enforcing user instructions across sessions.
Stack
- Language: Bash scripts (no compilation needed)
- Dependencies: jq
- Plugin format: Claude Code plugin (.claude-plugin/plugin.json)
Architecture
skills/— /remember, /rules, /forget slash commandsagents/— rule-classifier (Haiku-based scope detection)hooks/— SessionStart, PreToolUse, PreCompact, UserPromptSubmitscripts/— bash scripts for rule CRUD, context injection, enforcement
Key Design Decisions
- Bash over Python: Zero external dependencies (unlike hookify which needs Python)
- Grep-compatible regex: Patterns use POSIX ERE (
(a|b)not(?:a|b)) for grep -iE - Three storage files: global, stack, project — maps to Claude Code's scope hierarchy
- No CLAUDE.md modification: Rules injected via hook additionalContext, not by editing user files
- Conservative auto-detection: UserPromptSubmit only suggests /remember, never auto-saves
Status: MVP
- Rule storage (global/stack/project scopes)
- Rule CRUD (add, remove, list)
- SessionStart hook (inject rules into context)
- PreCompact hook (rules survive compaction)
- PreToolUse hook (block violations)
- UserPromptSubmit hook (detect natural rule patterns)
- /remember skill
- /rules skill
- /forget skill
- rule-classifier agent
- README
- Testing with real Claude Code sessions
- GitHub repo + release
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 41 lines · 398 tokens per session scan A 8fa14cbcc996
obey CLAUDE.md is an instructions file published in the GitHub repository Lexxes-Projects/obey (1 stars, last pushed 5mo ago), licensed MIT. It adds 398 tokens to every session, about $0.0020 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
claude-session-hooks-template AGENTS.md
Instructions for johnlindquist/claude-session-hooks-template, covering ai agent instructions, understanding this template, what this template provides, how hooks work and common user requests.
klaudiush CLAUDE.md
Instructions for smykla-skalski/klaudiush, covering claude.md, project overview, commands, completion (shell completion scripts) and doctor (diagnose setup and configuration).
cc-safe-setup CLAUDE.md
Instructions for yurukusa/cc-safe-setup, covering project rules, safety, code style and git.
mumei CLAUDE.md
Instructions for iroha924/mumei, covering mumei development guide, what mumei is, language policy, bash + jq conventions (essentials) and schemas/ conventions (essentials).
kleosrules AGENTS.md
Instructions for kleosr/kleosrules, a project described as: Cursor harness pack: user rules, skills, Bash hooks, local HANDOFF memory. macOS, Linux, Windows (WSL).
no-vibe AGENTS.md
Instructions for rizukirr/no-vibe, covering agents, repo purpose, architecture (high-signal files), verification commands and conventions that are easy to miss.