github-app-scaffold
Installation
SKILL.md
GitHub App Scaffold
Turn existing GitHub automation into a real GitHub App with Probot and the modern Octokit stack.
Stack (2026 Standard)
- Runtime: Node.js + TypeScript
- Framework: Probot
- Auth + App primitives:
@octokit/app - API client:
@octokit/rest(viacontext.octokit)
Why this stack:
- Probot gives webhook-first structure, fast.
@octokit/apphandles JWT + installation tokens clean.- You can drop to raw Octokit when you need control.
Scaffold CLI
Use Probot’s official scaffolder:
Related skills