| name | git-clone |
|---|---|
| description | Clones a git repository into a structured directory tree (Host/User/Repo) following git conventions. Handles URL parsing and idempotency (skips if exists) purely via instruction. |
| compatibility | Requires 'git' installed in the environment. |
| allowed-tools | Bash |
This skill enables you to clone git repositories into a canonical directory structure: ~/Code/<Host>/<User>/<Repo>.