update-training

Audit training materials against the official Claude Code changelog.

3|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/pgagarinov/awesome-claude-code --skill update-training
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-training
Source: https://github.com/pgagarinov/awesome-claude-code/tree/main/.claude/skills/update-training
Command: npx skills add https://github.com/pgagarinov/awesome-claude-code --skill update-training

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that Claude Code's training materials (documentation and examples) remain accurate and aligned with the latest official changelog, preventing outdated information and ensuring comprehensive coverage of new features.

Core Features & Use Cases

  • Automated Auditing: Scans documentation and examples against the official changelog to identify stale references, missing feature coverage, and legacy content.
  • Targeted Fixing: Optionally applies fixes to identified issues, ensuring training materials are up-to-date.
  • Version Filtering: Allows auditing specific version ranges to track changes over time.
  • Use Case: After a new Claude Code release, run this Skill to automatically check if all new features are documented and if any existing documentation refers to deprecated commands or old file paths.

Quick Start

Run the update-training skill to audit your documentation against the latest changelog.

Frequently Asked Questions about update-training

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

FAQPage Schema
How do I audit training materials against the Claude Code changelog?

To audit training materials against the Claude Code changelog, run the update-training skill. It scans documentation and examples to identify stale references, missing feature coverage, and legacy content using parallel agents.

Can I automatically fix outdated documentation after a new release?

Yes, you can automatically fix outdated documentation after a new release. The skill optionally applies targeted fixes to identified issues, ensuring training materials are updated and aligned with the latest official changelog.

How do I check documentation for specific version ranges of Claude Code?

You can check documentation for specific version ranges of Claude Code using the version filtering option. This allows you to audit specific version ranges to track changes over time and identify stale references within that scope.

What's the best way to find deprecated commands and old file paths in code examples?

The best way to find deprecated commands and old file paths in code examples is to run an automated audit. The skill scans examples against the official changelog to identify legacy content and missing feature coverage.

Does the documentation audit support filtering by severity or focus area?

Yes, the documentation audit supports filtering by severity and focus area. You can limit the scope of the scan and apply severity-based fixes to prioritize critical updates in your training materials.

What limitations should I consider when scanning training materials for stale references?

When scanning training materials for stale references, consider that the audit relies on the official Claude Code changelog as its source of truth. If your documentation covers undocumented features or custom workflows, those sections may not be flagged or fixed automatically.