This documentation site ships an Agent Skill so assistants integrate @github-tools/sdk consistently — tools, presets, createGithubAgent, durable createDurableGithubAgent, tokens, and approvals.
Docus publishes it under /.well-known/skills/ (Docus: Agent Skills). The skills CLI installs from the site origin below.
Copy-paste prompts for common tasks are embedded on the relevant doc pages (Installation, Quick Start, Presets, Approval control, Durable workflows, Tools catalog, API Reference, Examples) so they sit next to the code they help you write.
Install the skill
Compatible clients discover skills automatically. To install manually:
npx skills add https://github-tools.com
For a Vercel preview deployment, use that preview’s https://… origin instead so the CLI picks up the matching catalog. Production always resolves the canonical docs URL above.
The catalog is at https://github-tools.com/.well-known/skills/index.json (and /.well-known/skills/index.json on this site).
Bundled skill
| Skill | Description |
|---|---|
github-tools-agents | Add GitHub tools, presets, createGithubAgent, durable createDurableGithubAgent, env tokens, approvals |
Sources in the repo: apps/docs/skills/github-tools-agents/ (SKILL.md and references/).
Where to find copy-prompts
| Topic | Page |
|---|---|
| Add packages & env · integrate into an existing repo | Installation |
First generateText / streamText · new API route | Quick Start |
| Presets & combining scopes | Scope with Presets |
requireApproval & token safety | Control Write Safety |
createDurableGithubAgent & Workflow | Durable workflows |
| Cherry-pick tool factories | Tools Catalog |
Octokit vs tools · createOctokit | API Reference |
| Agent patterns & toolpick | Examples |