·accessing-github-repos
</>

accessing-github-repos

oaustegard/claude-skills

GitHub repository access in containerized environments using REST API and credential detection. Use when git clone fails, or when accessing private repos/writing files via API.

0Installs·0Trend·@oaustegard

Installation

$npx skills add https://github.com/oaustegard/claude-skills --skill accessing-github-repos

SKILL.md

Git clone is blocked in containerized AI environments (egress proxy rejects CONNECT tunnel), but full repository access is available via GitHub REST API and raw file URLs.

Private Repos or Write Access Requires GitHub Personal Access Token (PAT). See Setup section below.

The skill automatically detects PATs from environment variables or project files:

GitHub repository access in containerized environments using REST API and credential detection. Use when git clone fails, or when accessing private repos/writing files via API. Source: oaustegard/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oaustegard/claude-skills --skill accessing-github-repos
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is accessing-github-repos?

GitHub repository access in containerized environments using REST API and credential detection. Use when git clone fails, or when accessing private repos/writing files via API. Source: oaustegard/claude-skills.

How do I install accessing-github-repos?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oaustegard/claude-skills --skill accessing-github-repos Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/oaustegard/claude-skills