Help us improve
Share bugs, ideas, or general feedback.
From hb
Structurally edits article drafts through an interactive section-by-section rewrite for clarity, flow, and argument strength.
npx claudepluginhub helderberto/agent-skills --plugin hbHow this skill is triggered — by the user, by Claude, or both
Slash command
/hb:reviseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structurally edit an article draft through an interactive, section-by-section process. Unlike prose-fix (cosmetic polish), this skill rewrites for clarity, flow, and argument strength.
Reviews article drafts section by section for structural logic, concept ordering, and prose clarity. Preserves core arguments while cutting repetition.
Edits and improves articles by restructuring sections, improving clarity, and tightening prose. Divides content into sections respecting dependencies, confirms with user, then rewrites each paragraph to maximum 240 characters.
Share bugs, ideas, or general feedback.
Structurally edit an article draft through an interactive, section-by-section process. Unlike prose-fix (cosmetic polish), this skill rewrites for clarity, flow, and argument strength.
Before editing, ask the user (skip questions they already answered). Use AskUserQuestion when available; otherwise ask directly:
Read the full article. Map the sections as an information DAG — each concept depends on prior concepts. Identify:
Present the current section outline and a proposed reordering. Wait for user confirmation before proceeding.
For each section, in order:
Edit the file in place, one section at a time.
After all sections are revised:
After structural edits, run a single cosmetic pass over the file. Order: formatting → typos → clarity.
| Issue | Replace with |
|---|---|
Em dash — (with spaces) | Period, comma, colon, or parentheses depending on context |
Em dash — (no spaces) | Split into two sentences or use comma |
| Double spaces | Single space |
Workflow: grep for — first, fix all formatting, then typos, then clarity. Grep again to confirm no em dashes remain. Never add words — only remove or substitute. Never rewrite a sentence that is already clear.
Report what was changed by category.
.md files