ppw:update — community ppw:update, Paper-Polish-Workflow-skill, community, ide skills

v1.0.0

이 스킬 정보

자동 스킬 업데이트와 원격 GitHub 저장소와의 동기화가 필요한 AI 에이전트에 적합합니다. Sync local skills and references from the GitHub repo. Triggers on update skills, sync skills, 更新技能, 同步技能

Lylll9436 Lylll9436
[57]
[1]
Updated: 3/19/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
59
Canonical Locale
zh
Detected Body Locale
zh

자동 스킬 업데이트와 원격 GitHub 저장소와의 동기화가 필요한 AI 에이전트에 적합합니다. Sync local skills and references from the GitHub repo. Triggers on update skills, sync skills, 更新技能, 同步技能

이 스킬을 사용하는 이유

에이전트가 로컬 스킬을 업스트림 GitHub 저장소와 동기화할 수 있는 기능을 제공하여 변경된 파일을 업데이트하고 GitHub API 및 파일 비교 프로토콜을 사용하여 최신의 SKILL.md 파일과 참조 문서를 다운로드합니다.

최적의 용도

자동 스킬 업데이트와 원격 GitHub 저장소와의 동기화가 필요한 AI 에이전트에 적합합니다.

실행 가능한 사용 사례 for ppw:update

원격 저장소에서 로컬 스킬을 업데이트하는 것
업스트림 변경과 참조 문서를 동기화하는 것
AI 워크플로의 스킬 유지 보수를 자동화하는 것

! 보안 및 제한 사항

  • GitHub 저장소 액세스가 필요합니다
  • 로컬 파일 시스템에 대한 쓰기 액세스가 필요합니다
  • .claude/skills/ 디렉토리에 저장된 스킬만 해당됩니다

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is ppw:update?

자동 스킬 업데이트와 원격 GitHub 저장소와의 동기화가 필요한 AI 에이전트에 적합합니다. Sync local skills and references from the GitHub repo. Triggers on update skills, sync skills, 更新技能, 同步技能

How do I install ppw:update?

Run the command: npx killer-skills add Lylll9436/Paper-Polish-Workflow-skill. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for ppw:update?

Key use cases include: 원격 저장소에서 로컬 스킬을 업데이트하는 것, 업스트림 변경과 참조 문서를 동기화하는 것, AI 워크플로의 스킬 유지 보수를 자동화하는 것.

Which IDEs are compatible with ppw:update?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for ppw:update?

GitHub 저장소 액세스가 필요합니다. 로컬 파일 시스템에 대한 쓰기 액세스가 필요합니다. .claude/skills/ 디렉토리에 저장된 스킬만 해당됩니다.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Lylll9436/Paper-Polish-Workflow-skill. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use ppw:update immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ppw:update

Install ppw:update, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Purpose

This Skill syncs local .claude/skills/ and references/ from the upstream GitHub repository Lylll9436/Paper-Polish-Workflow-skill. It downloads the latest SKILL.md files and reference documents, compares them with local versions, and updates any changed files.

Trigger

Activates when the user asks to:

  • Update or sync skills from the remote repo
  • 更新或同步技能包

Example invocations:

  • "update skills"
  • "sync skills from GitHub"
  • "更新技能"

Modes

ModeDefaultBehavior
directYesFetch, compare, update, report — no intermediate confirmation
interactiveShow diff summary before applying each update

Default mode: direct

Workflow

Step 0: Workflow Memory Check

  • Read .planning/workflow-memory.json. If file missing or empty, skip to Step 1.
  • Check if the last 1-2 log entries form a recognized pattern with ppw:update that has appeared >= threshold times in the log. See skill-conventions.md > Workflow Memory > Pattern Detection for the full algorithm.
  • If a pattern is found, present recommendation via AskUserQuestion:
    • Question: "检测到常用流程:[pattern](已出现 N 次)。是否直接以 direct 模式运行 ppw:update?"
    • Options: "Yes, proceed" / "No, continue normally"
  • If user accepts: set mode to direct, skip Ask Strategy questions.
  • If user declines or AskUserQuestion unavailable: continue in normal mode.

Step 1: Pre-flight Check

  • Verify gh CLI is available and authenticated: gh auth status
  • Verify the upstream repo is accessible: gh api repos/Lylll9436/Paper-Polish-Workflow-skill --jq '.full_name'
  • If either check fails, report the error and stop.
  • Record workflow: Append {"skill": "ppw:update", "ts": "<ISO timestamp>"} to .planning/workflow-memory.json. Create file as [] if missing. Drop oldest entry if log length >= 50.

Step 2: Fetch Remote File Index

  • List all skill directories from the remote repo:
    bash
    1gh api repos/Lylll9436/Paper-Polish-Workflow-skill/contents/.claude/skills --jq '.[].name'
  • List all reference files from the remote repo:
    bash
    1gh api repos/Lylll9436/Paper-Polish-Workflow-skill/contents/references --jq '.[] | .name + " " + .type'
  • For reference subdirectories (type=dir), also list their contents recursively.

Step 3: Compare and Update Skills

For each remote skill directory:

  1. Fetch the remote SKILL.md content:
    bash
    1gh api repos/Lylll9436/Paper-Polish-Workflow-skill/contents/.claude/skills/{skill-name}/SKILL.md --jq '.content' | base64 -d
  2. Read the local .claude/skills/{skill-name}/SKILL.md if it exists.
  3. Compare the two:
    • If local file does not exist → NEW skill, create directory and write file.
    • If content differs → UPDATED, overwrite local file.
    • If content is identical → UNCHANGED, skip.
  4. Track results for the final report.

In interactive mode: Before applying each update, show a summary of changes and ask for confirmation.

Step 4: Compare and Update References

For each remote reference file:

  1. Fetch the remote file content via gh api with base64 decode.
  2. Read the local references/{filename} if it exists.
  3. Compare and apply the same NEW/UPDATED/UNCHANGED logic as Step 3.
  4. For subdirectories (e.g., references/journals/, references/expression-patterns/), recurse into each file.

Step 5: Output Report

Present a summary table:

## Skills Update Report

| Skill | Status |
|-------|--------|
| polish-skill | ✓ Updated |
| de-ai-skill | - Unchanged |
| new-skill | + New |

## References Update Report

| File | Status |
|------|--------|
| expression-patterns.md | ✓ Updated |
| skill-conventions.md | - Unchanged |

**Summary:** {updated_count} updated, {new_count} new, {unchanged_count} unchanged

Output Contract

OutputFormatCondition
Update reportMarkdown tableAlways produced
File count summaryTextAlways reported

Edge Cases

SituationHandling
gh CLI not installed or not authenticatedReport error, suggest gh auth login
Remote repo not accessibleReport network/permission error
Local skill has modifications not in remoteOverwrite with remote (remote is source of truth)
New skill in remote not present locallyCreate directory and write SKILL.md
Remote skill deleted but exists locallyKeep local (do not delete; report as "local-only")
Reference subdirectory doesn't exist locallyCreate it

Fallbacks

ScenarioFallback
gh api rate limitedWait and retry once, then report error
Base64 decode failsTry gh api with Accept: application/vnd.github.raw header
Single file fetch failsSkip file, continue with remaining, report in summary

Conventions: references/skill-conventions.md

관련 스킬

Looking for an alternative to ppw:update or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자