git-master
Installation
SKILL.md
Git Mastery - Complete Git Expertise
Comprehensive Git skill covering basic to advanced operations, with mandatory safety guardrails for destructive commands and platform-specific workflows.
Critical Guidelines
Windows File Path Requirements
When using Edit or Write tools on Windows, use backslashes (\) in file paths, NOT forward slashes (/):
- WRONG:
D:/repos/project/file.tsx - CORRECT:
D:\repos\project\file.tsx
Applies to: Edit/Write file_path parameters and all file operations.
Documentation Guidelines
NEVER create new documentation files unless explicitly requested by the user. Prefer updating existing README.md files. Keep documentation concise, direct, and professional.