Teams Channel Post Writer
Generates educational Microsoft Teams channel posts that teach colleagues Claude Code features, tips, and best practices using a fixed template and style guide.
Content & WritingBeginner★ 1,323⑂ 212AI score 6/10Last updated: Aug 8, 2026
What it does
- Drafts educational Teams channel posts announcing Claude Code features, sharing productivity tips, or documenting lessons learned.
- Follows a 5-step workflow: research the topic → plan the content → draft from the template → check against writing guidelines → save and share.
- Uses the bundled
assets/post-template.md(title, intro with release date, what it is, how to use, why, 3+ examples, options, CTA, links) plusreferences/writing-guidelines.md. - Enforces the "Normal vs Better" comparison pattern instead of "Wrong/Correct" so readers aren't criticized.
- Requires fact-checking: verify release dates, version numbers, and link to authoritative sources.
Who it's for
- Developers and tech leads evangelizing Claude Code inside their team
- DevRel or platform folks running an internal engineering-productivity channel
- Anyone who wants consistent formatting and quality in internal announcements
Examples
- "Write a Teams post announcing the new Explore agent" → verified release date, an explanation tying it to context-offloading principles, and three copy-pasteable prompts.
- "Post a tip about writing better CLAUDE.md files" → Normal vs Better comparisons plus a concrete call-to-action.
- "Turn last sprint's Claude Code lessons learned into a channel write-up" → structured as cause, principle, and next step.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/daymade/claude-code-skills/HEAD/teams-channel-post-writer/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the teams-channel-post-writer folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/teams-channel-post-writer/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/daymade/claude-code-skills.git && mkdir -p ~/.claude/skills && cp -r claude-code-skills/teams-channel-post-writer ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/daymade/claude-code-skills.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r claude-code-skills/teams-channel-post-writer ~/.claude/skills/ - Confirm
references/writing-guidelines.mdandassets/post-template.mdcame along with it. - Restart Claude Code and try: "Write a Teams channel post announcing this new Claude Code feature."
- Optional: edit
references/writing-guidelines.mdto match your company's tone and terminology for better output.
View source on GitHub ↗License: MIT