github
Installation
SKILL.md
GitHub Integration
Connection
- Base URL:
https://api.github.com(REST v3),https://api.github.com/graphql(GraphQL v4) - Auth:
Authorization: Bearer $GITHUB_TOKEN(personal access token) - Env vars:
GITHUB_TOKEN - Caching: 5-minute in-memory cache, max 200 entries
Server Lib & API Routes
- Server lib:
server/lib/github.ts - Route handler:
server/routes/github.ts