What problem does it solve? Managing many external repositories for study or development leads to scattered clones, duplicated copies, and lost track of where projects live. This Skill centralizes all clones under ghq and organizes them with symlinks into learn (read-only study) and incubate (active development) workspaces, maintaining a single source of truth. ## Core Features & Use Cases - Learn & Incubate: Clone any GitHub repo via ghq and symlink it into an organized owner/repo structure for study or active development, with workflow flags like --contribute and --flash for PR-driven contribution cycles. - Lifecycle Management: Search local and remote repos, spin off incubated projects into their own repos, sync learnings via reunion, offload symlinks, and analyze git history. - Use Case: A user shares a GitHub URL they want to study. The Skill clones it with ghq, creates a symlink under ψ/learn/owner/repo, and later lets the user find, update, or offload it with simple slug-based commands. ## Quick Start Ask the assistant to learn from a GitHub repository by sharing its URL, for example: clone https://github.com/owner/repo so I can study it.