AGENTS.md@configs/delta agentsA
AGENTS.md@configs/delta is agent-read markdown (agents) from jellydn/my-ai-tools.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# 🤖 Delta Agent Guidelines
## Communication
Use ASD-STE100 Simplified Technical English. Read a relevant `CONTEXT.md` when it governs terms or behavior you change.
## Session Management with tmux
Use tmux for long-running development servers, watch processes, and interactive CLIs. Use the **current directory name as the session name** for easy debugging:
```bash
SESSION=$(basename "$PWD")
tmux new -d -s "$SESSION" 2>/dev/null || true
# Run dev server with portless if available, otherwise fallback to npm
if command -v portless &>/dev/null; then
tmux send-keys -t "$SESSION" 'portless run npm run dev' Enter
else
tmux send-keys -t "$SESSION" 'npm run dev' Enter
fi
tmux capture-pane -p -t "$SESSION" -S -20 # check output
```
## 🔧 AI Tool Guidelines
- Prefer the fff MCP tools for file search operations when available; otherwise use the environment's native tools.
- Prefer the sem MCP tools for semantic version control and git operations when available; otherwise use the environment's native tools.
- When using shell commands for file or content search, prefer `fd` (fdfind) and `rg` (ripgrep) over standard `find` and `grep` for better performance and git awareness.
…Read the whole file at its exact version.
How to install
mdr add jellydn/my-ai-tools/configs/delta/AGENTS.md@git:20260913.e2e25bemdr add jellydn/my-ai-tools/configs/delta/AGENTS.md@sha256:e5e39711164e507cPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_ao4hzd5d4vghvbyx)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260913.e2e25be latest | 2026-09-13 | e2e25be | 3,359 B | A | view · diff |
| git:20260913.c59c4a8 | 2026-09-13 | c59c4a8 | 3,390 B | A | view · diff |
| git:20260821.9d57cf6 | 2026-08-21 | 9d57cf6 | 2,405 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (3359 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
jellydn/my-ai-tools · 121 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_ao4hzd5d4vghvbyx GET https://markdownregistry.com/api/v1/resolve?ref=jellydn/my-ai-tools/configs/delta/AGENTS.md GET https://markdownregistry.com/api/v1/blob/e5e39711164e507cc7056fe1c73e9940d643d72e336d9ca2ecdec1e42bbd1051
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.