Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Internal Comms Writer

Official

Official Anthropic skill that drafts internal communications — 3P updates, newsletters, FAQs, incident and leadership reports — in your company's preferred formats.

Content & WritingBeginner167,13219,920AI score 8/10Last updated: Aug 7, 2026

What it does

Claude identifies which type of internal communication you're asking for, loads the matching guideline file from the examples/ directory (format, tone, and what information to gather), and writes the piece following those rules.

Supported types:

  • 3P updates (Progress / Plans / Problems)
  • Company-wide newsletters
  • FAQ answers
  • Status reports, leadership updates, project updates, incident reports and other general comms

If the request doesn't map to a known type, it asks for clarification instead of guessing.

Who it's for

  • Team leads and PMs who write the same weekly update every Friday
  • HR / internal comms owners responsible for newsletters and all-hands announcements
  • Engineers who need a clean incident write-up fast
  • Organizations trying to standardize the voice of internal documents

Examples

  1. "Write this week's 3P for the Payments team: PSP integration 80% done, QA next week, blocked on partner API latency" → tight, structured 3P update
  2. "Draft the October company newsletter: 3 new hires, product beta launch, internal hackathon announcement" → sectioned newsletter draft
  3. "Write an incident report for yesterday's 30-minute outage" → report with cause, impact, timeline, and prevention items

Tip: replace the files in examples/ with your own real templates for much more on-brand output.

· · · Install guide · · ·

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/internal-comms folder from the GitHub repo anthropics/skills into my ~/.claude/skills/internal-comms/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/anthropics/skills.git && mkdir -p ~/.claude/skills && cp -r skills/skills/internal-comms ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal (Terminal on macOS/Linux, Git Bash or WSL on Windows).
  2. Clone the repo: git clone https://github.com/anthropics/skills.git
  3. Create the skills folder if needed: mkdir -p ~/.claude/skills
  4. Copy just this skill: cp -r skills/skills/internal-comms ~/.claude/skills/
  5. Verify with ls ~/.claude/skills/internal-comms — you should see SKILL.md and an examples/ folder.
  6. Restart Claude Code and try: "Write my 3P update for this week."
  7. (Optional) Edit the files under ~/.claude/skills/internal-comms/examples/ to match your company's real formats.