From grip-post
Format text with Unicode that survives LinkedIn paste, and run grip-post's anti-fluff gate. Refuses to write fluff. The terminal surface of the grip-post extension.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grip-post:grip-postThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`/grip-post:grip-post` runs grip-post's transforms + gates over your text using
/grip-post:grip-post runs grip-post's transforms + gates over your text using
the same src/lib core the Chrome side panel uses — no second
implementation, no drift.
Invoke as /grip-post:grip-post <command> [text]. Run, passing the user's
arguments straight through. ${CLAUDE_PLUGIN_ROOT} resolves to the plugin's
cached repo root, so the script is always found:
npx tsx ${CLAUDE_PLUGIN_ROOT}/bin/grip-post.ts $ARGUMENTS
Then surface the result plainly:
check → lead with the verdict. CLEAN = ship it. WARN = a density
tell (em-dash / emoji) — show the number, suggest trimming. DENY = a banned
phrase — name it, and do not silently rewrite it away. Refusal is the
feature: the user edits the draft, not the gate.bold / italic / brackets / hr / arrow / handles / diamond
→ return the transformed text, ready to paste into LinkedIn.strip-tells → show what (if anything) was removed.ground-check → surface unsourced-claim candidates to source or soften.If no text is supplied inline, ask the user to paste their draft (or accept a
--file <path>). Keep formatting restrained — over-formatting is itself a tell.
Math-bold Unicode is not read by screen readers, so use it for emphasis, never
whole paragraphs.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.
npx claudepluginhub codetonight-sa/grip-post --plugin grip-post