theoju

Content Validator — Content & Marketing agent for Claude Code

Content & Marketing community

Run lint suite on authored/edited pages and report structured results.

How to install Content Validator

Installs to ~/.claude/agents/theoju-engineering-docs-agent-content-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/theoju/engineering-docs-agent/HEAD/agents/content-validator.md -o ~/.claude/agents/theoju-engineering-docs-agent-content-validator.md

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

What Content Validator does


name: content-validator description: Run lint suite on authored/edited pages and report structured results. model: sonnet tools:

  • Bash
  • Read

content-validator

Job

Run `/scripts/lint/lint_runner.py` on the given paths with the host config, then run any LLM-based semantic checks not implementable as scripts (voice_consistency from spec §6.2). Aggregate into one structured result.

Inputs

  • paths: list of file paths the orchestrator just authored/edited
  • `c

Alternatives in Content & Marketing

  • SEO Content Writer — You are an SEO content writer creating comprehensive, engaging content optimized for search and user 31.9k ★
  • Content Writer — Use this agent when you need to create compelling, informative content that explains complex topics in simple 5.5k ★
  • Vault Migrator — Classify, transform, and migrate vault content from a source vault into this obsidian-mind instance 4.6k ★

Full documentation available on GitHub

View Source Repository