SkillAgentSearch skills...

Readability

Vale-compatible implementations of many popular "readability" metrics.

Install / Use

/learn @vale-cli/Readability
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Readability

This repository contains a Vale-compatible implementation of many popular "readability" metrics.

Getting Started

:exclamation: Readability requires Vale >= 2.13.0. :exclamation:

Download the latest release, copy the "Readability" directory to your StylesPath, and include it in your configuration file:

# This goes in a file named either `.vale.ini` or `_vale.ini`.
StylesPath = path/to/some/directory
MinAlertLevel = warning # suggestion, warning or error

# Only Markdown and .txt files; change to whatever you're using.
[*.{md,txt}]
# List of styles to load.
BasedOnStyles = Readability

See Usage for more information.

Related Skills

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated18d ago
Forks3

Languages

Go

Security Score

95/100

Audited on Mar 11, 2026

No findings