writing-enhancement
4
总安装量
4
周安装量
#50022
全站排名
安装命令
npx skills add https://github.com/spitoglou/fabric-claude-skills --skill writing-enhancement
Agent 安装分布
codex
3
opencode
3
trae
2
gemini-cli
2
claude-code
2
github-copilot
2
Skill 文档
Writing Enhancement
Transform and improve written content for clarity, style, and correctness.
Pattern Selection
| Intent | Pattern | When to Use |
|---|---|---|
| General improvement | improve_writing |
Enhance clarity, flow, style |
| Academic writing | improve_academic_writing |
Scholarly tone, citations, structure |
| Fix errors | fix_typos |
Spelling, grammar, punctuation |
| Clean formatting | clean_text |
Fix breaks, normalize punctuation |
| Analyze quality | analyze_prose |
Rate novelty, clarity, style |
| Pinker analysis | analyze_prose_pinker |
Steven Pinker’s clarity principles |
| Make approachable | humanize |
Technical â conversational |
| Essay (styled) | write_essay |
Essays in specific author styles |
| Essay (PG style) | write_essay_pg |
Paul Graham essay style |
| Micro essay | write_micro_essay |
Concise single-idea essays |
| Academic paper | create_academic_paper |
Full LaTeX academic papers |
| LaTeX output | write_latex |
LaTeX document formatting |
Decision Flow
User request
â
ââ "fix/correct/proofread" âââ fix_typos
ââ "improve/enhance/better" ââ¬â academic context? âââ improve_academic_writing
â ââ general âââ improve_writing
ââ "analyze/rate/evaluate" âââ analyze_prose (or analyze_prose_pinker)
ââ "humanize/simplify" âââ humanize
ââ "write essay" ââ¬â specific author? âââ write_essay
â ââ Paul Graham? âââ write_essay_pg
â ââ short/micro? âââ write_micro_essay
ââ "academic paper/LaTeX" âââ create_academic_paper or write_latex
Pattern References
See references/ for full patterns:
- improve_writing.md
- improve_academic_writing.md
- fix_typos.md
- analyze_prose.md
- humanize.md
- write_essay.md
Output Guidelines
- Preserve the author’s voice unless asked to change it
- For corrections: show changes or provide clean version based on preference
- For analysis: provide actionable feedback, not just ratings
- Match formality level to context (academic vs. blog vs. email)
Chaining Suggestions
- After
analyze_proseâ offerimprove_writingto address issues - After
improve_writingâ offerfix_typosfor final polish - After
humanizeâ offeranalyze_proseto verify accessibility