pipekit-update

Synchronize project skills, SOPs, and templates from GitHub with changelog generation.

6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/withpiper/pipekit --skill pipekit-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipekit-update
Source: https://github.com/withpiper/pipekit/tree/main/skills/pipekit-update
Command: npx skills add https://github.com/withpiper/pipekit --skill pipekit-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pulls the latest Pipekit skills, SOPs, and templates from GitHub into the current project, ensuring you stay up-to-date without overwriting work.

Core Features & Use Cases

  • Fetches new and updated portable skills, SOPs, templates, and method docs from the central repo into your project workspace.
  • Generates a changelog at method/.sync-changelog.md to guide reconciliation.
  • Supports dry-run and push-enabled updates to share improvements back to the method repo.

Quick Start

Run the update skill to pull the latest Pipekit content into your project and review the generated changelog.

Frequently Asked Questions about pipekit-update

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

FAQPage Schema
How do I sync the latest workflow templates and SOPs from GitHub into my project?

To sync workflow templates and SOPs, run the update skill to pull the latest Pipekit content directly from GitHub into your project workspace, ensuring your method docs stay current without overwriting existing work.

Can I preview template updates before applying them to my workspace?

Yes, you can preview template updates by running the skill with the --dry-run flag. This allows you to review the pending changes before they are applied to your method workspace.

Do I need a local Git clone to fetch updated method docs and skills?

No, you do not need a local Git clone for standard fetches. The script pulls the latest Pipekit skills, SOPs, and templates directly from the GitHub repository into your current project.

How do I share my workflow improvements back to the central method repository?

You can share workflow improvements back to the central method repository by executing the skill with the --push flag, which enables controlled updates to send your local revisions upstream.

How can I track what changed during a project content sync?

To track what changed during a project content sync, review the generated changelog at method/.sync-changelog.md, which details all the new and updated portable skills, SOPs, and templates pulled from the central repo.