AGENTS.md@configs/pi agentsA
AGENTS.md@configs/pi 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
# 🤖 Pi 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
Run dev servers, tests, and interactive CLIs inside tmux with 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
- Use the fff MCP tools for all file search operations instead of default tools.
- Use the sem MCP tools for semantic version control and git operations.
- When using bash commands for file/content search, prefer `fd` (fdfind) and `rg` (ripgrep) over standard `find` and `grep` for better performance and git-awareness.
## Token Efficiency
- Keep responses concise and actionable; lead with conclusions, file paths, and verification.
…Read the whole file at its exact version.
How to install
mdr add jellydn/my-ai-tools/configs/pi/AGENTS.md@git:20260913.e2e25bemdr add jellydn/my-ai-tools/configs/pi/AGENTS.md@sha256:62999b7246daf446Pin 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_iyv5vyrsz6fsuiyb)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260913.e2e25be latest | 2026-09-13 | e2e25be | 2,220 B | A | view · diff |
| git:20260805.03f0789 | 2026-08-05 | 03f0789 | 2,251 B | A | view · diff |
| git:20260730.6dd81c4 | 2026-07-30 | 6dd81c4 | 2,100 B | A | view · diff |
| git:20260708.5f08192 | 2026-07-08 | 5f08192 | 1,813 B | A | view · diff |
| git:20260705.f15f300 | 2026-07-05 | f15f300 | 2,062 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (2220 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_iyv5vyrsz6fsuiyb GET https://markdownregistry.com/api/v1/resolve?ref=jellydn/my-ai-tools/configs/pi/AGENTS.md GET https://markdownregistry.com/api/v1/blob/62999b7246daf446a9714e3f6155815f2d4d3a9512a4165f045b3adbde23fdab
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.