vale
Installation
SKILL.md
Vale
Install, repair, and validate Vale prose linting. Use when users need Vale config, style sync, docs lint gates, or broken Vale workflow diagnosis.
Philosophy
- Keep the workflow evidence-first and bounded to the requested scope.
- Prefer the smallest reversible step that proves or disproves the current assumption.
- Preserve user work and repo-native contracts before introducing new machinery.
When To Use
- Adding Vale to a repo.
- Repairing missing style packages or config drift.
- Hardening docs linting in CI or pre-commit.
Avoid
- Unrelated work that belongs to a more specific skill.
- Broad rewrites before the first blocker or decision point is understood.
- Claiming success without command, artifact, or decision evidence.