Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

written-communication书面沟通

Agent Skill

written-communication 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

419

周安装

18

GitHub Stars

3

下载量

147
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:written-communication(书面沟通)
来源仓库:https://github.com/oldwinter/skills
仓库路径:skills/written-communication
安装命令:
npx skills add https://github.com/oldwinter/skills --skill written-communication
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oldwinter/skills --skill written-communication

简介

written-communication 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它可辅助信息聚合与初步筛选,提升 Agent 在知识探索阶段的效率。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Written Communication

Scope

Covers

  • Turning messy notes into a clear email, memo, doc, or async update
  • Making the “how” explicit (what happens next, by whom, by when)
  • Editing for clarity at scale (scanability, definitions, single source of truth)
  • Creating/maintaining a canonical doc for an ongoing project

When to use

  • “Draft an email to stakeholders explaining a change and what I need from them.”
  • “Turn these bullets into a 1-page memo with a recommendation and next steps.”
  • “Rewrite this doc to be clearer, shorter, and more actionable.”
  • “Create a canonical doc as the source of truth for this project.”

When NOT to use

  • You need marketing/brand copy (landing pages, ads) more than internal/executive clarity.
  • You need a full product spec/PRD from scratch (use writing-prds or writing-specs-designs).
  • You’re writing legal/HR/regulated communications without expert review.
  • The real issue is alignment via facilitation (you may need a meeting/offsite plan, not a rewrite).

Inputs

Minimum required

  • Artifact type + channel (email / memo / doc / status update; where it will live)
  • Audience (roles/seniority) + what they care about
  • Goal + ask (inform/align/decide; what you want the reader to do, by when)
  • Key context (facts, constraints, timeline, links) + what must be avoided (sensitivities)
  • Source material (notes, existing draft, Slack threads, etc.)

Missing-info strategy

  • Ask up to 5 questions from references/INTAKE.md (3–5 at a time), then proceed.
  • If critical info remains missing, make explicit assumptions and offer 2–3 options (structure/tone/ask).

Outputs (deliverables)

Produce a Written Communication Pack in Markdown (in-chat; or as files if requested):

  1. Message brief (audience, goal, ask, constraints)
  2. Outline (TL;DR + key points + “how/next steps”)
  3. Draft artifact (email/memo/doc/status update) in final-ready format
  4. Canonical doc skeleton (optional; when the project needs a single source of truth)
  5. Risks / Open questions / Next steps (always)

Templates: references/TEMPLATES.md Expanded guidance: references/WORKFLOW.md

Workflow (8 steps)

1) Intake + choose the lightest artifact

  • Inputs: user request + references/INTAKE.md.
  • Actions: Clarify the channel and pick the smallest artifact that works (email vs memo vs doc vs status update vs canonical doc).
  • Outputs: Message brief (draft) + artifact selection.
  • Checks: You can answer: “Who is this for, and what should they do after reading?”

2) Lock the reader outcome + ask (one sentence)

  • Inputs: brief.
  • Actions: Write one sentence: “After reading, the audience will ____.” Make the ask explicit (decision/options, approval, feedback, or FYI) and include a deadline if relevant.
  • Outputs: Outcome/ask line + decision/feedback request.
  • Checks: The ask is unambiguous and doesn’t require a meeting to interpret.

3) Convert “what/why” into “how” (actionable next steps)

  • Inputs: source material + outcome/ask.
  • Actions: Identify the 3–7 concrete steps, responsibilities, and dependencies. If proposing a change, include what changes, what stays the same, and what happens next.
  • Outputs: “How / Next steps” bullets (owner + date where possible).
  • Checks: A reader could execute without asking “so what do you want me to do?”

4) Structure for skim (clarity at scale)

  • Inputs: brief + next steps.
  • Actions: Create a TL;DR, then headings in the order readers scan: Ask → Context → Details → Next steps. Use bullets, short paragraphs, and explicit labels.
  • Outputs: Outline with headings.
  • Checks: A skim-reader can capture the point in < 60 seconds.

5) Draft the artifact (write to be forwarded)

  • Inputs: outline + templates.
  • Actions: Draft in plain language; avoid jargon; put key numbers and decisions in writing. If this is ongoing work, link to (or create) the canonical doc.
  • Outputs: Draft email/memo/doc/status update.
  • Checks: The draft is safe to forward; it stands alone without verbal context.

6) “Letter to yourself” clarity pass (then rewrite for the audience)

  • Inputs: draft.
  • Actions: If the content is fuzzy, write a quick internal version (“what am I actually saying?”), then rewrite in the audience’s language and incentives.
  • Outputs: Clarified rewrite with cleaner logic.
  • Checks: The message has a single through-line; no contradictions or buried ledes.

7) Canonical doc check (single source of truth)

  • Inputs: draft + project context.
  • Actions: If readers will keep asking “where is the latest?”, create/update a canonical doc (links, owners, last updated, decisions, next update cadence).
  • Outputs: Canonical doc skeleton or link section.
  • Checks: There is one obvious place to find the current state and decisions.

8) Quality gate + finalize

  • Inputs: full pack.
  • Actions: Run references/CHECKLISTS.md and score with references/RUBRIC.md. Add Risks/Open questions/Next steps.
  • Outputs: Final Written Communication Pack.
  • Checks: Clarity, actionability, and ownership meet the bar (≥ 3 on each rubric dimension).

Quality gate (required)

Examples

Example 1 (stakeholder email): “Draft an email to exec stakeholders: the launch is slipping 2 weeks; we need approval to cut scope and a decision by Friday.” Expected: TL;DR + explicit ask/options + what changes + next steps with owners.

Example 2 (project memo + canonical doc): “Turn these notes into a 1-page memo that aligns the team on the new onboarding approach, and create a canonical doc outline for ongoing updates.” Expected: memo with recommendation + tradeoffs + next steps, plus a source-of-truth doc skeleton.

Boundary example: “Write a legal/HR disciplinary notice.” Response: decline to fabricate legal/HR guidance; request expert review; offer to help with neutral structure, tone, and clarity if the user provides approved language.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.06%
按下载量换算54

Claude

33.45%
按下载量换算49

Cursor

17.77%
按下载量换算26

Gemini CLI

8.55%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills