Draft Announcement banner
slackapi slackapi

Draft Announcement

Communication community

Description

--- description: Draft a well-formatted Slack announcement and save it as a draft --- Given the topic or context provided in $ARGUMENTS: 1. Ask the user the following clarifying questions (skip any that are already clear from the provided context): - Which channel should this announcement be posted in? - Who is the target audience? - What is the key message or call to action? - Is there a deadline or date to highlight? - What tone is appropriate — formal, casual, or urgent? 2.

Installation

Installs to ~/.claude/skills/slackapi-slack-skills-plugin-draft-announcement/SKILL.md

Terminal
mkdir -p ~/.claude/skills/slackapi-slack-skills-plugin-draft-announcement && curl -fsSL https://raw.githubusercontent.com/slackapi/slack-skills-plugin/HEAD/commands/draft-announcement.md -o ~/.claude/skills/slackapi-slack-skills-plugin-draft-announcement/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository