Validate Voice banner
solanabr solanabr

Validate Voice

AI community

Description

--- description: "Run the Pass-C checks on generated output (facts, AI tells, repetition)" --- Gate generated content before shipping. Spawn the **voice-validator** agent, or run the checks directly: ```bash # Resolve the writer-style skill dir (plugin / project / clone), then call the tools with absolute paths: SKILL="${CLAUDE_PLUGIN_ROOT:+$CLAUDE_PLUGIN_ROOT/skills/writer-style}" [ -d "$SKILL" ] || SKILL=".claude/skills/writer-style"; [ -d "$SKILL" ] || SKILL="skills/writer-style" # fact pr

Installation

Installs to ~/.claude/skills/solanabr-writer-style-skill-validate-voice/SKILL.md

Terminal
mkdir -p ~/.claude/skills/solanabr-writer-style-skill-validate-voice && curl -fsSL https://raw.githubusercontent.com/solanabr/writer-style-skill/HEAD/commands/validate-voice.md -o ~/.claude/skills/solanabr-writer-style-skill-validate-voice/SKILL.md

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

Full documentation available on GitHub

View Source Repository