provider-claude

Track and update the Claude Code CLI contract for AI coding agents.

10|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/verivus-oss/llm-cli-gateway --skill provider-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: provider-claude
Source: https://github.com/verivus-oss/llm-cli-gateway/tree/main/.agents/skills/provider-claude
Command: npx skills add https://github.com/verivus-oss/llm-cli-gateway --skill provider-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Ensures that the Claude Code CLI contract is up-to-date with upstream changes, maintaining compatibility and reliability for AI coding agents.

Core Features & Use Cases

  • Contract Tracking: Monitors and updates the Claude Code CLI contract for changes.
  • Version Control: Keeps track of Claude Code releases and updates contract accordingly.
  • Use Case: When Anthropic ships a new release of Claude Code, this skill helps verify that the gateway's Claude integration remains compatible.

Quick Start

Run the command to scan for changes in the Claude Code CLI contract:

npm run upstream:scan -- --provider claude

Frequently Asked Questions about provider-claude

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

FAQPage Schema
How do I check if my AI coding agents are compatible with a new Claude Code release?

To check AI coding agent compatibility with a new Claude Code release, run an upstream scan using the command line interface. This scans the Claude Code CLI contract for upstream changes, ensuring your gateway integration remains reliable.

What is a CLI contract and why does it need tracking for AI coding agents?

A CLI contract defines the command line interface boundaries and behaviors for AI coding agents. Tracking it ensures compatibility and reliability by monitoring Claude Code releases and updating the contract accordingly to prevent integration failures.

How do I scan for upstream changes in the Claude Code CLI contract?

You scan for upstream changes by executing the npm run upstream:scan command with the provider flag set to claude. This triggers a scan that monitors version control changes and verifies your contract alignment.

Do I need any external dependencies to maintain Claude Code CLI contract alignment?

No external dependencies are required to maintain Claude Code CLI contract alignment. The skill operates independently through its own scripts and references to track releases and update the contract for AI coding agents.

When should I scan my CLI contract for Claude Code version control changes?

You should scan your CLI contract for version control changes whenever Anthropic ships a new release of Claude Code. Running the scan at release time helps verify that your gateway's Claude integration remains compatible and reliable.

Why does my AI coding agent integration break after a Claude Code update?

AI coding agent integrations break after updates because the Claude Code CLI contract changes with new releases. Running an upstream scan detects these version control changes so you can update the contract and restore compatibility.