What problem does it solve? Setting up a new product area in the sap-tutorials GitHub org requires many manual, error-prone steps: creating a public source repo and a private -Contribution repo from templates, copying rebuild-notify workflows, creating four org teams, adding members, and applying repo grants. This Skill automates the entire provisioning sequence so it matches the org convention exactly. ## Core Features & Use Cases - Repo pair creation from templates: Creates the public source repo and private -Contribution repo from the org's template repos, which already ship the base tutorial-ci workflows. - Notify workflow wiring: Copies the repo-agnostic notify-tutorials-ims.yml and notify-qa.yml workflows from canonical reference repos and sets the USE_GITHUB_APP variable. - Team and permission setup: Creates the four standard teams (admin/team for both repos), adds admin and member logins, and applies admin-ondemand or maintain grants with fallback handling. - Use Case: A requester asks to stand up a new 'integration' product area. You dry-run the script to review every mutation, ask the requester to elevate to org owner, then run it for real and complete the printed follow-ups like installing the sap-tutorials-builder GitHub App. ## Quick Start Ask the assistant to provision a new sap-tutorials repo pair named 'integration' with a description, admin logins, and member logins, starting with a dry run.