ppw:update

Synchronize local .claude/skills/ and references from the upstream GitHub repository.

382|21|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Lylll9436/Paper-Polish-Workflow-skill --skill ppw-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ppw:update
Source: https://github.com/Lylll9436/Paper-Polish-Workflow-skill/tree/main/skills/ppw-update
Command: npx skills add https://github.com/Lylll9436/Paper-Polish-Workflow-skill --skill ppw-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the synchronization of local skill definitions and references with the upstream Paper-Polish-Workflow-skill repository, ensuring your Claude Code environment stays current.

Core Features & Use Cases

  • Fetches remote SKILL.md files and reference documents, compares them to local copies, and updates changed files.
  • Runs in direct or interactive modes, with pre-flight checks and an update-report output.

Quick Start

Run the update to synchronize all local skills and references from the upstream repository.

Frequently Asked Questions about ppw:update

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

FAQPage Schema
How do I sync local Claude skills with a remote GitHub repository?

To sync local Claude skills with a remote GitHub repository, this Skill fetches upstream SKILL.md files and references, compares them to local copies, and updates changed files automatically. It ensures your local skill definitions stay current with the upstream source.

What is the best way to update .claude/skills/ directories from upstream?

Updating .claude/skills/ directories from upstream is best handled by synchronizing local skill definitions and references directly from the GitHub repository. This process performs fetch, compare, and update operations to keep your skill set current.

Do I need the GitHub CLI installed to sync local skill files?

Yes, you need the GitHub CLI installed to sync local skill files. The synchronization workflow implements pre-flight checks for GitHub CLI status and repository accessibility before fetching, comparing, and updating local skill directories and reference files.

Can I interactively choose which remote skill files to update locally?

Yes, you can interactively choose which remote skill files to update locally. The synchronization process supports both interactive and direct modes, allowing you to either manually select changes or automatically apply all upstream updates to your local skills.

Why does my local skill synchronization workflow lack an update report?

Your local skill synchronization workflow lacks an update report because it does not record a workflow log. This Skill solves that by recording a workflow log and outputting a concise update report for every run after syncing references.

When should I use direct mode instead of interactive mode for syncing references?

Use direct mode for syncing references when you want to automatically apply all upstream changes without manual review. Choose interactive mode when you need to manually verify and select specific remote skill files before updating your local copies.