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/shobcoder/shob/agents-mdgit clone --depth 1 https://github.com/shobcoder/shobWhat 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.03531 | $0.03531 |
| Opus 5 | $0.01766 | $0.01766 |
| Sonnet 5 | $0.00706 | $0.00706 |
| Haiku 4.5 | $0.00353 | $0.00353 |
Grade A, and why
shob AGENTS.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 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.
How it starts
The opening of the file, as written. The whole thing — 324 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for working in this repository. Read docs/ (especially
docs/README.md, docs/architecture.md, docs/build-flow.md,
docs/package-dependencies.md, docs/architecture-overview.md, and
docs/ui-path-introduction.md) for the full picture; this file distills the
rules agents must follow.
Project context
- This repo is a desktop-only build. The CLI, TUI, and cloud/SST infra have
been removed. The only way to run shob is the Electron desktop app, which
embeds the
shobserver and renders the@shob/appSolidJS web app. - It is a Bun + Turborepo monorepo. Dependencies are wired as
workspace:*. bun installruns native build scripts (tree-sitter-*,node-pty) that need Python. If Python is unavailable, usebun install --ignore-scripts(the desktop build bundles the server dist and does not need those bindings).
Common commands
bun install— install all workspace packages.bun run dev:desktop— run the Electron app (electron-vite dev). Thepredevhook builds the embedded server topackages/shob/dist/node/node.jsviavirtual:shob-server.bun run typecheck—bun turbo typecheckacross packages.bun run lint—oxlintat the repo root.
Build / generate
- To regenerate the legacy JavaScript SDK, run
./packages/sdk/js/script/build.ts. - After changing the public
Protocolor ServerHttpApi, runbun run generatefrompackages/client. Do not editsrc/generatedorsrc/generated-effectdirectly. The@shob/sdkV2 client/types underpackages/sdk/js/src/v2/gen/**are also generated — never edit them by hand. - The embedded server is built by
packages/shob/script/build-node.ts(Bun.build,target: "node", entrysrc/node.ts) intopackages/shob/dist/node/node.js. The desktop main process loads it through thevirtual:shob-servermodule (declared inelectron.vite.config.ts).
Branch & base
- The default branch is
dev. - Local
mainref may not exist; usedevororigin/devfor diffs.
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 · 324 lines · 3,531 tokens per session scan A 84e100d00209
shob AGENTS.md is an instructions file published in the GitHub repository shobcoder/shob (582 stars, last pushed 10d ago), licensed MIT. It adds 3,531 tokens to every session, about $0.0177 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-30.
Other instructions, from other repositories
plannotator AGENTS.md
Instructions for backnotprop/plannotator, covering plannotator, project structure, server runtimes, installation and environment variables.
solo AGENTS.md
Instructions for solo-agent/solo, covering project testing rules and project service lifecycle rules.
superset AGENTS.md
AGENTS.md instructions for superset-sh/superset, covering superset monorepo, project structure, exception: shadcn/ui components, database and releases.
untether GEMINI.md
Instructions for littlebearapps/untether, covering untether — gemini instructions, stack & conventions, architecture, key rules and testing.
agent-tools AGENTS.md
Instructions for kairyou/agent-tools, covering agent instructions, build and test, layout, settled decisions and docs.
awesome-copilot-id AGENTS.md
Instructions for GulajavaMinistudio/awesome-copilot-id, covering communication, explanation and documentation, markdown formatting, user communication style and workflow & methodology.