docs-check

Validate Ruby/Rails/Grape plugin compatibility against current Claude Code documentation.

7|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill docs-check-slbug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-check
Source: https://github.com/slbug/claude-ruby-grape-rails/tree/main/.claude/skills/docs-check
Command: npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill docs-check-slbug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It ensures that the Ruby/Rails/Grape plugin stays compatible with the latest Claude Code documentation, preventing stale assumptions and hidden incompatibilities before a release.

Core Features & Use Cases

  • Deterministic baseline validation using claude plugin validate to catch schema issues.
  • Cached documentation refresh to compare the plugin against the current Claude docs.
  • Targeted orchestrator execution that focuses on agents, skills, hooks, or config as needed.
  • Contributor reporting that separates real compatibility problems from advisory warnings.

Quick Start

Run /docs-check at the repository root to assess documentation compatibility.

Frequently Asked Questions about docs-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a Ruby plugin against Claude Code documentation before release?

To validate a Ruby plugin against Claude Code documentation, run the deterministic validator at the repository root to catch schema issues and check compatibility with current docs before release. This prevents hidden incompatibilities from stale assumptions.

What does Claude plugin validation check for in a Rails or Grape application?

Claude plugin validation checks Rails or Grape applications for schema issues and compatibility with current Claude Code documentation. It applies deterministic baseline validation and optionally refreshes cached docs to compare against the latest specifications.

When do I need to run a documentation compatibility check for my Claude plugin?

You need to run a documentation compatibility check when preparing a Ruby or Rails plugin release or after Claude Code documentation updates. This ensures the plugin stays compatible with the latest specifications and prevents stale assumptions.

Can I refresh cached Claude docs to check plugin compatibility without manual downloads?

Yes, you can refresh cached Claude docs using provided scripts to compare the plugin against current documentation without manual downloads. This automated refresh ensures validation runs against the latest cached specifications.

How do I separate real compatibility problems from advisory warnings in Claude plugin validation?

To separate real compatibility problems from advisory warnings, the validator generates a contributor report that distinguishes actual schema issues from advisory notices. This targeted orchestrator execution focuses on agents, skills, hooks, or config as needed.