git-ape-onboarding
Installation
SKILL.md
Git-Ape Onboarding
Use this skill to bootstrap a repository for Git-Ape deployments by executing the onboarding workflow directly from Copilot Chat.
This skill is the source of truth for onboarding behavior. Do not depend on a standalone repository script for setup logic.
Onboarding Modes
This skill operates in two independent modes:
- Repository CI/CD onboarding (default). Configures one repository + subscription(s) for Git-Ape deployments: OIDC, federated credentials, RBAC, GitHub environments, secrets, and scaffolded workflows. This is the bulk of the skill (see Command Playbook).
- Enterprise distribution (
.github-private). Rolls Git-Ape out to every user on your org/enterprise Copilot plan by scaffolding a.github-privaterepo withmanaged-settings.jsonplugin standards (and an optionalagents/directory). See Mode: Enterprise Distribution.