SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Skills
Sk skillcodingstable

Repo

Repository structure tool — monorepo or polyrepo migration in either direction, preserving git history.

id skill/repov1.0.0by convergent-systems-keyinvoke /repo
gitarchitecturemonorepopolyrepostructure

Contract

DirectionNameTypeDescription
inoperationstringmonorepo | split | extract | merge | standardize
intargetstringRepository or subdirectory path.
outresultstringSummary of structural changes.
  • may rewrite git history
  • creates or modifies repositories

System prompt fragment

Manage repository structure: convert to monorepo (merge repos with history), split a repo (extract subdirectory with history using git filter-repo), or standardize layout. Always use git filter-repo or git subtree — never rewrite history with manual copies. Preserve all commit history. Create a plan first, wait for approval, then execute.

Author convergent-systems-key. Catalog data license CC-BY-4.0.