← ClaudeAtlas

grammar-checker-guidelisted

Use grammar and style checking tools to polish academic manuscripts
dongzhigang13305312738-art/paper-skills · ★ 0 · Code & Development · score 63
Install: claude install-skill dongzhigang13305312738-art/paper-skills
# Grammar Checker Guide A skill for using grammar and style checking tools to polish academic manuscripts. Covers tool comparison, configuration for scholarly writing, common academic English pitfalls, and workflows for integrating automated checking into the writing process. ## Tool Comparison ### Overview | Tool | Best For | Academic Mode? | Privacy | Cost | |------|----------|---------------|---------|------| | Grammarly | General grammar, clarity | Yes (tone settings) | Cloud-based | Free / Premium | | LanguageTool | Open-source, privacy | Yes (formal style) | Self-hostable | Free / Premium | | ProWritingAid | Style depth, reports | Yes (academic style) | Cloud-based | Subscription | | Writefull | Academic-specific | Designed for academic | Cloud-based | Free / Premium | | Vale | CLI/CI linting for docs | Configurable rules | Local only | Free (open-source) | ### Privacy Considerations ``` For unpublished research: - Check the tool's data retention policy before pasting manuscript text - LanguageTool can be self-hosted (no data leaves your machine) - Vale runs entirely locally - Grammarly Enterprise offers data processing agreements For sensitive or embargoed work: - Use local-only tools (Vale, local LanguageTool server) - Avoid pasting full manuscripts into cloud-based free tiers - Review the tool's terms regarding data use for model training ``` ## Configuring Tools for Academic Writing ### LanguageTool Setup ```python import os import json impor