Internal Comms Writer
OfficialOfficial Anthropic skill that drafts internal communications — 3P updates, newsletters, FAQs, incident and leadership reports — in your company's preferred formats.
Content & WritingBeginner★ 167,132⑂ 19,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
- "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
- "Draft the October company newsletter: 3 new hires, product beta launch, internal hackathon announcement" → sectioned newsletter draft
- "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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal (Terminal on macOS/Linux, Git Bash or WSL on Windows).
- Clone the repo:
git clone https://github.com/anthropics/skills.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r skills/skills/internal-comms ~/.claude/skills/ - Verify with
ls ~/.claude/skills/internal-comms— you should seeSKILL.mdand anexamples/folder. - Restart Claude Code and try: "Write my 3P update for this week."
- (Optional) Edit the files under
~/.claude/skills/internal-comms/examples/to match your company's real formats.