Claude Official Skill: internal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write so...
What it is
The internal-comms skill is an official Claude skill that helps write internal communications using company-preferred formats. It provides templates and structural guidance for memos, announcements, project updates, team communications, and other internal documents. When installed, Claude Code uses these templates automatically when drafting internal communications.
Team leads writing project updates, managers drafting announcements, and anyone who needs to write structured internal documents will find this skill reduces the formatting and structural overhead of corporate communication.
How it saves time or tokens
Drafting internal communications from scratch requires deciding on format, tone, structure, and level of detail for each document type. This skill pre-loads templates and formatting conventions, so Claude Code produces correctly structured documents on the first attempt. It eliminates the back-and-forth of specifying format requirements in every prompt.
How to use
- Install the skill:
claude skill install anthropics/skills/internal-comms
- Or manually copy the SKILL.md content to
.claude/skills/internal-comms/SKILL.md - Ask Claude Code to draft internal communications:
> Write a project status update for the Q2 platform migration
> Draft an all-hands announcement about the new remote work policy
> Create a memo summarizing the architecture review decisions
Example
# Project Status Update Template (produced by Claude with this skill)
Project: [Name]
Date: 2026-04-15
Status: On Track / At Risk / Blocked
Summary
[One paragraph overview of current state]
Progress This Week
- Completed: [list]
- In Progress: [list]
Blockers
- [Blocker 1] -- Owner: [name], ETA: [date]
Next Steps
- [Action item] -- [owner] -- [due date]
Metrics
| Metric | Target | Actual |
|---|---|---|
| [KPI] | [val] | [val] |
Related on TokRepo
- AI Tools for Content -- explore content creation tools and frameworks
- Prompt Library -- discover prompts and skills for various tasks
Common pitfalls
- The skill provides generic templates. Customize them to match your specific company style guidelines and communication norms.
- Internal communications should be concise. The skill encourages structured formats, but adjust the level of detail based on your audience and context.
- Sensitive information should be reviewed before sharing. Claude generates drafts, but always review for accuracy and appropriateness before sending.
Frequently Asked Questions
The skill covers project status updates, all-hands announcements, memos, team communications, decision summaries, retrospective reports, and other common internal document types. Each type has a template with appropriate structure and formatting.
Run claude skill install anthropics/skills/internal-comms or manually create .claude/skills/internal-comms/SKILL.md in your project with the skill content. Claude Code loads it automatically when communication tasks are detected.
Yes. The SKILL.md file is editable. Modify the templates to match your company format, add custom sections, change tone guidelines, or include specific branding elements. Claude Code uses whatever version of the skill file is in your project.
The skill provides guidance on appropriate tone for different communication types -- formal for announcements, concise for status updates, collaborative for team discussions. You can override the tone in your prompt if needed.
Yes. Remote teams rely heavily on written communication. The skill helps standardize document formats across the team, reducing ambiguity and ensuring consistent structure in async communications like project updates and decision memos.
Citations (3)
- Anthropic Claude Code Skills— Official Claude skill for internal communications
- Claude Code Documentation— Claude Code skills system for extending capabilities
- Anthropic Skills Repository— Best practices for internal communications
Related on TokRepo
Source & Thanks
Created by Anthropic. Licensed under MIT. anthropics/skills
Discussion
Related Assets
Claude-Flow — Multi-Agent Orchestration for Claude Code
Layers swarm and hive-mind multi-agent orchestration on top of Claude Code with 64 specialized agents, SQLite memory, and parallel execution.
ccusage — Real-Time Token Cost Tracker for Claude Code
CLI that reads ~/.claude logs and breaks down Claude Code token spend by day, session, and project — pluggable into your statusline.
SuperClaude — Workflow Framework for Claude Code
Adds 16+ slash commands, 9 cognitive personas, and a smart flag system to Claude Code in one pipx install.