Skip to main content

CLI Reference

Agent customization portability for AI coding tools

convert

Convert agent customization between tools

Arguments

  • [path] - Project path (Default: .)

Options

  • -f, --from <agent> (required) - Source agent
  • -t, --to <agent> (required) - Target agent
  • --dry-run - Show what would happen without writing
  • --json - Output as JSON
  • -q, --quiet - Suppress non-error output
  • -v, --verbose - Show detailed output
  • --gitignore-output-with <style> - Manage git-ignore status of output files (none, ignore, exclude, hook, match) (Default: none)
  • --if-gitignore-conflict <resolution> - How to resolve git-ignore conflicts in match mode (skip, ignore, exclude, hook, commit) (Default: skip)
  • --delete-source - Delete source files after successful conversion (skipped sources are preserved)

discover

List agent customization without converting

Arguments

  • [path] - Project path (Default: .)

Options

  • -f, --from <agent> (required) - Agent to discover
  • --json - Output as JSON
  • -v, --verbose - Show detailed output

plugins

Show available plugins