What problem does it solve? Creating a new GitHub repository involves many error-prone manual steps: naming validation, org policy checks, team access grants, registry bookkeeping, and factory installation. This Skill orchestrates the entire repo creation workflow with a single human approval gate before any irreversible side effects. ## Core Features & Use Cases - Guided intake and validation: Collects repo name, stack, kind, visibility, license, and team access, then checks for name collisions, org policy conflicts, and stale registry entries before drafting. - Approval-gated execution: Posts a full draft plan to chat and halts until explicit approval, then creates the repo via gh, sets topics and team permissions, and pushes an initial commit. - Registry and bootstrap chaining: Updates .claude/registry/repos.yml via a PR, hands off to repo-bootstrap to install the factory, and schedules branch protection with harden-repo.py once CI has run. - Use Case: An operator says "Carve out audit-rs as its own OSS repo." The Skill drafts the plan, waits for approval, creates the public Apache-2.0 repo, registers it, and bootstraps the factory inside it. ## Quick Start Ask the agent to create a new GitHub repository named audit-rs in the OgenticAI org and approve the draft plan when prompted.