agentsclimarketplace

Professional communication

Skill Dannykkh/skill-olympus/skills/professional-communication

Guide technical communication for software developers. Use when user asks to "draft an email", "write a message to stakeholders", "prepare meeting notes", "review my message", or needs help adapting technical content for non-technical audiences. Triggers on "이메일 작성", "메일 초안", "회의록", "stakeholder update".From its SKILL.md

Install
npx -y skills add Dannykkh/skill-olympus --skill professional-communication

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.1 KB, 836 tokens by cl100k_base, as published. Nobody here has run it

Professional Communication

Core principle: Communication succeeds when the recipient understands and can act — not when the sender has expressed themselves.

The What-Why-How Structure

Use for any professional message: email, status update, Slack, meeting talking point.

ComponentPurposeExample
WhatState the topic/request clearly"We need to delay the release by one week"
WhyExplain the reasoning"Critical bug found in payment processing"
HowOutline next steps/action items"QA will retest by Thursday; I'll update stakeholders Friday"

Lead with What. Busy readers stop after the first sentence — make it count.

Audience Calibration

The same information needs different framing depending on who receives it:

AudienceApproach
Engineering peersTechnical details, code examples, architecture specifics
Technical managersImpact and tradeoffs, brief technical context
Non-technical stakeholdersBusiness impact and outcomes; no acronyms without explanation
CustomersWhat it means for them; avoid all implementation language

Three-question test before writing:

  1. Who is reading this?
  2. What decision or action does this enable for them?
  3. What's the minimum they need to understand to act?

The No-Hello Anti-Pattern

Direct messages get faster responses. Asking "are you there?" before your actual question forces two round-trips.

Instead of:

You: Hi
You: Are you there?
You: Can I ask you something?
[waiting...]

Write the complete message immediately:

You: Hi Sarah — quick question about the deployment script.
     Getting a permission error on line 42. Have you seen this before?
     Here's the error: [paste error]

This applies to all async communication: state the full request, not a preamble.

Email Structure

Subject: [Project/Topic]: [Specific Purpose]

Hi [Name],

[1-2 sentences: key point or request, upfront]

Context:
- [Bullet 1]
- [Bullet 2]

What I need from you:
- [Specific action]
- [Deadline]

[Optional: next steps]

Subject line matters: "Project X: Status Update and Next Steps" is findable and actionable. "Project updates" is neither.

Pre-Send Check (required before sending)

Do not assert facts without a source check. Before sending, confirm every factual detail against the actual source, not memory:

  • Names and titles — check the directory, thread, or org chart.
  • Dates and deadlines — check the calendar or ticket, not recall.
  • Ticket/PR/issue status — open it and confirm it is actually in the state you claim.

If any item cannot be confirmed, flag it as [unverified] rather than stating it as fact.

Jargon Translation

When writing for non-technical audiences, replace implementation terms with outcomes:

TechnicalPlain Language
"Microservices architecture""System split into independent pieces that scale separately"
"Asynchronous message processing""Tasks queued and processed in background"
"CI/CD pipeline""Automated process that tests and deploys code"
"Database migration""Updating how data is organized and stored"

For more examples: references/jargon-simplification.md

Reference Files

  • references/email-templates.md — Ready-to-use templates by type (status update, request, escalation, FYI)
  • references/meeting-structures.md — Structures for standups, retros, planning, reviews
  • references/jargon-simplification.md — Technical-to-plain-language translations

Companion Skills

  • writing-clearly-and-concisely — Prose editing, active voice, omitting needless words
  • feedback-mastery — Difficult conversations and feedback delivery

What ships with it: 4 files

30.0 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.