spitoglou/fabric-claude-skills · Archived

writing-enhancement

Improve writing quality, fix errors, and transform style.

First seen Feb 2, 2026

Installation

$ npx skills add spitoglou/fabric-claude-skills --skill writing-enhancement

Summary

  • Improve writing quality, fix errors, and transform style.
  • Use when asked to proofread, edit, improve clarity, fix grammar/typos, enhance academic writing, analyze prose quality, humanize technical content, or write essays.
  • Triggers include "improve this writing", "fix typos", "proofread", "make this clearer", "academic style", "humanize", "write an essay", "analyze my writing".

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from spitoglou/fabric-claude-skills.

npx skills add spitoglou/fabric-claude-skills

Browse all from spitoglou/fabric-claude-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,060 B
  • docs SUMMARY.md 407 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 16 installs

SKILL.md

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 improveacademicwriting 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 analyzeprosepinker Steven Pinker's clarity principles
Make approachable humanize Technical → conversational
Essay (styled) write_essay Essays in specific author styles
Essay (PG style) writeessaypg Paul Graham essay style
Micro essay writemicroessay Concise single-idea essays
Academic paper createacademicpaper 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:

  • [improvewriting.md](references/improvewriting.md)
  • [improveacademicwriting.md](references/improveacademicwriting.md)
  • [fixtypos.md](references/fixtypos.md)
  • [analyzeprose.md](references/analyzeprose.md)
  • [humanize.md](references/humanize.md)
  • [writeessay.md](references/writeessay.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 analyzeprose → offer improvewriting to address issues
  • After improvewriting → offer fixtypos for final polish
  • After humanize → offer analyze_prose to verify accessibility