@firstpick/pi-skill-patch-md

Agents should invoke this skill to create, update, or implement standardized PATCH.md documents that describe reproducible source code patches.

Packages

Package details

extensionskill

Install @firstpick/pi-skill-patch-md from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-patch-md
Package
@firstpick/pi-skill-patch-md
Version
0.1.5
Published
Aug 7, 2026
Downloads
645/mo · 49/wk
Author
firstpick
License
MIT
Types
extension, skill
Size
63.5 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ],
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

PATCH.md

Package a code change as a repeatable, reviewable patch with checks and rollback guidance.

Helpful when

  • A change must be applied consistently in more than one place.
  • You need to detect whether the target has changed.
  • A patch should be easy to review or undo.

What to share with Pi

  • The intended change and target files
  • How success should be checked
  • Any version, safety, or rollback requirements

Try asking

Create a PATCH.md package for these changes. Include a clear plan, change checks, verification, and a safe rollback path.

What you’ll get

  • A structured patch package
  • Checks for unexpected file changes
  • Apply, verify, and rollback instructions

Keep in mind

Applying a patch can change many files. Review the plan and target paths before approving any write operation.

Install

pi install npm:@firstpick/pi-skill-patch-md

Restart Pi if the skill does not appear in your current session.

Technical details

See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.