원클릭으로
update-pappardelle
Update Pappardelle to the latest version by re-running the install script.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update Pappardelle to the latest version by re-running the install script.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interactively configure Pappardelle by editing .pappardelle.yml and .pappardelle.local.yml. Helps add profiles, keybindings, hooks, watchlists, and more. Use when the user asks to configure, customize, or tweak their Pappardelle setup.
Install and initialize Pappardelle in a repository. Installs Pappardelle, checks prerequisites, asks about your VCS host, issue tracker, and project profiles, then generates a .pappardelle.yml config file.
Kitchen-style coordinator for managing Pappardelle worktree spaces. Use when you want a quick overview of active Claude sessions, need to check on a specific space, or want to relay instructions to a running Claude session.
Work through a TODO.md checklist in the worktree root, continuing until all items are checked off.
Step-based workflow for implementing an issue in a multi-repo workspace. Handles research, planning, shallow cloning, agent teams, implementation, QA, and pull requests.
| name | update-pappardelle |
| description | Update Pappardelle to the latest version by re-running the install script. |
| disable-model-invocation | true |
Re-runs the Pappardelle install script to pull the latest version, rebuild, and update hooks.
Pappardelle now checks GitHub Releases on startup (cached once per 24h) and shows a banner in the TUI when a newer version is available — pressing U in the workspace list runs the same install script this skill runs. Use this skill when the user explicitly asks (e.g. they want to force a check after dismissing the banner, or they're not running the TUI right now).
Tell the user you're updating Pappardelle to the latest version.
Run the install script:
curl -fsSL https://raw.githubusercontent.com/chardigio/pappardelle/main/install.sh | bash
If the install script fails, help the user troubleshoot:
brew install <tool>~/.local/bin ownershipAfter success, tell the user:
q to quit, then re-launch with pappardelleNote: the installer also re-pins the pappardelle shim to the node binary currently on PATH, so re-running it is the fix when the shim complains about a missing or too-old node (e.g. after nvm uninstall).