Agent skill · Documentation

docs-check

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.

oliver-kriska515★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add oliver-kriska/claude-elixir-phoenix --skill docs-check --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: none
Path: .claude/skills/docs-check/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 515
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ``` ## Architecture (OTP Supervision Pattern) ```text ┌─────────────────────────────────────────────────────────────────┐ │ /docs-check (skill entry point) │ │ │ │ │ ├─ Step 1: bash scripts/fetch-claude-docs.sh (zero tokens) │ │ │ Always fetches all 9 doc pages (~420KB) │ │ │ │ │ └─ Step 2: delegate to orchestrator (reads from cache only) │ │ │ │ │ │ docs-validation-orchestrator (opus) │ │ │ │ │ │ SCAN → READ CACHE → SPAWN WORKERS → COMPRESS → REPORT │ │ │ │ │ │ │ │ │ │ │ ↓ ↓ ↓ ↓ ↓ │ │ │ inventory pre-fetched 4 parallel context report │ │ │ plugin docs-cache subagents supervisor │ │ │ components (sonnet) (haiku) │ │ └───────────────────────────

What's inside
Steps it walks through
  1. Usage
  2. Architecture (OTP Supervision Pattern)
  3. Execution
  4. Step 1: Fetch Docs (Automatic)
  5. Step 2: Delegate to Orchestrator
  6. What the Orchestrator Does
  7. Iron Laws
  8. References
Ships with 2 files
  • references/doc-pages.md
  • references/validation-rules.md
Commands it runs
All other modes: always fetch
bash scripts/fetch-claude-docs.sh
More from claude-elixir-phoenix
All skills →
About this skill
What does the docs-check skill do?

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.

How do I install it?

Run `npx skills add oliver-kriska/claude-elixir-phoenix --skill docs-check --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From oliver-kriska/claude-elixir-phoenix, a repository with 515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going