What problem does it solve? Creating a new repository by hand often skips critical setup steps like manifests, registry entries, and policy files, leaving repos disconnected from the canonical propagation system. This Skill enforces a complete, repeatable workflow so every repo is correctly wired in from day one. ## Core Features & Use Cases - Full repo creation workflow: Decides org and repo type, runs gh repo create, clones locally, and scaffolds .repo-manifest.yaml, CLAUDE.md, README.md, .gitignore, and .asae-policy. - Canonical registry integration: Adds the repo to propagation/registry.yaml in mm-claude-canonical so skills, rules, and references propagate automatically. - Job-hunt portfolio sub-flows: Handles special wiring for job-app planning hubs and portfolio-artifact spokes using funnel manifest fields (hub, parent, scope). - Use Case: When you say "create a repo for my new CLI tool", the Skill picks the right org and naming pattern, creates and scaffolds the repo, registers it for propagation, and verifies the canonical content landed. ## Quick Start Ask the assistant to create a new repo for your project, for example by saying "make a new repo for my analytics CLI", and it will walk through org selection, scaffolding, registration, and verification.