github-auth

Installation
SKILL.md

GitHub Authentication

This skill provides secure access to GitHub credentials for API operations, repository management, and git commands.

Instructions

When helping with GitHub operations that require authentication:

Credential Location

  • Credentials are stored in the project root .env file

  • Cross-platform path examples:

    • Linux/macOS: ~/apps/your_claude_skills/.env or use relative path: ./.env
    • Windows: %USERPROFILE%\apps\your_claude_skills\.env or relative: .\.env
  • Load credentials:

    # Linux/macOS:
    source ./.env
    
Related skills
Installs
45
GitHub Stars
14
First Seen
Jan 24, 2026