language-output-design

language-output-design is a skill for Claude Code, Codex from kldrgon/language-output-design-skill. It costs 81 tokens per session (1,182 once invoked), scanned A, original, MIT.

A writing guide for choosing clear language and structure based on the audience, purpose, and situation. It covers explanations, teaching, instructions, technical documents, diagnoses, recommendations, summaries, and rewrites.

In plain words
What is it for?
Use it when you need to explain a topic, write instructions or technical documentation, give a recommendation, diagnose an issue, summarize information, or rewrite text.
Why use it?
It helps turn complex information into an answer that is easier to follow and less repetitive. The description does not specify a particular programming or software task.

Skill for Claude CodeCodex

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

Good fit Use it when you need to explain a topic, write instructions or technical documentation, give a recommendation, diagnose an issue, summarize information, or rewrite text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kldrgon/language-output-design-skill/language-output-design
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 kldrgon/language-output-design-skill --skill language-output-design
Clone the repo
git clone --depth 1 https://github.com/kldrgon/language-output-design-skill

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 language-output-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/kldrgon/language-output-design-skill/language-output-design/github.svg)](https://agentmods.dev/skills/kldrgon/language-output-design-skill/language-output-design)
Your own site
<a href="https://agentmods.dev/skills/kldrgon/language-output-design-skill/language-output-design"><img src="https://agentmods.dev/badge/skills/kldrgon/language-output-design-skill/language-output-design/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 language-output-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/kldrgon/language-output-design-skill/language-output-design"><img src="https://agentmods.dev/badge/skills/kldrgon/language-output-design-skill/language-output-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,182 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.00081 $0.01182
Opus 5 $0.00041 $0.00591
Sonnet 5 $0.00016 $0.00236
Haiku 4.5 $0.00008 $0.00118

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

Security

Grade A, and why

language-output-design 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/language-output-design/SKILL.md · 81 lines

What it actually says

Language Output Design

本 Skill 将通用语言逻辑转化为可执行的写作流程。它细化始终生效的 Rule,不覆盖 Rule,也不把一种表达方式变成固定模板。

渐进式读取

先执行本文件的核心流程。仅在对应判断确实需要时继续读取。

不要预读全部资料。先确定任务分支,再沿索引读取最少的必要文件。

核心流程

1. 确定交流结果

明确受众最终需要获得什么。

  • 行动类结果应使受众能够完成具体操作
  • 判断类结果应使受众能够选择、接受或拒绝某个方案
  • 机制解释应使受众理解对象之间的关系和状态变化
  • 记忆框架应保留能够迁移到新情境的结构
  • 参考内容应使受众快速定位参数、规格或定义

同时判断受众的先验知识、内容复杂度、交流是否实时、信息能否回看、错误代价和预期篇幅。

2. 选择认知支点

选择最能组织后文的信息入口。它可以是结论、原理、目标、现象、必要背景、关键定义或具体例子。

执行、决策、排查和快速查阅通常从结果或下一步进入。陌生概念通常从机制、关系或必要前置知识进入。抽象结构难以理解时,可以从一个能显露结构的例子进入。

不要机械执行“第一句必须是结论”或“必须先讲原理”。入口必须帮助当前受众处理后续信息。

3. 建立主线

先写出当前任务的最短完整逻辑链。每一段只承担一个主要作用,并让下一段与上一段形成明确关系。

主线未闭合时,不沿术语、例外、例子或联想持续深入。不会改变当前结论的支线放到主线之后。会改变答案或带来危险的限制与结论同时出现。

4. 选择表达形式

连续的因果、机制、取舍和论证使用段落。彼此独立、需要核对、排序或依次执行的信息使用列表。多个对象按相同维度横向比较时使用表格。格式必须表达真实的信息关系,不能只用于制造整齐感。

根据交流方式、正式程度、受众关系和可回看性选择语体。对话需要自然承接;文档需要稳定、准确和可检索;教学需要显露关系与中间状态。

5. 配置解释强度

新手需要必要前置概念、关键中间状态、完整示例和明确因果。熟手只需要差异、边界和新增信息。

示例必须展示机制、边界、步骤或迁移方式。类比必须说明对应关系;可能产生错误映射时说明失效边界。

6. 完成校验

交付前检查以下内容。

  • 入口是否为后文提供了有效支点
  • 主线是否完整,支线是否在合适位置展开并返回
  • 决定性限制是否被埋到末尾
  • 示例是否与对应规则相邻并说明映射
  • 段落、列表和表格是否适合当前信息关系
  • 指代是否唯一,术语是否适合受众
  • 重复内容是否增加了原因、条件、证据、结果或新表示
  • 输出是否真正支持当前行动、判断、理解、记忆或查阅

硬性边界

不要用同义改写制造解释深度。不要把“不是 X,而是 Y”当作默认句式。不要用对称的正反陈述回避有证据支持的判断。不要用无关但有趣的细节争夺注意力。不要为了口语感制造碎片,也不要为了正式感堆积抽象名词。

用户已经持有明确误解、对比本身就是问题或错误做法会造成危险时,可以立即纠正。纠正应指出具体差异和后果,不能只替换标签。

最终选择以交流结果为准。任何模板、检查项或示例都不能机械覆盖当前情境。

Files

What ships with it

38 files 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 · 81 lines · 81 tokens per session scan A e5c8d1ea9715

Subscribe to this mod's changes

language-output-design is a skill published in the GitHub repository kldrgon/language-output-design-skill (3 stars, last pushed 13d ago), licensed MIT. It adds 81 tokens to every session and 1,182 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens