Internal Comms

94TrustedInstructions only

Standardized templates and guidelines for professional workplace announcements.

What it does

Internal Comms aligns your AI assistant with the specific conventions and structural requirements of corporate messaging. By installing this skill, you enable the assistant to adopt the correct tone and formatting for documents intended for internal stakeholders, ensuring consistency across various departmental updates.

The skill provides a framework for handling common workplace reporting tasks. It directs the assistant toward established formats for periodic project updates, incident summaries, and organizational newsletters, making it easier to generate cohesive documentation without manual revision.

When it earns its place

Reach for it when…

Use this skill when you need to draft recurring business reports like project status summaries, leadership announcements, or answers to frequently asked questions that follow specific company documentation standards.

Look elsewhere when…

This skill is not designed for drafting external-facing marketing copy, press releases, or client-facing proposals, as these require a different audience focus and stylistic approach compared to internal operational updates.

What to say to use it

You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.

  • draft a 3P update for the design project
  • write a company newsletter about the new office policies
  • generate a status report for our engineering team
  • draft an FAQ response regarding the upcoming shift

Install it

Install for all your projects

Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.

bash
git clone --depth 1 --branch main https://github.com/anthropics/skills.git /tmp/skills
mkdir -p ~/.claude/skills
cp -r /tmp/skills/skills/internal-comms ~/.claude/skills/internal-comms

Install for one project only

Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.

bash
cp -r /tmp/skills/skills/internal-comms .claude/skills/internal-comms

If a skill of the same name exists in both places, the personal one wins.

Installing on Claude.ai or through the API instead? The full guide covers every surface.

Pair it with an MCP server