setup-provider-github

Set up GitHub provider integration and scaffolding for adapter repositories.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-provider-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-provider-github
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/setup-provider-github
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-provider-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of setting up new adapter repositories that directly integrate with GitHub, ensuring necessary scaffolding and guidance are in place.

Core Features & Use Cases

  • GitHub Integration Setup: Provides specific scaffolding for repositories interacting with GitHub.
  • Boundary Verification: Ensures the repository operates at the adapter boundary and integrates directly with GitHub.
  • Use Case: When creating a new service that needs to pull data from GitHub repositories or respond to GitHub webhooks, this Skill will add the essential configuration and placeholder files.

Quick Start

Use the setup-provider-github skill to add GitHub provider setup guidance to the current repository.

Frequently Asked Questions about setup-provider-github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up GitHub integration for a new adapter repository?

To set up GitHub integration for an adapter repository, this Skill validates the direct boundary connection and adds minimal required scaffolding, placeholder files, and configuration for GitHub webhooks or data pulling.

What scaffolding is needed for an adapter that interacts with GitHub?

GitHub adapter scaffolding requires minimal configuration and placeholder files to operate at the boundary. This Skill provides the essential scaffolding to ensure the repository directly integrates with GitHub.

Does this GitHub provider setup work for general development platform bootstrapping?

No, this GitHub provider setup does not work for general development platform bootstrapping. It enforces constraints against applying to non-GitHub-integrated repositories and strictly validates direct adapter boundary integration.

Can I use this setup for a service that needs to respond to GitHub webhooks?

Yes, you can use this setup for services responding to GitHub webhooks or pulling data from GitHub repositories. It adds the specific configuration and guidance needed for direct GitHub integration.

When should I not use this GitHub integration scaffolding?

You should not use this GitHub integration scaffolding for non-GitHub-integrated repositories or for treating development-platform bootstrap as provider integration, as the Skill enforces strict boundary constraints against these cases.