一键导入
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).