Agent skill · Code Review & Quality

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill tech-writing-lint --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/tech-writing-lint/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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"

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. Output Structure
  6. Lint Output
  7. Terminology Report
  8. Vale Configuration
  9. .vale.ini
  10. Custom Vale Rule
  11. Style Guide Rules
  12. Alex.js Integration
  13. alex Configuration
  14. Inclusive Language Checks
Ships with 1 file
  • README.md
Commands it runs
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/
More from babysitter
All skills →
About this skill
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.

Keep going