PR

professional-communication

Provides frameworks for clear, professional software development communication.

Install

mkdir -p .claude/skills/professional-communication && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6536" && unzip -o skill.zip -d .claude/skills/professional-communication && rm skill.zip

Installs to .claude/skills/professional-communication

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Guide technical communication for software developers. Covers email structure, team messaging etiquette, meeting agendas, and adapting messages for technical vs non-technical audiences. Use when drafting professional messages, preparing meeting communications, or improving written communication.
296 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Structures emails using What-Why-How framework
  • Provides templates for status updates and escalations
  • Offers guidance on team messaging etiquette
  • Translates technical concepts for non-technical audiences
  • Facilitates meeting agenda and summary creation

How it works

It applies communication frameworks and templates to organize information for clarity and professional impact.

Inputs & outputs

You give it
Communication context or draft
You get back
Structured professional message or agenda

When to use professional-communication

  • Drafting an email to stakeholders
  • Writing a project status update
  • Structuring a team meeting agenda

About this skill

Professional Communication

Overview

This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility.

Core principle: Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood.

When to Use This Skill

Use this skill when:

  • Writing emails to teammates, managers, or stakeholders
  • Crafting team chat messages or async communications
  • Preparing meeting agendas or summaries
  • Translating technical concepts for non-technical audiences
  • Structuring status updates or reports
  • Improving clarity of written communication

Keywords: email, chat, teams, slack, discord, message, writing, communication, meeting, agenda, status update, report

Core Frameworks

The What-Why-How Structure

Use this universal framework to organize any professional message:

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"

Apply to: Emails, status updates, meeting talking points, technical explanations

Three Golden Rules for Written Communication

  1. Start with a clear subject/purpose - Recipients should immediately grasp what your message is about
  2. Use bullets, headlines, and scannable formatting - Nobody wants a wall of text
  3. Key messages first - Busy people appreciate efficiency; state your main point upfront

Audience Calibration

Before communicating, ask yourself:

  1. Who are you writing to? (Technical peers, managers, stakeholders, customers)
  2. What level of detail do they need? (High-level overview vs implementation details)
  3. What's the value for them? (How does this affect their work/decisions?)

Email Best Practices

Subject Line Formula

Instead ofTry
"Project updates""Project X: Status Update and Next Steps"
"Question""Quick question: API rate limiting approach"
"FYI""FYI: Deployment scheduled for Tuesday 3pm"

Email Structure Template

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

Hi [Name],

[1-2 sentences stating the key point or request upfront]

**Context/Background:**
- [Bullet point 1]
- [Bullet point 2]

**What I need from you:**
- [Specific action or decision needed]
- [Timeline if applicable]

[Optional: Brief next steps or follow-up plan]

Best,
[Your name]

Common Email Types

TypeKey Elements
Status UpdateProgress summary, blockers, next steps, timeline
RequestClear ask, context, deadline, why it matters
EscalationIssue summary, impact, attempted solutions, needed decision
FYI/AnnouncementWhat changed, who's affected, any required action

For templates: See references/email-templates.md

Team Messaging Etiquette

Note: Examples use Slack terminology, but these principles apply equally to Microsoft Teams, Discord, or any team messaging platform.

When to Use Chat vs Email

Use ChatUse Email
Quick questions with short answersDetailed documentation needing records
Real-time coordinationFormal communications to stakeholders
Informal team discussionsMessages requiring careful review
Time-sensitive updatesComplex explanations with multiple parts

Team Messaging Best Practices

  1. Use threads - Keep main channels scannable; follow-ups go in threads
  2. @mention thoughtfully - Don't notify people unnecessarily
  3. Channel organization - Right channel for right topic
  4. Be direct - "Can you review my PR?" beats "Hey, are you busy?"
  5. Async-friendly - Write messages that don't require immediate response

The "No Hello" Principle

Instead of:

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

Try:

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]

Technical vs Non-Technical Communication

