From reactant
Edits surrounding text in files using natural language prompts. Supports scope modifiers for protected regions and editable fields, plus context references to other files.
npx claudepluginhub a554b554/reactant --plugin reactantThis skill uses the workspace's default tool permissions.
Apply the edit described in the prompt to the surrounding text.
Proofreads surrounding text for grammar, spelling, and punctuation errors. Respects scope modifiers (protected <<>> regions, editable (( )) fields) and resolves context references from external files.
Mechanically tightens prose by restructuring sections by dependency order, splitting/merging paragraphs, and removing redundancy. Use to compress READMEs, ADRs, plan files, design docs without changing voice, tone, or phrasing.
Humanizes AI-generated text in project files, READMEs, docs, and blogs by detecting and fixing 24 documented AI writing patterns. Interactive workflow with input selection, content type, and intensity options.
Share bugs, ideas, or general feedback.
Apply the edit described in the prompt to the surrounding text.
<@edit: ...> tag appears.<@edit: ...> tag) with the edited text.The surrounding text may contain scope modifier tags that control which regions you can edit.
<< >>: Text inside << and >> must NOT be modified. Preserve it exactly as-is. Remove the << >> delimiters in the output, but keep the content unchanged.(( )): ONLY the text inside (( and )) may be modified. The surrounding text is context only — do not change it. Remove the (( )) delimiters in the output.If neither modifier is present, the entire surrounding text is editable (default behavior).
The prompt may contain context references wrapped in double backticks ( ``). These point to external resources (file paths, section titles, etc.) that you should look up.
<@edit: revise to connect with ``intro.md``> — read intro.md and use its content to inform your edit.<@edit: extract this into ``appendix.md``> — write the extracted content to appendix.md. delimiters from the output. ``) in the prompt before applying edits.<@edit: ...> tag and all modifier delimiters (<< >>, (( )), ``) must be removed in the output.