Problem
No support for exporting an agent from a Git Repository URL
gitagent export currently appears to support only local paths via -d, --dir <dir>. This requires cloning a repository locally before exporting an agent, which adds unnecessary steps and friction.
This is inconsistent with gitagent run -r, which already accepts a repository URL directly, for example:
gitagent run -r https://<git-host>/<org>/<repo> -a claude
Solution
Add support for exporting an agent directly from a Git repository URL, without requiring a prior local clone.
gitagent export -r https://<git-host>/<org>/<repo>/agents/<agent> -f claude-code -o .claude/agents/<agent>.md
Problem
No support for exporting an agent from a Git Repository URL
gitagent exportcurrently appears to support only local paths via-d, --dir <dir>. This requires cloning a repository locally before exporting an agent, which adds unnecessary steps and friction.This is inconsistent with
gitagent run -r, which already accepts a repository URL directly, for example:Solution
Add support for exporting an agent directly from a Git repository URL, without requiring a prior local clone.