Claude Code Plugins

Community-maintained marketplace

Feedback

github-integration

@dave1010/tools
0
0

Use when building GitHub-based features - Explains auth token usage, Gist reading/writing and rendering helpers.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name github-integration
description Use when building GitHub-based features - Explains auth token usage, Gist reading/writing and rendering helpers.

GitHub tokens and auth

  • Check whether github-device-login-token is already in local storage before prompting users.
  • When the token is missing or lacks scopes, direct users to /tools/github-device-login/ to refresh authorization.

Gists

  • Review tools/scratch-pad/index.html for an end-to-end example of creating and saving Gists.
  • Render saved HTML gists at https://gistpreview.github.io/?${encodeURIComponent(gistId)} to preview their content.