rusty-update

Syncs RustyClawd with Claude Code releases and flags feature gaps via GitHub issues.

1|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/rysweet/RustyClawd --skill rusty-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rusty-update
Source: https://github.com/rysweet/RustyClawd/tree/main/.claude/skills/rusty-update
Command: npx skills add https://github.com/rysweet/RustyClawd --skill rusty-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cargo, git, curl, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of keeping your RustyClawd project in sync with the latest features and changes from Claude Code, identifying discrepancies, and optionally creating actionable GitHub issues.

Core Features & Use Cases

  • Feature Parity Tracking: Compares local feature inventory against official Claude Code releases.
  • Automated Reporting: Summarizes new features, missing features, and potential drifts.
  • GitHub Issue Creation: Automatically generates GitHub issues for identified gaps when in sync mode.
  • Deep Code Analysis: Deminifies cli.js for in-depth pattern research.
  • Use Case: Ensure your RustyClawd implementation accurately reflects the latest Claude Code capabilities by running a quick check or a full sync to identify and address any feature gaps.

Quick Start

Run a quick check to see what's new in Claude Code and compare it with your local inventory.

Frequently Asked Questions about rusty-update

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

FAQPage Schema
How do I track feature parity between my RustyClawd fork and official Claude Code releases?

Feature parity tracking is done by fetching official Claude Code updates and comparing them against a local feature inventory to identify missing capabilities and drifts. The skill automates this by deminifying the installed cli.js for deep code analysis.

Can I automatically generate GitHub issues for missing features in my RustyClawd project?

Yes, you can automatically generate GitHub issues for missing features by running the skill in sync mode. It identifies gaps between your local inventory and Claude Code releases, then optionally creates actionable GitHub issues to track the discrepancies.

Do I need cargo and git installed to sync RustyClawd with Claude Code?

Yes, you need cargo, git, and curl installed to run the synchronization process. These dependencies are required to fetch updates, manage your local repository state, and perform the deep code analysis of cli.js.

How does deminifying cli.js help with Claude Code feature analysis?

Deminifying cli.js helps with feature analysis by transforming the minified Claude Code installation into a readable format. This allows the skill to perform deep pattern research and accurately extract the official feature inventory for comparison.

What is the best way to check for new features in Claude Code after an update?

The best way to check for new features is to run a quick check with this skill to compare the latest Claude Code release against your local inventory. It summarizes new features, missing features, and potential drifts automatically.