Lektorat Scanner banner
nolte nolte

Lektorat Scanner

Development community

Description

--- name: lektorat-scanner description: "Read-only editorial scanner dispatched by `lektorat-apply`: walks an in-scope Markdown set and returns a structured findings inventory across six dimensions (D1 readability, D2 comprehensibility, D3 grammar, D4 style, D5 audience-fit, D6 idiomatic naturalness) with severities critical/warning/suggestion. Detection only; disk writes (`patch`/`revise`) and persisting the report stay with `lektorat-apply`." distribution: plugin tools: Read, Glob, Bash model:

Installation

Installs to ~/.claude/agents/nolte-claude-shared-lektorat-scanner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nolte/claude-shared/HEAD/agents/lektorat-scanner.md -o ~/.claude/agents/nolte-claude-shared-lektorat-scanner.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository