Docs Check - part of the Elixir & Phoenix Skills pack. Specialist skills for Elixir, Phoenix, and LiveView.
---
name: docs-check
description: |
CONTRIBUTOR TOOL - Validate plugin against latest Claude Code documentation.
Catches breaking changes, deprecations, discovers new features.
Run before releases or periodically. NOT part of the distributed plugin.
argument-hint: "[--quick|--focus=agents|skills|hooks|config]"
---
# Plugin Documentation Compatibility Check
Validates plugin agents, skills, hooks, and config against the latest
Claude Code documentation to catch breaking changes and discover new features.
## Usage
```text
/docs-check # Full validation (all components)
/docs-check --quick # Structural checks only (no docs fetch, no tokens)
/docs-check --focus=agents # Validate only agents
/docs-check --focus=skills # Validate only skills
/docs-check --focus=hooks # Validate only hooks
/docs-check --focus=config # Validate only plugin.json/marketplace.json
```
… install to load the full skill