Validate Docs banner
justinjdev justinjdev

Validate Docs

Documentation community

Description

--- description: Validate that site and README documentation is current. Report-only — flags issues without modifying anything. --- # Validate Docs > **Layout assumption:** This skill expects the standard fellowship layout — site at `site/src/routes/`, plugin at `plugin/`. If your project uses a different structure, the path checks below will not match. ## Overview Checks that documentation is current against the codebase: the site changelog, README changelog, skills/commands page, agents pa

Installation

Installs to ~/.claude/commands/justinjdev-fellowship-validate-docs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/justinjdev/fellowship/HEAD/.claude/commands/validate-docs.md -o ~/.claude/commands/justinjdev-fellowship-validate-docs.md

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

Full documentation available on GitHub

View Source Repository