Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Internal Comms Writer

Official

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

Docs & OfficeBeginner177,81821,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

  1. "Draft this week's team 3P update" → structured Progress / Plans / Problems write-up.
  2. "Write internal FAQ answers about the new benefits policy" → Q&A formatted per the FAQ guideline.
  3. "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)
  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.
  2. Clone the official repo: git clone https://github.com/anthropics/skills.git.
  3. Create the skills folder: mkdir -p ~/.claude/skills.
  4. Copy the whole skill directory: cp -r skills/skills/internal-comms ~/.claude/skills/ — verify the examples/ folder came along.
  5. Edit the files inside examples/ so the templates and tone match your own company.
  6. Restart Claude Code and ask something like "write this week's 3P update" to trigger the skill.