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/acryldev/acryl/agents-mdgit clone --depth 1 https://github.com/acryldev/acrylWhat 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.01543 | $0.01543 |
| Opus 5 | $0.00772 | $0.00772 |
| Sonnet 5 | $0.00309 | $0.00309 |
| Haiku 4.5 | $0.00154 | $0.00154 |
Grade A, and why
acryl 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 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 — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DSH Desktop repository rules
This repository owns the desktop product around an unmodified DeepSeek Harness checkout.
Prerequisites and setup
- Use Node.js
^22.19.0or>=24.0.0and the root PNPM11.7.0release through Corepack. - Initialize the pinned upstream checkout with
git submodule update --init --recursive. - Install root dependencies with
corepack pnpm install --frozen-lockfile.
Build, run, and verify
-
Start the isolated local Desktop (own
~/.dsh-acrylhome, advanced mode, Development Canvas) withcorepack pnpm run devorcorepack pnpm run local. -
Use
corepack pnpm run dev:sharedonly when you intentionally want the installed app's~/.dshhome. -
Fast headless loop:
corepack pnpm run typecheck,corepack pnpm run test, or both viacorepack pnpm run verify. -
Typecheck, test, then isolated GUI:
corepack pnpm run lifecycle. -
Build the desktop package with
corepack pnpm run build. -
Run the complete headless gate with
corepack pnpm run check. -
Run upstream operations through the root scripts, such as
corepack pnpm run upstream:build. -
deepseek-harness/is a pinned upstream Git submodule. Never edit files inside it from a desktop feature branch. -
acryl-desktop/owns the Cordis Host and Client faces, Electron bootstrap, packaging, and release tests. -
dsh-community-fabric/owns the community interoperability RFC. Until schemas and a reviewed reference adapter exist, it remains a private documentation scaffold and must not declare loadable DSH or package entry points. -
dsh-community-market/is an implemented private Host/Client package. It is an optional Desktop Market provider, disabled by default, and must continue to use ordinary DSH/Cordis, profile, and Desktop service contracts rather than a parallel plugin runtime. -
The outer repository and all owned packages use the root PNPM release with
node-linker=isolated. -
The upstream submodule keeps its own PNPM workspace. Run upstream commands through the root
upstream:*scripts, which enter the submodule before invoking its pinned Corepack release. -
Compatibility mode must run the upstream default client without overrides. Advanced presentation belongs to desktop-owned client plugins and may replace documented slots or services through profile composition.
-
Keep graphical application launch explicit. Builds, typechecks, unit tests, and Loader smokes must remain headless-safe.
-
During the current small-team rapid-development phase, work directly on
mainunless the user explicitly requests a branch or pull request. Do not create routine PRs. -
Commit every important coherent change promptly so regressions can be reverted to a precise checkpoint. Prefer several focused commits over rare large snapshots.
-
Record every important product, architecture, workflow, or operational evolution in
docs/DEVELOPMENT-LOG.md. Commit the implementation first, then add its full canonical commit hash and human-readable explanation to the log in a separate documentation checkpoint. Update logged hashes after any history rewrite or squash. -
Commit before major changes of direction and keep the submodule pin update separate from desktop behavior changes.
-
Keep the repository topology and package-manager split consistent with the owning Agent Note.
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 · 102 lines · 1,543 tokens per session scan A b4f23988258f
acryl AGENTS.md is an instructions file published in the GitHub repository acryldev/acryl (220 stars, last pushed 2d ago), licensed MIT. It adds 1,543 tokens to every session, about $0.0077 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
dsh-web AGENTS.md
AGENTS.md instructions for zhu1090093659/dsh-web, covering dsh-web repository instructions, repository layout, common commands, repository rules and development workflow.
modsearch AGENTS.md
Instructions for liustack/modsearch, covering project overview (for ai agent), goal, technical approach, code organization and skills directory.
dsh-auto-review AGENTS.md
Instructions for PerryLink/dsh-auto-review, covering agents.md, layout, hard rules applied here, build and docs.
dsh-mcp-panel AGENTS.md
Instructions for PerryLink/dsh-mcp-panel, covering agents.md, layout, hard rules applied here, config and build.
dsh-codex-sync AGENTS.md
Instructions for Walvez/dsh-codex-sync, covering agents.md — dsh-codex-sync, 定位, 怎么跑, 技术栈 and 目录与约定.
dshline AGENTS.md
Instructions for riesbri/dshline, covering agents.md, what this project is, commands, one trap: build before you test by hand and rules that are easy to break.