Проверка плагина на соответствие документации Claude Code

documentation

docs-check is a Claude Code skill that validates a plugin against the latest Claude Code documentation, catching breaking changes, deprecations, and newly available features. Intended as a contributor tool, it runs before releases or on a periodic schedule and is not part of the distributed plugin. The workflow has two steps: a bash script `fetch-claude-docs.sh` first downloads all 9 documentation pages (~420 KB) into a local cache at zero token cost, then an orchestrator agent (opus) spawns up to 4 parallel sonnet subagents to validate agents, skills, hooks, and plugin.json/marketplace.json configuration. A `--quick` flag skips doc fetching for structural-only checks, while `--focus=<component>` narrows validation to a single component type. Breaking changes are surfaced as hard blockers, and the skill offers to open a PR when issues are found.