Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.63 KB

File metadata and controls

55 lines (37 loc) · 1.63 KB

claude-code-plugin-github

GitHub repository, issue, and PR management via gh CLI

Version License: MIT Node >= 18

Prerequisites

  • Node.js >= 18
  • Claude Code CLI
  • API credentials for the target service (see Configuration)

Quick Start

git clone https://github.com/bigl34/claude-code-plugin-github.git
cd claude-code-plugin-github
cp config.template.json config.json  # fill in your credentials
cd scripts && npm install

Installation

  1. Clone this repository
  2. Copy config.template.json to config.json and fill in your credentials
  3. Install dependencies:
    cd scripts && npm install

Available Commands

See agents/github-manager.md for the full command reference.

How It Works

This plugin connects directly to the service's HTTP API. The CLI handles authentication, request formatting, pagination, and error handling, returning structured JSON responses.

Troubleshooting

Issue Solution
Authentication errors Verify credentials in config.json
ERR_MODULE_NOT_FOUND Run cd scripts && npm install
Rate limiting The CLI handles retries automatically; wait and retry if persistent
Unexpected JSON output Check API credentials haven't expired

Contributing

Issues and pull requests are welcome.

License

MIT