When to Be Technical vs Accessible

AudienceApproach
Engineering peersTechnical details, code examples, architecture specifics
Technical managersBalance of detail and high-level impact
Non-technical stakeholdersBusiness impact, analogies, outcomes over implementation
CustomersPlain language, what it means for them, avoid jargon

Three Strategies for Simplification

  1. Start with the big picture before details - People process "why" before "how"
  2. Simplify without losing accuracy - Use analogies; replace jargon with plain language
  3. Know when to switch - Read the room; adjust based on questions and engagement

Jargon Translation Examples

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

For more examples: See references/jargon-simplification.md

Writing Clarity Principles

Active Voice Over Passive Voice

Active voice is clearer, more direct, and conveys authority:

Passive (avoid)Active (prefer)
"A bug was identified by the team""The team identified a bug"
"The feature will be implemented""We will implement the feature"
"Errors were found during testing""Testing revealed errors"

Eliminate Filler Words

Instead ofUse
"At this point in time""Now"
"In the event that""If"
"Due to the fact that""Because"
"In order to""To"
"I just wanted to check if""Can you"

The "So What?" Test

After writing, ask: "So what? Why does this matter to the reader?"

If you can't answer clearly, restructure your message to lead with the value/impact.

Meeting Communication

Before: Agenda Best Practices

Every meeting invite should include:

  1. Clear objective - What will be accomplished?
  2. Agenda items - Topics to cover with time estimates
  3. Preparation required - What should attendees bring/review?
  4. Expected outcome - Decision needed? Information sharing? Brainstorm?

During: Facilitation Tips

  • Time-box discussions - "Let's spend 5 minutes on this, then move on"
  • Capture action items live - Who does what by when
  • Parking lot - Note off-topic items for later

After: Summary Format

**Meeting: [Topic] - [Date]**

**Attendees:** [Names]

**Key Decisions:**
- [Decision 1]
- [Decision 2]

**Action Items:**
- [ ] [Person]: [Task] - Due [Date]
- [ ] [Person]: [Task] - Due [Date]

**Next Steps:**
- [Follow-up meeting if needed]
- [Documents to share]

For structures by meeting type: See references/meeting-structures.md

Quick Reference: Communication Checklist

Before sending any professional communication:

  • Clear purpose - Can the recipient understand intent in 5 seconds?
  • Right audience - Is this the appropriate person/channel?
  • Key message first - Is the main point upfront?
  • Scannable - Are there bullets, headers, short paragraphs?
  • Action clear - Does the recipient know what (if anything) they need to do?
  • Jargon check - Will the audience understand all terminology?
  • Tone appropriate - Is it professional but not cold?
  • Proofread - Any typos or unclear phrasing?

Additional Tools

  • references/email-templates.md - Ready-to-use email templates by type
  • references/meeting-structures.md - Structures for standups, retros, reviews
  • references/jargon-simplification.md - Technical-to-plain-language translations

Companion Skills

  • feedback-mastery - For difficult conversations and feedback delivery
  • /draft-email - Generate emails using these frameworks

Last Updated: 2025-12-22

Version History

  • v1.0.0 (2025-12-26): Initial release

When not to use it

  • When a highly informal or non-professional tone is required

Limitations

  • Requires user input for specific context
  • Templates may need customization

How it compares

It provides standardized structures for technical communication rather than relying on ad-hoc drafting.

Compared to similar skills

professional-communication side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
professional-communication (this skill)16moNo flagsBeginner
docx935moReviewAdvanced
docs-write226moNo flagsBeginner
content-research-writer1510moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

You might also like

docx

anthropics

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks

93225

docs-write

metabase

Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).

22139

content-research-writer

ComposioHQ

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

15111

doc-coauthoring

anthropics

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

1686

research-grants

davila7

Write competitive research proposals for NSF, NIH, DOE, and DARPA. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.

694

teams-channel-post-writer

daymade

Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.

591

Search skills

Search the agent skills registry