platform-awareness

Track Claude Code platform updates and generate change reports.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/productengineered/parsely --skill platform-awareness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-awareness
Source: https://github.com/productengineered/parsely/tree/main/.claude/skills/platform-awareness
Command: npx skills add https://github.com/productengineered/parsely --skill platform-awareness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Track Claude Code platform updates and changes.

Core Features & Use Cases

  • Fetches Claude Code platform docs and changelogs
  • Diffs against cached snapshots to surface new hooks, fields, models, and deprecations
  • Generates actionable change reports for /check-updates, /deep-dive-updates, and /evolve workflows

Quick Start

Run the /check-updates command to surface the latest platform changes and keep your toolkit up to date.

Frequently Asked Questions about platform-awareness

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

FAQPage Schema
How do I track Claude Code platform updates and new features?

Track Claude Code platform updates by fetching current docs and changelogs, then diffing them against cached snapshots to surface new hooks, frontmatter fields, models, and deprecations. Run the /check-updates command for a quick automated report of the latest platform changes.

What is the best way to see what changed in recent Claude Code updates?

The best way to see recent Claude Code updates is generating a full diff against cached snapshots using the /deep-dive-updates command. This surfaces actionable details on new hooks, frontmatter fields, model launches, and deprecations for quick planning.

How do I keep my Claude Code toolkit up to date after a platform update?

Keep your Claude Code toolkit up to date by running the /evolve workflow after checking for updates. This workflow guides improvements based on newly surfaced hooks, frontmatter fields, and model launches discovered in the diff reports.

Can I check for deprecated features and new frontmatter fields in Claude Code?

Yes, you can check for deprecated features and new frontmatter fields in Claude Code. The skill fetches platform docs and diffs them against cached snapshots to specifically surface deprecations and new frontmatter fields via the /check-updates command.

Does this platform awareness tool require any external dependencies to run update checks?

No external dependencies are required to run update checks. The skill operates independently using its references component to fetch Claude Code platform docs, generate diffs against cached snapshots, and output actionable change reports.

When should I use a deep dive update check instead of a quick check-updates command?

Use the /deep-dive-updates command for full diffs when you need comprehensive details on new hooks and model launches, and use /check-updates for a quick automated check to surface the latest platform changes for immediate planning.