framework_version_check

Detects differences between specified files and updates affected ones accordingly.

2|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/grandinh/claude-chaos-express --skill framework-version-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework_version_check
Source: https://github.com/grandinh/claude-chaos-express/tree/main/.claude/skills/framework_version_check
Command: npx skills add https://github.com/grandinh/claude-chaos-express --skill framework-version-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent framework documentation can lead to confusion and errors, especially when multiple files describe the same system. This Skill automatically validates version synchronization between claude.md and claude-reference.md to ensure consistency.

Core Features & Use Cases

  • Version Sync Validation: Compares framework versions and last updated dates across key documentation files, flagging any discrepancies.
  • Drift Detection: Identifies which file has newer information, detects date mismatches, and warns about missing files or partial version data.
  • REPAIR Task Recommendation: Suggests creating REPAIR- tasks to resolve version drift, guiding you through conflict resolution and documentation updates.
  • Use Case: After updating claude.md with new framework features, you can ask, "Are claude.md and claude-reference.md in sync?" to quickly identify if claude-reference.md also needs updating.

Quick Start

Check if claude.md and claude-reference.md are in sync.

Frequently Asked Questions about framework_version_check

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

FAQPage Schema
How do I detect version drift between documentation files?

Version drift detection compares framework versions and last-updated dates across claude.md and claude-reference.md, flagging mismatches and identifying which file contains newer information. The Skill reads header fields from both files, reports sync status, and proposes REPAIR tasks when inconsistencies are found.

Why should I keep documentation files in sync?

Inconsistent framework documentation across files leads to confusion and errors. Synchronizing claude.md and claude-reference.md ensures users and systems reference the same framework version, preventing outdated guidance and implementation mistakes.

What happens when documentation files are missing or incomplete?

The Skill gracefully handles missing files and partial version data by reporting which files are absent and flagging incomplete version information. It continues analysis on available data without failing, providing clear guidance on what needs alignment.

Can I automate version consistency checks across my documentation?

Yes. The Skill runs in all DAIC modes—DISCUSS, ALIGN, IMPLEMENT, and CHECK—automatically validating version synchronization. Ask 'Are claude.md and claude-reference.md in sync?' to quickly identify drift and receive REPAIR task recommendations.

What should I do after the Skill identifies version drift?

The Skill recommends creating REPAIR tasks that guide conflict resolution and documentation updates. Use these recommendations to align framework versions, update last-modified dates, and bump versions consistently across all documentation files.

Does this work for frameworks beyond Claude documentation?

The Skill is designed for claude.md and claude-reference.md validation using framework version and last-updated header fields. Apply it to any documentation pair using the same header structure and synchronization requirements.