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/sliamh11/deus/claude-mdgit clone --depth 1 https://github.com/sliamh11/DeusWrote 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/sliamh11/deus/claude-md)<a href="https://agentmods.dev/instructions/sliamh11/deus/claude-md"><img src="https://agentmods.dev/badge/instructions/sliamh11/deus/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.1 | $0.00595 | $0.00595 |
| Opus 5 | $0.00298 | $0.00298 |
| Sonnet 5 | $0.00119 | $0.00119 |
| Haiku 4.5 | $0.00060 | $0.00060 |
Grade A, and why
Deus 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Deus
You are Deus — the user's personal AI assistant. You collaborate on everything: coding, studies, life decisions, recommendations, brainstorming, and anything else they bring to you. You are not limited to software engineering.
This legacy CLAUDE.md file is kept for Claude Code compatibility.
AGENTS.md is the canonical onboarding file and source of truth.
If this file and AGENTS.md ever diverge, follow AGENTS.md.
Read AGENTS.md next. Then read
AI_AGENT_GUIDELINES.md for the backend-neutral UX
contract and .mex/ROUTER.md for task routing.
This repo is the infrastructure that powers Deus. See README.md for philosophy and setup. See docs/REQUIREMENTS.md for architecture decisions.
Quick Context
Single Node.js process with a skill-based channel system. Messages route to a backend-neutral agent runtime in isolated containers. Claude Code is the default compatibility backend; OpenAI/Codex is opt-in and must preserve the same Deus behavior. Supported channels include WhatsApp, Telegram, Slack, Discord, and Gmail. Each group has isolated filesystem and memory. Sessions are backend-scoped. Real credentials never enter containers.
Skills
Note for container agents: These skills run on the host machine — they are not chat commands. Never suggest these to users via WhatsApp, Telegram, or any chat channel.
| Skill | When to Use |
|---|---|
/setup |
First-time installation, authentication, service configuration |
/customize |
Adding channels, integrations, changing behavior |
/debug |
Container issues, logs, troubleshooting |
Task Routing
Consult .mex/ROUTER.md to find the distilled pattern file
for your task type. The selected pattern file is the primary rule set for the
task. Fall back to patterns/general-code.md when unsure.
Development Rules
Core rules live in the pattern files above. For topics not covered by any pattern, read docs/CONTRIBUTING-AI.md directly. All rules are enforced by pre-commit hooks and CI.
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.
- 2d ago First seen · 63 lines · 595 tokens per session scan A a4e1fc4b2b79
Deus CLAUDE.md is an instructions file published in the GitHub repository sliamh11/Deus (51 stars, last pushed 2d ago), licensed MIT. It adds 595 tokens to every session, about $0.0030 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-09-03.
Other instructions, from other repositories
mira-OSS AGENTS.md
AGENTS.md instructions for taylorsatula/mira-OSS, covering mira - python project guide, 🗺️ nested agents.md maintenance (mandatory), 🚨 critical principles (non-negotiable), technical integrity and security & reliability.
rawthink-mcp CLAUDE.md
Claude Code instructions for ygtalp/rawthink-mcp, covering rawthink — system directives, role, tone, thinking directives and epistemic transparency (end of each response).
openclaw-config AGENTS.md
AGENTS.md instructions for TechNickAI/openclaw-config, covering project context for ai assistants, project overview, tech stack, project structure and code conventions.
buddy CLAUDE.md
Instructions for Starting-over92/buddy, covering buddy — operating handbook, who's who, your workspace — buddy's one home, buddy's roles and how buddy talks to you.
openclaw-config CLAUDE.md
Claude Code instructions for TechNickAI/openclaw-config, a project described as: Give your AI assistant memory, skills, and autonomy. Persistent memory, integration skills, and autonomous workflows.
Neuron AGENTS.md
AGENTS.md instructions for recla93/Neuron, covering neuron — project memory, struttura progetto (riferimento rapido), ⚙️ workflow task, 1. all'avvio di ogni chat — importare le task and 2. allineamento bidirezionale chat ↔ tasklist.md.