Apply Strunk's style principles to prose

Following The Elements of Style:
- Use active voice (Rule 10): "We rewrote" not "has been rewritten"
- Omit needless words (Rule 13): removed "automatically", "optionally", etc.
- Break up long sentences: split run-on second sentence into short, direct statements
- Put statements in positive form (Rule 11): direct assertions rather than negatives
- Keep it concise: "Claude notifies" not "Claude will notify"

Overview section now more direct and forceful while maintaining all information.
This commit is contained in:
Jesse Vincent
2025-10-11 14:01:36 -07:00
parent 0f30fd2989
commit 488139d6d1
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ The superpowers plugin is a minimal shim that:
- Registers hooks that load skills from the local repository
- Offers users the option to fork the skills repo for contributions
All skills, scripts, and documentation live in the separate [superpowers-skills](https://github.com/obra/superpowers-skills) repository. Users can edit skills locally, commit changes, and optionally contribute back via pull requests.
All skills, scripts, and documentation live in the separate [superpowers-skills](https://github.com/obra/superpowers-skills) repository. Edit skills locally, commit changes, and contribute back via pull requests.
**Skills Repository:** https://github.com/obra/superpowers-skills
@@ -55,7 +55,7 @@ The plugin automatically handles skills repository setup on first run.
## Updating Skills
The plugin automatically fetches and fast-forwards your local skills repository on each session start. If your local branch has diverged and can't auto-update, Claude will notify you to use the pulling-updates-from-skills-repository skill.
The plugin fetches and fast-forwards your local skills repository on each session start. If your local branch has diverged, Claude notifies you to use the pulling-updates-from-skills-repository skill.
## Contributing Skills