By paretofilm
Operational-safety supplement to general git-workflow skills. Prevents common pitfalls: reset without state check, catchall staging of build artifacts, gitignore trial-and-error debugging, and per-file iteration when bulk operations suffice.
Operational-safety supplement for Claude Code and pi coding agents. Covers four git pitfalls that general workflow skills (e.g., netresearch/git-workflow-skill) don't address directly but that cause cascading recovery cycles in agent sessions.
git log --oneline before any git reset (prevents HEAD~3 ambiguous-argument errors)git status --short before git add -A/./-a (prevents committing build artifacts)git check-ignore -v for gitignore debugging — replaces trial-and-error toggling of trailing slashes (the actual bug is usually path placement, not slash syntax)git rm -r --cached <dir> once, not per-file (prevents O(n) cleanup loops)Derived from observed failure patterns in a real pi coding-agent session on 2026-04-22 (a 4-hour session that stalled on git cleanup) and validated against an Opus 4.7 gold-standard analysis. See pi-watchdog project for the analysis.
Add the skills path to ~/.pi/agent/settings.json:
"skills": [
...,
"/Users/kjetilge/Developer/claude-plugins/safe-git-operations/skills"
]
Restart pi.
Via marketplace (once published):
/plugin marketplace add Paretofilm/claude-marketplace
/plugin install safe-git-operations@paretofilm-plugins
Or during development — add to the plugins registry your platform uses.
netresearch/git-workflow-skill — broader workflow skill (branching, commits, PR flow, CI/CD)Install both for the full picture: git-workflow for how to work professionally with git, safe-git-operations for what not to do when it's risky.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub paretofilm/claude-marketplace --plugin safe-git-operationsRouting, context management, and project setup for the Superpowers + GStack workflow
Autonomous architecture problem resolution during E2E testing and development. Evaluates scope, decides approach, and fixes or escalates based on impact.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer