tech-writing-lint
Automated technical writing style and quality enforcement. Lint documentation with Vale, check for inclusive language, enforce style guides, and analyze readability metrics.
npx skills add a5c-ai/babysitter --skill tech-writing-lint --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Technical Writing Lint Skill Automated technical writing style and quality enforcement. ## Capabilities - Vale linting with custom style rules - Write-good suggestions for clarity - Alex.js for inclusive language checking - Proselint for style violations - Readability scoring (Flesch-Kincaid, Gunning Fog) - Terminology consistency checking - Microsoft/Google style guide compliance - Custom vocabulary/jargon management ## Usage Invoke this skill when you need to: - Enforce writing style standards - Check documentation quality - Validate terminology consistency - Analyze content readability - Ensure inclusive language ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | inputPath | string | Yes | Path to documentation file or directory | | action | string | Yes | lint, readability, terminology, inclusive | | styleGuide | string | No | Style guide to apply (google, microsoft, custom) | | configPath | string | No | Path to Vale or custom config | | glossaryPath | string | No | Path to terminology glossary | | minReadability | number | No | Minimum readability score (0-100) | ### Input Example ```json { "inputPath": "./docs", "action"
- Capabilities
- Usage
- Inputs
- Input Example
- Output Structure
- Lint Output
- Terminology Report
- Vale Configuration
- .vale.ini
- Custom Vale Rule
- Style Guide Rules
- Alex.js Integration
- alex Configuration
- Inclusive Language Checks
Install Vale packages vale sync Lint documentation vale docs/ Check inclusive language npx alex docs/ Write-good analysis npx write-good docs/**/*.md Generate readability report node scripts/readability.js docs/
What does the tech-writing-lint skill do?
Automated technical writing style and quality enforcement. Lint documentation with Vale, check for inclusive language, enforce style guides, and analyze readability metrics.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill tech-writing-lint --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
