prose-standard

prose-standard is a skill for Claude Code, Codex from arch3rPro/dsh-skills. It costs 85 tokens per session (1,133 once invoked), scanned A, original, MIT.

A writing standard for technical text keeps the obligations and guarantees intact while removing repetition and internal reasoning. It applies to comments, documentation, prompts, error messages, and other text developers read.

In plain words
What is it for?
Use it when writing, reviewing, shortening, restoring, or checking technical prose and user-visible messages.
Why use it?
It helps make explanations shorter and clearer without accidentally weakening an important requirement, condition, or compatibility promise.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the dsh-skills plugin — 15 skills shipped together

Good fit Use it when writing, reviewing, shortening, restoring, or checking technical prose and user-visible messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arch3rpro/dsh-skills/prose-standard
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 arch3rPro/dsh-skills --skill prose-standard
Clone the repo
git clone --depth 1 https://github.com/arch3rPro/dsh-skills

Made for: Claude Code, Codex.

Or install dsh-skills, the plugin that ships this one along with the rest of its 15 skills.

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 prose-standard

README.md
[![agentmods](https://agentmods.dev/badge/skills/arch3rpro/dsh-skills/prose-standard/github.svg)](https://agentmods.dev/skills/arch3rpro/dsh-skills/prose-standard)
Your own site
<a href="https://agentmods.dev/skills/arch3rpro/dsh-skills/prose-standard"><img src="https://agentmods.dev/badge/skills/arch3rpro/dsh-skills/prose-standard/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 prose-standard

Your own site · 80×15
<a href="https://agentmods.dev/skills/arch3rpro/dsh-skills/prose-standard"><img src="https://agentmods.dev/badge/skills/arch3rpro/dsh-skills/prose-standard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,133 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.00085 $0.01133
Opus 5 $0.00043 $0.00566
Sonnet 5 $0.00017 $0.00227
Haiku 4.5 $0.00009 $0.00113

Measured 10d ago against content hash 2f0a62506dc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

prose-standard 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 10d 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/documentation/prose-standard/SKILL.md · 68 lines

How it starts

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

Prose Standard

Write enough to preserve the contract, then remove reasoning transcripts, repetition, and decoration. A contract is an obligation, invariant, precondition, postcondition, or compatibility promise that a caller, callee, implementer, producer, or consumer relies on. This skill owns editorial judgment and required prose coverage; it applies to any document or string an agent or human reads — comments, JSDoc, docs, prompts, diagnostics, and visible UI strings.

The defining constraint: a smaller word count is never the goal by itself. The goal is every factual clause preserved, nothing more. Trim or add as the proposition demands.

Preserve the complete proposition

Before editing a passage, enumerate every proposition it carries. Preserve each relevant:

  • actor and action;
  • condition, timing, and ordering;
  • modality — must, may, never;
  • negative guarantee and exception;
  • ownership, side effect, failure mode, and consequence.

Remove adjectives, repetition, and narration only when every factual clause survives and the result is clearer. A smaller word count alone is not an improvement. Do not weaken a proposition to make progress.

Required coverage by location

This is not a one-way shortening pass — add prose where code and structure do not communicate a required contract.

  • Public API docs: document caller-visible return distinctions, throws or rejections, side effects, ownership, timing, cancellation, and durability.
  • Internal comments: orient non-local structure and obviously complicated local structure — invariants, race ordering, ownership, security boundaries, surprising failure. Delete control-flow narration and code restatement.
  • Module comments: state the module's role, dependencies, responsibilities, and non-obvious architecture choices; link choices to their rationale.
  • Tests: explain only non-obvious test design — why a fixture, an assertion, or an indirect observation is necessary. Delete walkthroughs.
  • READMEs / package docs: include the consumer contract — configuration, semantics, failures, limitations, extension points.
  • Prompts and visible strings: treat wording as behavior; inspect generated output and run behavior validation, or state why no check applies.
  • Diagnostics: name the failing subject or path, the violated rule, and the correction when non-obvious. Remove internal execution narration.

Read the full file on GitHub · 68 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 68 lines · 85 tokens per session scan A 2f0a62506dc5

Subscribe to this mod's changes

prose-standard is a skill published in the GitHub repository arch3rPro/dsh-skills (4 stars, last pushed 23d ago), licensed MIT. It adds 85 tokens to every session and 1,133 once invoked, about $0.0004 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 skills, from other repositories

tastemaker

Generate genuinely beautiful, on-brand UI instead of generic "AI slop" — use whenever the user asks to build, design, style, or improve a UI, landing page, dashboard, app screen, or component, whenever a PRD/spec needs a design pass before implementation, whenever the user pastes reference images/Pinterest/Dribbble…

codeswithroh/tastemaker · 202 tokens

johnny-suede-design

Suede Labs AI full-stack surface builder that runs design, copy, and visual QA as one pass: landing pages, brand surfaces, product UI, dashboards, campaigns, launch pages, and reference-to-target restyles (suedify). Use when a build needs layout and words together, when a redesign or launch surface has to ship end to…

JasonColapietro/suede-creator-skills · 179 tokens

suede-code-review

Suede Labs AI findings-only code review with full context: changed files, callers, contracts, and deploy surface. Covers TypeScript, React, Next.js, database, Swift/iOS, OWASP, accessibility, SEO, observability, commit hygiene, and deploy risk, ranked P0-P3 with file:line evidence and a fix path. Use when asked to…

JasonColapietro/suede-creator-skills · 191 tokens

suede-social

Suede-owned organic social strategy and content discipline. Use when planning platform mix, posts, threads, cross-platform calendars, repurposing, listening, engagement, or cadence for a founder or brand account. NOT FOR: Instagram-specific account audits, Reels, carousels, Stories, or daily Instagram loops (use…

JasonColapietro/suede-creator-skills · 108 tokens

voice-preserving-line-edit

Context-aware line edit that strips generic AI writing patterns without flattening the author's voice, plus a findings-only audit mode that names issues instead of rewriting. Applies contextual rules rather than blanket bans on adverbs, passive voice, and punctuation, and locks facts, numbers, quotes, code, links, and…

JasonColapietro/suede-creator-skills · 159 tokens

suede-clip-to-guide

Suede-owned short-to-long content funnel blueprint. Use when turning a video, clip, interview moment, talk excerpt, screen recording, or transcript into a repeatable package that bridges attention to an X Article, LinkedIn article, newsletter, blog guide, or playbook, or when third-party footage needs a rights route…

JasonColapietro/suede-creator-skills · 137 tokens