AI SummaryDisplay current version information for the guide and tracked Claude Code version. 2. - CC version + date 3. - Last 3 guide updates
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "version" skill in my project. Please run this command in my terminal: # Install skill into your project (9 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/version.md" && mkdir -p .claude/skills/commands/ccguide && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ccguide/daily.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/ccguide/daily.md" && mkdir -p .claude/skills/commands/ccguide && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ccguide/diff-docs.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/ccguide/diff-docs.md" && mkdir -p .claude/skills/commands/ccguide && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ccguide/init-docs.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/ccguide/init-docs.md" && mkdir -p .claude/skills/commands/ccguide && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ccguide/refresh-docs.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/ccguide/refresh-docs.md" && mkdir -p .claude/skills/commands/ccguide && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ccguide/search-docs.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/ccguide/search-docs.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/changelog.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/changelog.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/sync.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/sync.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/update-infos-release.md "https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/.claude/commands/update-infos-release.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Display current guide and Claude Code versions
Version Information
Display current version information for the guide and tracked Claude Code version.
What to Display
` Claude Code Ultimate Guide ├─ Guide Version: X.Y.Z (from VERSION file) ├─ Claude Code Tracked: vA.B.C (from claude-code-releases.yaml) ├─ Last CC Update: YYYY-MM-DD ├─ Templates: N files ├─ Quiz Questions: N questions ├─ Guide Lines: ~N lines └─ Landing Synced: ✅ Yes / ❌ No Recent Guide Updates: • [Date]: Version X.Y.Z-1 → X.Y.Z (reason) • [Date]: Version X.Y.Z-2 → X.Y.Z-1 (reason) • [Date]: Version X.Y.Z-3 → X.Y.Z-2 (reason) Recent Claude Code Releases: • vA.B.C (YYYY-MM-DD): [2-3 highlights] • vA.B.C-1 (YYYY-MM-DD): [2-3 highlights] • vA.B.C-2 (YYYY-MM-DD): [2-3 highlights] `
Files to Read
• VERSION - Guide version • machine-readable/claude-code-releases.yaml - CC version + date • CHANGELOG.md - Last 3 guide updates • machine-readable/claude-code-releases.yaml - Last 3 CC releases • Run find examples/ -type f ! -name README.md ! -name index.html | wc -l - Templates count • Run jq '. | length' questions.json - Quiz count • Run wc -l guide/ultimate-guide.md | awk '{print $1}' - Guide lines • Run ./scripts/check-landing-sync.sh - Sync status
Output Format
Use clean, readable formatting with emojis for visual clarity: ` 📊 Claude Code Ultimate Guide - Version Info 📦 Guide Version: 3.9.11 🔧 Claude Code: v2.1.14 (2026-01-21) 📈 Content Stats: • Templates: 65 files • Quiz Questions: 227 questions • Guide Lines: ~11,560 lines 🔄 Landing Sync: ✅ Synchronized 📝 Recent Guide Updates: • 2026-01-20 - v3.9.10 → v3.9.11: Production Safety Rules • 2026-01-19 - v3.9.9 → v3.9.10: DevOps & SRE Guide (FIRE) • 2026-01-18 - v3.9.8 → v3.9.9: Documentation improvements 🚀 Recent Claude Code Releases: • v2.1.14 (2026-01-21) • History-based autocomplete in bash mode • Plugin search and SHA pinning • Context window + memory fixes • v2.1.12 (2026-01-18) • Message rendering bugfix • v2.1.11 (2026-01-17) • MCP connection optimization `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster