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
.envfile -
Cross-platform path examples:
- Linux/macOS:
~/apps/your_claude_skills/.envor use relative path:./.env - Windows:
%USERPROFILE%\apps\your_claude_skills\.envor relative:.\.env
- Linux/macOS:
-
Load credentials:
# Linux/macOS: source ./.env