internal-comms
Install this skill
npx skills add anthropics/skillsWorks across Claude Code, Cursor, Codex, Copilot & Antigravity
The internal-comms skill streamlines the generation of structured documentation within an organization. It manages the drafting of routine updates, such as project status reports, Progress-Plans-Problems (3P) summaries, and company-wide newsletters. By enforcing standardized templates housed in the repository, the skill ensures that internal messaging remains consistent in tone and formatting across different departments. It effectively translates raw data or fragmented updates into professional, readable formats that align with established company practices. Users select from defined guideline files to handle specific communication needs, reducing the manual effort required to format reports or FAQs. This tool minimizes the time spent on administrative writing tasks, allowing teams to focus on core operations while maintaining transparency and clarity in their internal discourse.
When to Use This Skill
- •Drafting a weekly 3P update for a direct manager
- •Distributing an incident post-mortem to the engineering team
- •Writing a company newsletter to share recent milestones
- •Constructing an FAQ entry based on common Slack support questions
How to Invoke This Skill
Example prompts that trigger this skill in Claude Code, Cursor, or Antigravity:
- “Help me draft a 3P update for this week
- “Write a company newsletter based on these notes
- “Format this incident data for an internal update
- “Create an FAQ answer for our internal team site
- “Help me write a status report for the project
Pro Tips
- 💡Always specify the exact type of internal communication needed (e.g., 'incident report' vs. 'general update') to ensure the correct template is applied.
- 💡Provide key facts, dates, and relevant stakeholders upfront to ensure the output is highly relevant and accurate.
- 💡Review the generated draft and refine it for specific company voice or sensitive details before final distribution.
What this skill does
- •Generates structured 3P progress reports based on project data
- •Formats technical incidents into clear internal summaries
- •Compiles weekly company newsletters from team inputs
- •Provides standardized answers to recurring internal FAQs
- •Applies organizational tone and formatting guidelines automatically
When not to use it
- ✕Writing public-facing marketing copy or press releases
- ✕Conducting sensitive one-on-one performance reviews
- ✕Drafting legal or highly confidential HR policy documents
Example workflow
- Provide the raw data or update points to the agent
- Specify the type of communication required
- Agent selects the corresponding guideline from the examples directory
- Agent drafts the message following the template rules
- Review the output for accuracy and finalize the content
Prerequisites
- –Access to the internal communication guideline files
- –Raw project data or incident details to be summarized
Pitfalls & limitations
- !Failing to provide enough context for non-standard communication types
- !Overlooking specific company tone nuances if guidelines are outdated
- !Assuming the agent knows project status without raw input
FAQ
How it compares
Unlike generic drafting prompts that may hallucinate structure, this skill uses mandatory template files to ensure compliance with organization-specific communication standards.
📄 Full skill instructions — original source: anthropics/skills
To write internal communications, use this skill for:
- 3P updates (Progress, Plans, Problems)
- Company newsletters
- FAQ responses
- Status reports
- Leadership updates
- Project updates
- Incident reports
## How to use this skill
To write any internal communication:
1. **Identify the communication type** from the request
2. **Load the appropriate guideline file** from the
examples/ directory:-
examples/3p-updates.md - For Progress/Plans/Problems team updates-
examples/company-newsletter.md - For company-wide newsletters-
examples/faq-answers.md - For answering frequently asked questions-
examples/general-comms.md - For anything else that doesn't explicitly match one of the above3. **Follow the specific instructions** in that file for formatting, tone, and content gathering
If the communication type doesn't match any existing guideline, ask for clarification or more context about the desired format.
## Keywords
3P updates, company newsletter, company comms, weekly update, faqs, common questions, updates, internal comms
How to Use This Skill Unit
Option A: Project-Specific (Recommended)
- Click "Download" above
- In your project, create the directory:
.agent/skills/internal-comms/ - Save the file as
SKILL.md - The agent will automatically discover the skill based on its description.
Option B: Global Installation (All Agents)
Save the file to these locations to make it available across all projects:
- Claude Code:
~/.claude/skills/anthropics/skills/internal-comms/SKILL.md - Cursor:
~/.cursor/skills/anthropics/skills/internal-comms/SKILL.md - Antigravity:
~/.gemini/antigravity/skills/anthropics/skills/internal-comms/SKILL.md
🚀 Install with CLI:npx skills add anthropics/skills