Ste Rewrite banner
stayukasabov stayukasabov

Ste Rewrite

Development community

Description

--- name: ste-rewrite description: Rewrite the given text or file into Simplified Technical English, then show a before/after comparison. --- # Rewrite into STE Take the user's text (the command argument, a pasted block, or a named file) and rewrite it into Simplified Technical English. 1. Rewrite the text using the rules in `${CLAUDE_PLUGIN_ROOT}/references/writing-rules.md`. 2. Lint the rewrite until it passes: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/ste_lint.py" --profile f

Installation

Installs to ~/.claude/skills/stayukasabov-stayux-clear-answer-ste-rewrite/SKILL.md

Terminal
mkdir -p ~/.claude/skills/stayukasabov-stayux-clear-answer-ste-rewrite && curl -fsSL https://raw.githubusercontent.com/stayukasabov/Stayux-Clear-Answer/HEAD/commands/ste-rewrite.md -o ~/.claude/skills/stayukasabov-stayux-clear-answer-ste-rewrite/SKILL.md

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

Full documentation available on GitHub

View Source Repository