feat(skills): add writing-style skill for prose rule application#196
Open
MarkSiqiZhang wants to merge 1 commit intomainfrom
Open
feat(skills): add writing-style skill for prose rule application#196MarkSiqiZhang wants to merge 1 commit intomainfrom
MarkSiqiZhang wants to merge 1 commit intomainfrom
Conversation
Drop-in skill that applies the 21 prose rules from "The Elements of Agent Style" (yzhao062, CC BY 4.0) — 12 canonical rules (Strunk, Orwell, Pinker) plus 9 field-observed AI-output patterns. Users invoke via /writing-style, optionally with a draft to revise. Surfaces in the Paper Writing category of the skill picker alongside the complementary /inno-humanizer (which targets AI-specific tells). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
skills/writing-style/SKILL.md, a drop-in skill that applies the 21 prose rules from the agent-style project (yzhao062, CC BY 4.0). The rule set is 12 canonical rules from Strunk, Orwell, and Pinker, plus 9 field-observed AI-output patterns.Users invoke it with
/writing-stylein chat, optionally with a draft to revise. The skill surfaces in the Paper Writing category of the⚡ Skillspicker alongside the complementary/inno-humanizer, which targets AI-specific tells rather than canonical prose rules. The existingskillExpander.jsresolves the slash command, so no backend, UI, or database changes were needed.Upstream: https://github.com/yzhao062/agent-style (pinned commit
6633397).Test plan
⚡ Skillspicker → Paper Writing category shows awriting-stylechip alongsideinno-humanizer,inno-paper-writing, etc.npm run typecheckpasses.