Bulk clone and keep in sync every GitHub repo you can access across an org or personal account. For an org it unions the repos reachable through the teams you belong to with the org's repo list (so direct-collaborator and public repos count even with no team membership); for a personal account it uses the account's repo list. Deduplicates them, then clones new ones and fast-forward syncs existing ones (and their worktrees) into a consistent <repo>/<repo>-main + <repo>/worktree layout. The org defaults to the directory you run from, so dropping into ~/dev/github.com/<org> mirrors that org. TRIGGER when the user types /ghsync, wants to clone or sync all org repos or their own personal repos, asks to mirror everything they have access to, is onboarding into a new enterprise/org, or wants to refresh their local checkouts to latest.
$npx -y skills add bjcoombs/ai-native-toolkit --skill ghsyncInstalls into the current project.
Run `npx skills use "https://github.com/bjcoombs/ai-native-toolkit" --skill "bjcoombs/ai-native-toolkit/ghsync"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bjcoombs/ai-native-toolkit" that are relevant to the current task. Run `npx skills add "https://github.com/bjcoombs/ai-native-toolkit"` and select the relevant skills, then follow their instructions.