tech-writing-linter

Solid

Lint technical documentation for style, consistency, and readability

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Technical Writing Style Checker Skill ## Overview Lints technical documentation for style, consistency, terminology, and readability using Vale, write-good, and custom style guides. ## Capabilities - Vale and write-good integration - Technical writing rules enforcement - Terminology consistency checking - Readability scoring (Flesch-Kincaid, etc.) - Custom style guide enforcement - Jargon and passive voice detection - Inclusive language checking ## Target Processes - All documentation processes ## Input Schema ```json { "type": "object", "required": ["paths"], "properties": { "paths": { "type": "array", "items": { "type": "string" }, "description": "Paths to documentation files" }, "engine": { "type": "string", "enum": ["vale", "write-good", "both"], "default": "vale" }, "styleGuide": { "type": "string", "enum": ["google", "microsoft", "redhat", "custom"], "default": "google" }, "options": { "type": "object", "properties": { "minReadability": { "type": "number", "default": 60, "description": "Minimum Flesch reading ease score" }, "checkTerminology": { "type": "boolean", "default": true }, "customTerms": { "type": "object", "description": "Custom terminology mappings" } } } } } ``` ## Output Schema ```json { "type": "object", "properti...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

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.

1,160 Updated today
a5c-ai
Data & Documents Listed

style-check

Fast deterministic prose-style checker. Wraps research-kit/tools/style_lint.py for file-scoped use. Use when the user invokes /style-check <file>, asks to "check style", "scan for AI tells", "polish before sending", or wants a quick mechanical pass before submission. For LLM whole-document review use /style-review; for section-scoped pre-submission validation use /validate-section.

0 Updated 3 days ago
hsigstad
Data & Documents Listed

docs-validator

Documentation quality validator for Logseq Template Graph. Checks documentation completeness, accuracy, formatting, links, and consistency. Activates when asked to "validate docs", "check documentation", "audit docs quality", "find broken links", or similar requests. Provides actionable feedback and specific fixes for documentation issues.

335 Updated today
aiskillstore
Code & Development Solid

lint-and-validate

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

27,705 Updated today
davila7
Code & Development Listed

lint-and-validate

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

335 Updated today
aiskillstore