Agent Skills: github-integration

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

UncategorizedID: dave1010/tools/github-integration

Install this agent skill to your local

pnpm dlx add-skill https://github.com/dave1010/tools/tree/HEAD/.agents/skills/github-integration

Skill Files

Browse the full folder contents for github-integration.

Download Skill

Loading file tree…

.agents/skills/github-integration/SKILL.md

Skill Metadata

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.
github-integration Skill | Agent Skills