version-check

Analyzes Claude Code updates and maps their impact on the D-ND ecosystem.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/GrazianoGuiducci/d-nd-seed --skill version-check-grazianoguiducci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: version-check
Source: https://github.com/GrazianoGuiducci/d-nd-seed/tree/main/plugins/d-nd-core/skills/version-check
Command: npx skills add https://github.com/GrazianoGuiducci/d-nd-seed --skill version-check-grazianoguiducci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand changes in Claude Code after updates, ensuring the D-ND ecosystem remains compatible and leverages new capabilities.

Core Features & Use Cases

  • Version Monitoring: Tracks Claude Code version changes reported by the system awareness hook.
  • Impact Assessment: Analyzes new features, hook events, tool capabilities, and system changes for relevance to the D-ND plugin.
  • Use Case: After a Claude Code update, run this skill to get a summary of what's new and whether the D-ND plugin needs adjustments, presented in a clear feature mapping table.

Quick Start

Run the version-check skill to assess the impact of the latest Claude Code update on the D-ND ecosystem.

Frequently Asked Questions about version-check

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

FAQPage Schema
How do I check if a Claude Code update breaks my plugins?

To check if a Claude Code update breaks your plugins, assess the update impact by analyzing new features, hook events, and tool capabilities to identify required plugin adaptations. It outputs a feature mapping table for the ecosystem.

What is Claude Code feature mapping for plugin adaptation?

Claude Code feature mapping for plugin adaptation is the process of analyzing new system functionalities, like HTTP hooks and agent worktree isolation, to determine their relevance and required adjustments within a plugin framework. It maps updates to ecosystem compatibility.

How do I track Claude Code version changes after an update?

Track Claude Code version changes by monitoring version reports from the system awareness hook. This process captures new system changes and evaluates their specific impact on hook events and plugin compatibility.

Do I need to manually map new Claude Code hook events to my plugin?

You do not need to manually map new Claude Code hook events to your plugin. The version-check process automatically analyzes new hook events and system changes, identifying their relevance and presenting required adaptations in a clear mapping table.

When should I run an update impact assessment for my Claude Code plugins?

You should run an update impact assessment for your Claude Code plugins immediately after a Claude Code update is reported. This ensures your ecosystem remains compatible and identifies new capabilities like HTTP hooks for potential integration.