multiAI Summary Pending

internal-comms

Draft internal company communications including 3P updates, newsletters, FAQ responses, status reports, leadership updates, incident reports, and project updates using company-standard formats. Use when the user asks to write internal communications, draft status reports, create newsletters, prepare leadership updates, or compose any company-wide messaging.

223 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/internal-comms/SKILL.md --create-dirs "https://raw.githubusercontent.com/partme-ai/full-stack-skills/main/skills/social-skills/internal-comms/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/internal-comms/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How internal-comms Compares

Feature / Agentinternal-commsStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Draft internal company communications including 3P updates, newsletters, FAQ responses, status reports, leadership updates, incident reports, and project updates using company-standard formats. Use when the user asks to write internal communications, draft status reports, create newsletters, prepare leadership updates, or compose any company-wide messaging.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Internal Communications Writer

Draft polished internal company communications using standardized formats for consistent, professional messaging.

## Workflow

1. **Identify communication type** from the user's request:
   - 3P updates (Progress, Plans, Problems)
   - Company newsletters
   - FAQ responses
   - Status reports or leadership updates
   - Incident reports or project updates

2. **Load the matching guideline** from the `examples/` directory:
   - `examples/3p-updates.md` - Progress/Plans/Problems team updates
   - `examples/company-newsletter.md` - Company-wide newsletters
   - `examples/faq-answers.md` - Frequently asked questions
   - `examples/general-comms.md` - Other communication types

3. **Gather context** from the user:
   - Key updates, metrics, or decisions to communicate
   - Target audience and desired tone
   - Any deadlines or distribution channels

4. **Draft the communication** following the guideline's format, then iterate based on feedback.

### Example: 3P Update

```markdown
## Progress
- Shipped v2.1 authentication module ahead of schedule
- Completed API migration for 3 downstream services

## Plans
- Begin load testing for Q3 launch (target: 10k concurrent users)
- Finalize design review for notification system

## Problems
- CI pipeline flakiness causing 15% build failure rate — investigating root cause
```

If the communication type doesn't match any existing guideline, ask for clarification about the desired format.

## Keywords

3P updates, company newsletter, company comms, weekly update, faqs, common questions, updates, internal comms, status report, leadership update, incident report