$npx skillfedfor your agent

check-sdk-updates

This skill queries npm to compare your declared SDK versions against the latest published releases for Claude Code, Claude Agent SDK, and Codex SDK. It generates a status table showing which packages are current or outdated, then analyzes the version gap and release notes for each outdated package to help you assess update risk before installing.

check-sdk-updates compares your Claude Code, Claude Agent SDK, and Codex SDK versions against the latest npm releases.

AI-generated summary based on this skill's SKILL.md

449 106 MITupdated by tony1223

Decision gist · record as of 2026-07-28

check-sdk-updates compares your Claude Code, Claude Agent SDK, and Codex SDK versions against the latest npm releases. This skill queries npm to compare your declared SDK versions against the latest published releases for Claude Code, Claude Agent SDK, and Codex SDK. It generates a status table showing which packages are current or outdated, then analyzes the version gap and release notes for each outdated package to help you assess update risk before installing.

manual: git clone https://github.com/tony1223/better-agent-terminal → cp -r better-agent-terminal/.claude/skills/check-sdk-updates ~/.claude/skills/check-sdk-updates
.claude/skills/check-sdk-updates/SKILL.md · version a02d2a14

Use it when

  • check-sdk-updates automatically compares your installed SDK versions against the npm registry.
  • Yes.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

tony1223/better-agent-terminal/check-sdk-updates · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does check-sdk-updates do?

check-sdk-updates queries npm to compare your declared SDK versions against the latest published releases for Claude Code, Claude Agent SDK, and Codex SDK. It generates a status table showing which packages are current or outdated, then analyzes the version gap and release notes for each outdated package to help you assess update risk before installing.

How do I check for SDK updates with this skill?

check-sdk-updates automatically compares your installed SDK versions against the npm registry. Run it to see a status table for Claude Code, Agent SDK, and Codex SDK, identifying which packages are current or outdated and providing upgrade recommendations with install commands.

Can check-sdk-updates analyze breaking changes before I update?

Yes. check-sdk-updates analyzes the version gap and release notes for each outdated package, helping you assess update risk and understand potential breaking changes before you decide to install a new version.

Are there new SDK versions available for Claude Code?

check-sdk-updates monitors Claude Code, Agent SDK, and Codex SDK for new releases by querying the npm registry. Run the skill to see the latest available versions and compare them against what you currently have installed.

What packages does check-sdk-updates monitor?

check-sdk-updates focuses on Claude Code, Claude Agent SDK, and Codex SDK. It checks the npm registry for the latest versions of these packages and compares them against your declared versions to identify outdated installations.

Is my SDK out of date?

check-sdk-updates generates a status table showing whether each of your SDKs is current or outdated by comparing against the latest npm registry releases. If any package is behind, the skill provides the available version and an install command to upgrade.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Check SDK Updates

Compare the versions of @anthropic-ai/claude-code, @anthropic-ai/claude-agent-sdk, and @openai/codex-sdk declared in package.json against the latest published version on npm.

Steps

  1. Read the dependencies block of package.json and extract the current declared range for each of:
  2. @anthropic-ai/claude-code
  3. @anthropic-ai/claude-agent-sdk
  4. @openai/codex-sdk

  5. Run the following command (single Bash call) to fetch latest versions in parallel: bash npm view @anthropic-ai/claude-code version & \ npm view @anthropic-ai/claude-agent-sdk version & \ npm view @openai/codex-sdk version & \ wait Map the three lines of output back to the three packages in the order requested.

  6. For each package, compare the declared version (strip leading ^/~) with the latest. Report a compact table:

``` Package Current Latest

(truncated - see the full file via the links below)

File tree — 1 file
.claude/skills/check-sdk-updates/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Check for available SDK/CLI version updates across multiple packages”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Update Harness Dependencies
by vercel · vercel/ai

This skill manages updates to the core SDK dependencies that power harness adapters, ensuring each package stays current with its respective framework. It handles both bridge harnesses like Claude Code and non-bridge variants, applying version constraints consistently across dependencies and examples. A built-in verification script confirms all relevant versions remain aligned.

no license declared → metadata onlyupdated Jul 2026
★ 25,844repo stars
helmor-bump-vendors
by dohooo · dohooo/helmor

Helmor Bump Vendors automates the process of upgrading pinned versions of agent CLIs, SDKs, and supporting binaries—including Claude Code, Codex, Cursor SDK, and platform tools. It handles version sourcing, SHA256 computation for both arm64 and x64 architectures, enforces the Claude SDK↔CLI lockstep rule, and runs mandatory verification gates to ensure correctness before release.

Apache-2.0updated Jul 2026
★ 1,278repo stars
anthropic-sdk-upgrader
by microsoft · microsoft/vscode

This skill guides you through upgrading @anthropic-ai/sdk and @anthropic-ai/claude-agent-sdk packages in the vscode-copilot-chat project. It walks you through reviewing release notes, consolidating changes by category, identifying breaking changes, updating dependencies, detecting API surface shifts via type definition diffs, fixing compilation errors, and running tests to validate the upgrade.

MITfor copilotupdated Jul 2026
★ 187,975repo stars
release
by d-kimuson · d-kimuson/claude-code-viewer

This skill orchestrates the complete release process for claude-code-viewer, from version specification through signed commit creation, tag management, and GitHub Actions workflow monitoring. It handles version bumps (patch, minor, major, beta, or explicit semver), validates preconditions like SSH signing config, and guides you through GitHub Release note cleanup and publishing.

MITupdated May 2026
★ 1,262repo stars
review-dependencies
by tobihagemann · tobihagemann/turbo

This skill helps you scan and assess your project's dependencies for updates and security issues while keeping your codebase untouched. It's part of Turbo, a modular framework designed to streamline agentic development workflows with Claude Code.

MITfor claude-code, codexupdated Jul 2026
★ 377repo stars
api-contract-review
by decebals · decebals/claude-code-java

Audit your REST API design against best practices for HTTP verb selection, versioning strategies, and status code correctness. Catches common mistakes like wrong HTTP methods, missing API versions, entity leaks, and improper error handling that break client compatibility.

MITfor claude-codeupdated Feb 2026
★ 693repo stars

More skills dependency-management (MIT)

Tags
dependency-managementversion-checkingnpm-registrysdk-maintenancepackage-updatesrelease-trackingupdate-detectionchangelog-analysis