Internal Comms Writer
OfficialOfficial skill that drafts internal communications — 3P updates, newsletters, FAQs, incident and leadership reports — using your company's preferred formats.
Docs & OfficeBeginner★ 177,818⑂ 21,068AI score 8/10Last updated: Sep 22, 2026
What it does
- Detects which type of internal communication you need (3P update, company newsletter, FAQ answers, or general comms).
- Loads the matching guideline from the
examples/directory and follows its rules for formatting, tone, and what information to gather. - Asks for clarification instead of guessing when the request doesn't match a known format.
Who it's for
- Team leads and PMs who file weekly Progress/Plans/Problems updates.
- Ops, HR, and engineering folks writing newsletters, leadership updates, or incident reports.
- Teams that want consistent house style across internal docs.
Examples
- "Draft this week's team 3P update" → structured Progress / Plans / Problems write-up.
- "Write internal FAQ answers about the new benefits policy" → Q&A formatted per the FAQ guideline.
- "Turn last night's deploy failure into an incident report for leadership" → summary, impact, and follow-up actions.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/anthropics/skills/HEAD/skills/internal-comms/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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.
- Clone the official repo:
git clone https://github.com/anthropics/skills.git. - Create the skills folder:
mkdir -p ~/.claude/skills. - Copy the whole skill directory:
cp -r skills/skills/internal-comms ~/.claude/skills/— verify theexamples/folder came along. - Edit the files inside
examples/so the templates and tone match your own company. - Restart Claude Code and ask something like "write this week's 3P update" to trigger the skill.