Claude Code Plugins

Community-maintained marketplace

Feedback

version-control

@ProteoWizard/pwiz
294
0

Use when performing Git or GitHub operations including commits, pushes, PRs, or branch creation. Activate BEFORE running git commit, git push, gh pr create, or similar commands.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name version-control
description Use when performing Git or GitHub operations including commits, pushes, PRs, or branch creation. Activate BEFORE running git commit, git push, gh pr create, or similar commands.

Version Control for Skyline/ProteoWizard

Before any Git or GitHub operation, read the relevant documentation:

Required Reading

  • ai/docs/version-control-guide.md - Commit message format, PR format, branch naming
  • ai/WORKFLOW.md - Git workflows, TODO system, branch lifecycle

Quick Reference

Commit format: Title (past tense) + bullets + TODO reference + Co-Authored-By

Branch naming: Skyline/work/YYYYMMDD_feature_name

Commands: Use /pw-pcommit or /pw-pcommitfull for guided commits

See ai/docs/version-control-guide.md for complete format specification.