Table of Contents - Overview - When to Use - Platform Detection - Quick Command Reference - Terminology - Integration Pattern - Detailed Resources - Exit Criteria Git Platform Detection & Command Mapping Overview Cross-platform abstraction for git forge operations. Detects whether the current project uses GitHub, GitLab, or Bitbucket, and provides equivalent CLI commands for each platform. The SessionStart hook ( ) automatically injects the detected platform into session context. This skill provides the command reference for translating operations across platforms. When To Use - Before runnin…