Agent skill
github-integration
Use when building GitHub-based features - Explains auth token usage, Gist reading/writing and rendering helpers.
Install this agent skill to your Project
npx add-skill https://github.com/dave1010/tools/tree/main/.agents/skills/github-integration
SKILL.md
GitHub tokens and auth
- Check whether
github-device-login-tokenis 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.htmlfor 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
cloudflare-kv
Use when persisting tool data in Cloudflare KV - Describes bindings, key naming, and function conventions.
writing-skills
Use when creating or updating SKILL.md documentation - Explains how and why to create a skill.
llm-inference
Use when wanting to interact with any LLM - Explains available inference endpoints so the agent selects suitable models.
cdn-usage
Use when adding external browser dependencies via CDN - Provides CDN selection guidance to ensure reliable script loading.
maps
Use when building interactive map tools - Explains MapLibre setup, tiles, and common UI patterns.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?