dsh-preset-authoring

dsh-preset-authoring is a skill for Claude Code, Codex from hackerFish/awesome-dsh-skills. It costs 46 tokens per session (596 once invoked), scanned A, original, MIT.

A guide for creating or editing DeepSeek Harness agent presets. A preset is a small YAML configuration that defines which agents and groups a harness loads.

In plain words
What is it for?
Use it to author, install, and validate agent presets against a real DeepSeek Harness installation.
Why use it?
It prevents invalid preset names, structures, package references, or installation locations from breaking harness discovery or startup.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to author, install, and validate agent presets against a real DeepSeek Harness installation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hackerfish/awesome-dsh-skills/dsh-preset-authoring
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.

Any agent
npx skills add hackerFish/awesome-dsh-skills --skill dsh-preset-authoring
Clone the repo
git clone --depth 1 https://github.com/hackerFish/awesome-dsh-skills

Made for: Claude Code, Codex.

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-preset-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-preset-authoring/github.svg)](https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-preset-authoring)
Your own site
<a href="https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-preset-authoring"><img src="https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-preset-authoring/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dsh-preset-authoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-preset-authoring"><img src="https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-preset-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 596 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00046 $0.00596
Opus 5 $0.00023 $0.00298
Sonnet 5 $0.00009 $0.00119
Haiku 4.5 $0.00005 $0.00060

Measured 6d ago against content hash 0e8df580ef5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dsh-preset-authoring 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 6d 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.

skills/dsh-preset-authoring/SKILL.md · 20 lines

What it actually says

DSH Preset Authoring

  1. A preset is one directory: agent.cordis.yml (required composition) plus optional preset.yml (display metadata: name, description, numeric order; order sorts the roster).
  2. Name the directory (the preset id) [a-z0-9][a-z0-9-]* kebab-case — discovery skips any other id outright, and authoring APIs reject it.
  3. agent.cordis.yml is a top-level YAML list of rows {id, name, config?}; every name is an @deepseek-ai/* package (with optional config) or cordis:group whose config is a recursive row list.
  4. Take each row and its config fields verbatim from an official shipped preset or an install you validated — never invent field names; unverified rows fail the package-existence gate or break the boot.
  5. Install under the harness-home user root ~/.dsh/.agent-presets/<id>/ (files are the only composition editor; copy() is the API alternative and never overwrites).
  6. Validate against a real install: node tools/validate-presets.mjs --harness <dsh node_modules root> from awesome-dsh-presets — YAML (incl. !!js dialect) parses, rows carry id+name, cordis:group recurses, every referenced @deepseek-ai/* package exists.
  7. Expect live discovery: list()/resolve() re-read roots per call, and each session tracks its composition file's mtime/size stamp — a new session picks up your edit, an already-joined session keeps the generation it started on.
  8. A directory that is broken (missing/unreadable agent.cordis.yml) is listed with its reason, occupying the id: fix the file or delete the directory; do not shadow it with a duplicate.
  9. Switching presets applies only to a blank session (nothing produced yet); a produced session answers agent-preset-locked — do not claim a switch happened.
  10. Deliver the preset directory, the validation output against the harness version you used, and one blank-session verification that it boots with the intended tools.
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. 6d ago First seen · 20 lines · 46 tokens per session scan A 0e8df580ef5b

Subscribe to this mod's changes

dsh-preset-authoring is a skill published in the GitHub repository hackerFish/awesome-dsh-skills (5 stars, last pushed 7d ago), licensed MIT. It adds 46 tokens to every session and 596 once invoked, about $0.0002 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-09-05.