repo-manager-reference

Installation
SKILL.md

GitHub Repo Manager — Helper Command Reference

All GitHub API calls go through the helper:

node ${CLAUDE_PLUGIN_ROOT}/helper/bin/gh-manager.js <command> [options]

The helper returns structured JSON to stdout. Errors return JSON to stderr with a non-zero exit code. Every successful response includes _rate_limit metadata. Never call GitHub APIs directly.

Available Commands

# Auth (Phase 0)
gh-manager auth verify                    # Check PAT and report scopes
gh-manager auth rate-limit                # Show rate limit status
Installs
1
GitHub Stars
5
First Seen
Mar 18, 2026
repo-manager-reference — l3digital-net/claude-code-plugins