Slackify banner
cipshadow cipshadow

Slackify

Communication community

Description

--- model: sonnet --- Take text and make it cleanly pastable into Slack by removing artificial line breaks introduced by terminal wrapping, while preserving intentional structure. ## Input Accept one of: - A file path argument (read the file) - If no argument, take the last substantial text output from this conversation ## Rules 1. **Unwrap paragraphs.** Join lines that were split mid-sentence by terminal column width. A line that ends without a period, colon, or list marker and is followed

Installation

Installs to ~/.claude/skills/cipshadow-leverage-and-taste-slackify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cipshadow-leverage-and-taste-slackify && curl -fsSL https://raw.githubusercontent.com/cipshadow/leverage-and-taste/HEAD/commands/slackify.md -o ~/.claude/skills/cipshadow-leverage-and-taste-slackify/SKILL.md

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

Full documentation available on GitHub

View Source Repository