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 skills/lexxes-projects/obey/rulesnpx skills add Lexxes-Projects/obey --skill rulesgit clone --depth 1 https://github.com/Lexxes-Projects/obeyWhat 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.00038 | $0.00388 |
| Opus 5 | $0.00019 | $0.00194 |
| Sonnet 5 | $0.00008 | $0.00078 |
| Haiku 4.5 | $0.00004 | $0.00039 |
Grade A, and why
rules 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 yesterday.
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
/rules — Show Active Rules
Show the user their active rules.
Process
Run the list script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/rules-list.sh --filter "all"
If $ARGUMENTS contains --global, --local, --project, or --stack, pass that as the filter instead of "all".
Format the Output
Present the rules as a clean, organized list grouped by scope:
# Active Rules
## Global (apply to all projects)
1. [ID] [hook+instruction] Never push to main
→ Blocks: git push.*main
2. [ID] [instruction] Always explain reasoning before writing code
## Stack: rust (apply to all Rust projects)
3. [ID] [hook+instruction] Never use .unwrap() in production
→ Blocks: \.unwrap\(\)
## Project (this project only)
4. [ID] [instruction] Use the repository pattern for data access
Detected stack: rust
Total: 4 rules (2 hook-enforced, 2 instruction-only)
For each rule show:
- The rule ID (for use with
/forget) - Enforcement type in brackets
- Rule text
- If hook-enforced: the pattern that triggers blocking (with →)
Also show the detected stack and totals.
If there are no rules, tell the user: "No rules set. Use /remember <rule> to add one."
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.
- yesterday First seen · 53 lines · 38 tokens per session scan A 717a909f99da
rules is a skill published in the GitHub repository Lexxes-Projects/obey (1 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 388 once invoked, about $0.0002 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 skills, from other repositories
wordpress-plugin-fundamentals
Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API.
dsh-hooks-authoring
编写或调试已安装的 dsh-hooks-plugin 的 hook 脚本。配置在 /.dsh/hooks.json,事件挂 PreToolUse/PostToolUse/UserPromptSubmit/SessionStart 等;命令从 toolinput.command 读,决策只能通过 stdout JSON 表达(permissionDecision deny/ask/allow),退出码不 gate,hookEventName 必须回填,Windows 上 command 由 PowerShell 解释且可能被沙箱拦外部 exe。.
claude-automation-recommender
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what…
Guard Rules
This skill should be used when a command is blocked by claude-guard, when the response contains "BLOCKED by claude-guard", when the user asks "why was my command blocked", "what commands are blocked", "guard rules", "safety rules", or when Claude is about to execute a potentially dangerous command. Covers git force…
taiyi-ui-design
TaiyiForge 第 4 阶段 — UI/UX 契约,产出 UI-DESIGN.md。四端通用。.
taiyi-evolve
TaiyiForge 辅助 — 实现后架构与文档同步(architecture-sync)。OpenCode / Claude / Codex / Cursor 通用。.