Check Writing banner
jakecadams jakecadams

Check Writing

Design community

Description

--- description: Check writing against the writing-style rules. Reports findings; changes nothing. argument-hint: "[file path, or nothing to check the most recent draft]" allowed-tools: Bash, Read, Glob, Grep --- <!-- writing-style:disable — this file quotes banned words on purpose --> Check writing against the writing-style rules and report what you would change. Do not edit anything. Do not rewrite the text unless the user asks in a later message. ## Step 1: Find the target `$ARGUMENTS` is

Installation

Installs to ~/.claude/skills/jakecadams-skills-check-writing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jakecadams-skills-check-writing && curl -fsSL https://raw.githubusercontent.com/jakecadams/skills/HEAD/commands/check-writing.md -o ~/.claude/skills/jakecadams-skills-check-writing/SKILL.md

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

Full documentation available on GitHub

View Source Repository