Lint documentation in Markdown, AsciiDoc, reStructuredText, HTML, XML, and code comments with Vale CLI to enforce style guides and detect violations. On GitHub PRs, scan changed docs for false positives in RedHat Vale rules with 90%+ certainty and auto-create PRs to update the rules repo.
npx claudepluginhub redhat-documentation/redhat-docs-agent-tools --plugin vale-toolsRun Vale linting to check for style guide violations. Supports Markdown, AsciiDoc, reStructuredText, HTML, XML, and source code comments. Use this skill when asked to lint, check style, or validate documentation.
Run Vale RedHat rules against PR/MR changed files only, analyze output for false positives with 90%+ certainty, and create a PR to update vale-at-red-hat rules. Use this skill when asked to improve Vale rules, find false positives in a PR, or update the Vale at Red Hat style guide.
A collection of Claude Code plugins, skills, and agent tools for Red Hat documentation workflows.
# Add the marketplace
/plugin marketplace add https://github.com/redhat-documentation/redhat-docs-agent-tools.git
# Install a plugin
/plugin install hello-world@redhat-docs-agent-tools
# Update all plugins
/plugin marketplace update redhat-docs-agent-tools
Run make update to generate the plugin catalog locally, or browse the live site.
The documentation site is built with Zensical and auto-deployed to GitHub Pages on every merge to main.
Live site: https://redhat-documentation.github.io/redhat-docs-agent-tools/
# Install zensical
python3 -m pip install zensical
# Start dev server
make serve
# Build site
make build
# Regenerate plugin docs
make update
.
├── .github/workflows/ # CI: docs build + deploy on merge to main
├── .claude-plugin/ # Plugin marketplace configuration
├── docs/ # Zensical site source (Markdown)
├── plugins/ # Plugin implementations
│ ├── docs-tools/ # Documentation review, writing, and workflow tools
│ ├── hello-world/ # Reference plugin
│ └── vale-tools/ # Vale linting tools
├── scripts/ # Doc generation scripts
├── zensical.toml # Zensical site config
├── Makefile # Build automation
├── CLAUDE.md # Claude Code project config
├── CONTRIBUTING.md # Contribution guidelines
└── LICENSE # Apache-2.0
Contributions are welcome from anyone using any editor or AI coding tool. See CONTRIBUTING.md for guidelines on creating plugins and submitting changes.
Apache-2.0. See LICENSE.
Documentation review, writing, and workflow tools for Red Hat AsciiDoc and Markdown documentation.
Share bugs, ideas, or general feedback.
Markdown documentation skills and linting with markdownlint.
Documentation review, cleanup, and generation with AI slop detection, style learning, and human-quality writing enforcement
Writing style enforcement hooks and AI trope detection
Markdownドキュメントの文章校正。ガイドラインに基づいて文体の問題を検出し、修正案を提示する。
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.