professional-communication
⚠Review·Scanned 2/19/2026
This skill provides templates and guidance for professional technical messages. It includes explicit installation steps that run npx commands, fetch https://github.com/wpank/ai/tree/main/skills/writing/professional-communication, and copy files into ~/.claude/skills, instructing shell execution, network fetches, and modification of agent skill directories.
from clawhub.ai·vf92dde8·34.7 KB·0 installs
Scanned from 0.1.0 at f92dde8 · Transparency log ↗
$ vett add clawhub.ai/wpank/professional-communicationReview findings below
Professional Communication
Write clear, effective professional messages that get read and acted upon. Routes you to ready-to-use templates and translation guides for professional technical communication.
What's Inside
- Quick reference message structure (key message first, scannable format, clear action)
- The Four Rules (subject lines, bullets over paragraphs, specific asks, channel matching)
- Reference files for email templates, jargon simplification, meeting structures, and remote async communication
When to Use
- Drafting emails (status updates, requests, escalations, introductions)
- Writing Slack/Teams messages
- Preparing meeting agendas or summaries
- Translating technical concepts for non-technical audiences
- Any written communication to teammates, managers, or stakeholders
Installation
npx add https://github.com/wpank/ai/tree/main/skills/writing/professional-communication
OpenClaw / Moltbot / Clawbot
npx clawhub@latest install professional-communication
Manual Installation
Cursor (per-project)
From your project root:
mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/writing/professional-communication .cursor/skills/professional-communication
Cursor (global)
mkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/writing/professional-communication ~/.cursor/skills/professional-communication
Claude Code (per-project)
From your project root:
mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/writing/professional-communication .claude/skills/professional-communication
Claude Code (global)
mkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/writing/professional-communication ~/.claude/skills/professional-communication
Related Skills
- clear-writing — Foundational writing principles that apply to all professional communication
Part of the Writing skill category.