dsh.fish CLAUDE.md

dsh.fish CLAUDE.md is an instructions file for coding agents from stvlynn/dsh.fish. It costs 2,064 tokens per session, scanned A, original, MIT.

Project instructions for an AI coding agent working on a software project. They require reading the project's documentation first and point to guides for its architecture and frontend code.

In plain words
What is it for?
They are for understanding the project before coding, finding the right documentation, and following its frontend structure.
Why use it?
They reduce guesswork about how the project is organised and discourage workarounds that ignore the documented design.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/stvlynn/dsh.fish/claude-md
Clone the repo
git clone --depth 1 https://github.com/stvlynn/dsh.fish

Wrote 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.

agentmods badge for dsh.fish CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/stvlynn/dsh.fish/claude-md.svg)](https://agentmods.dev/instructions/stvlynn/dsh.fish/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/stvlynn/dsh.fish/claude-md"><img src="https://agentmods.dev/badge/instructions/stvlynn/dsh.fish/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,064 This file is loaded in full into every session.
When invoked 2,064 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.02064 $0.02064
Opus 5 $0.01032 $0.01032
Sonnet 5 $0.00413 $0.00413
Haiku 4.5 $0.00206 $0.00206

Measured 5d ago against content hash 8ec0b3a389c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dsh.fish 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 5d 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.

CLAUDE.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agentic Coding Guidelines

Language- and framework-agnostic template for agent-driven projects.
Read this file first. Then follow the documentation map below before writing any code.


⚠️ Before you start

  1. Read the docs first. Do not assume conventions; this project is documented so agents do not have to guess.
  2. Ask when boundaries are unclear. If a requirement, layer boundary, business rule, or technology choice is ambiguous, ask the user before proceeding.
  3. Check logs and docs before inventing workarounds. When something does not behave as expected, inspect logs, tests, and the relevant docs/ file. Do not add fallback logic to bypass a problem you have not understood.

Documentation map

Understand the project

Write frontend code

Read the full file on GitHub · 168 lines

Changes

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.

  1. 5d ago First seen · 168 lines · 2,064 tokens per session scan A 8ec0b3a389c0

Subscribe to this mod's changes

dsh.fish CLAUDE.md is an instructions file published in the GitHub repository stvlynn/dsh.fish (2 stars, last pushed yesterday), licensed MIT. It adds 2,064 tokens to every session, about $0.0103 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-31.

Related

Other instructions, from other repositories

dsh-TUI AGENTS.md

AGENTS.md instructions for ccch1mneyyy/dsh-TUI, covering agents.md, 仓库布局, 命令, 上游边界与契约 and 约定与红线.

ccch1mneyyy/dsh-TUI · 2,093 tokens

DSH-better-sidebar AGENTS.md

AGENTS.md instructions for omdsh-dev/DSH-better-sidebar, covering dsh-better-sidebar 仓库规则(agents), 1. 仓库硬约束(必须遵守), 2. ci 挂载冒烟(plugin-mount job / pnpm test:mount), 3. dsh 0.1.2 适配要点(0.1.2-rc.1+ 基线) and 4. npm 发版(github release → npm publish).

omdsh-dev/DSH-better-sidebar · 3,543 tokens

dsh-worktable AGENTS.md

AGENTS.md instructions for Aisland-SJL/dsh-worktable, covering dsh-worktable 项目规则, 协作方式(用户定案,最高优先级), 边界, 构建与验证 and 领域约定(会话中必须遵守).

Aisland-SJL/dsh-worktable · 6,070 tokens

deepseek-harness-handbook AGENTS.md

AGENTS.md instructions for sandbaseai/deepseek-harness-handbook, covering contributor instructions, product boundary, content workflow, safety and project handoff and promotion playbook.

sandbaseai/deepseek-harness-handbook · 1,999 tokens

awesome-deepseek-harness-plugins AGENTS.md

AGENTS.md instructions for imsai-sh/awesome-deepseek-harness-plugins, covering repository instructions, the submission gate is the product, generated files, cross-repo contracts (no ci spans both repositories) and permanent urls.

imsai-sh/awesome-deepseek-harness-plugins · 1,057 tokens

dsh-launcher AGENTS.md

AGENTS.md instructions for Ruler4396/dsh-launcher, covering agents.md — 对本仓库中所有 ai agent 的强制指示, 🚨 第一优先:架构铁律(不读就动代码 = 违规), 🔥 快速合规清单(动代码前自检), 🧭 项目地图(定位代码) and ✅ 完成后必须自查.

Ruler4396/dsh-launcher · 1,505 tokens