Install
$ agentstack add skill-sembr-skills-sembr-reformat ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Reformat With SemBr
Apply Semantic Line Breaks to prose without changing what readers see. Preserve wording, punctuation, and intent.
Reformat Workflow
- Identify prose regions that support soft-wrapped lines.
- Skip regions where line breaks are syntactically significant:
- fenced code blocks and indented code blocks
- tables
- YAML frontmatter
- URLs or markup tokens that must stay contiguous
- Rewrite only line wrapping, not content.
- Keep paragraphs and list structures intact.
- Return full rewritten text unless asked for a targeted excerpt.
SemBr Rules
Apply these rules in order:
- Break after every sentence ending in
.,!, or?. - Prefer a break after independent clauses ending in
,,;,:, or—. - Optionally break after dependent clauses when it clarifies structure.
- Insert a break before an enumerated or itemized list.
- Optionally add breaks between list items to group related items.
- Never break inside a hyphenated word.
- Allow breaks around hyperlinks and before inline markup when helpful.
- Target 80 columns when possible; allow longer lines for URLs, code spans, or unavoidable markup.
Quality Checks
Before returning output, verify:
- Rendering-equivalence: no hard-break syntax added accidentally.
- Meaning-equivalence: no word changes or punctuation edits.
- Structure-equivalence: headings, lists, and block boundaries unchanged.
- Diff-friendliness: edits are mostly line-wrap changes.
Output Style
Use minimal explanation. Return reformatted text directly. If any segment cannot be safely reformatted, leave it unchanged and add a one-line note.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sembr
- Source: sembr/skills
- License: MIT
- Homepage: https://sembr.org
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.