Teams Channel Post Writer
Writes consistent, template-driven Microsoft Teams channel posts that teach colleagues Claude Code features, tips, and best practices.
Content & WritingBeginner★ 1,323⑂ 212AI score 7/10Last updated: Aug 8, 2026
What it does
Turns a topic into a polished, educational Teams channel post for internal knowledge sharing.
- A 5-step workflow: research the topic → plan the content → draft from the template → review against writing guidelines → save and share
- Ships with
assets/post-template.mdcovering title, intro, what-it-is, how-to-use, benefits, options, call-to-action and reference links - Uses a "Normal vs Better" comparison pattern instead of "Wrong/Correct", so readers learn without feeling criticized
- Enforces a research checklist (release dates, version numbers, authoritative links) to keep posts factually accurate
- Connects each feature to an underlying principle such as context engineering, not just a feature dump
Who it's for
- Tech leads and developers driving Claude Code adoption inside a team
- Platform / DevRel engineers who publish tool guidance to company-wide channels
- Internal documentation owners who want a repeatable post format
- Anyone translating dense release notes into language teammates actually read
Examples
- Feature announcement: "Write a Teams post introducing Claude Code's Explore agent" → draft with verified release date, Normal vs Better usage comparison, 3+ copy-pasteable prompts, and links to official docs
- Weekly tip series: "This week's tip: how to write a good CLAUDE.md" → one core principle, realistic examples, and a clear next action for readers
- Retro write-up: "Turn last sprint's Claude Code lessons into a channel post" → structured as context, what we tried, results, and recommended patterns
· · · Install guide · · ·
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 /tmp/ccs && mkdir -p ~/.claude/skills && cp -r /tmp/ccs/teams-channel-post-writer ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal (Terminal on macOS/Linux, Git Bash on Windows).
- Clone the skills repository into a temp folder:
git clone https://github.com/daymade/claude-code-skills.git /tmp/ccs - Create your personal skills directory if it doesn't exist:
mkdir -p ~/.claude/skills - Copy just this skill over:
cp -r /tmp/ccs/teams-channel-post-writer ~/.claude/skills/ - Verify with
ls ~/.claude/skills/teams-channel-post-writer— you should seeSKILL.mdplus thereferences/andassets/folders. - Restart Claude Code and try a prompt like "Write a Teams channel post announcing the new Claude Code feature".
- (Optional) To share with your team, copy the same folder into your repo's
.claude/skills/directory and commit it.
View source on GitHub ↗License: MIT