aide import / export

Share agent templates via git.

import

aide import <git-url>

Clones the repo, finds all directories with Aidefiles, copies them to ~/.aide/, and registers them.

aide import https://github.com/org/team-agents.git
# ▸ Cloning https://github.com/org/team-agents.git...
#   ✓ Imported 'reviewer'
#   ✓ Imported 'writer'
# ✓ Imported 2 agent(s)

export

aide export --to <directory> [--name <agent>]
FlagDescription
--to <dir>Output directory
--name <agent>Only export this agent (exports all if omitted)

Copies only shareable files: Aidefile, CLAUDE.md, skills/. Excludes memory/, vault.*, .git/.

aide export --to ./team-template
#   ✓ Exported 'reviewer'
#   ✓ Exported 'writer'
# ✓ Exported 2 agent(s) to ./team-template

See Teams for the full workflow.