A collection of Agent Skills for working with Semantic Line Breaks.
These skills work with any agent that supports the Agent Skills standard, including Claude Code, Cursor, OpenCode, OpenAI Codex, and Pi.
Install using the plugin marketplace:
/plugin marketplace add sembr/skillsInstall from the Cursor Marketplace,
or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with sembr/skills.
Install using the npx skills CLI:
npx skills add https://github.com/sembr/skillsInstall as a Pi Package:
pi install git:github.com/sembr/skillsClone this repo and copy the skill folders into the appropriate directory for your agent:
| Agent | Skill Directory | Docs |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
docs |
| Cursor | ~/.cursor/skills/ |
docs |
| OpenCode | ~/.config/opencode/skills/ |
docs |
| OpenAI Codex | ~/.codex/skills/ |
docs |
| Pi | ~/.pi/agent/skills/ |
docs |
Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies the relevant skill.
| Skill | Useful for |
|---|---|
sembr-reformat |
Reflowing prose into Semantic Line Breaks |
Released under the MIT License.