aix skill edit

aix skill edit

Open skill directory in $EDITOR

Synopsis

Open the directory containing the skill in your default editor.

You can provide either:

  • The name of an installed skill (e.g. “my-skill”)
  • A path to a local skill directory (e.g. “./my-skill” or “.”)

Uses the $EDITOR environment variable. If not set, defaults to ‘vi’. If the skill is installed on multiple platforms, uses the first one found unless –platform is specified.

aix skill edit <name|path> [flags]

Examples

  # Open installed skill
  aix skill edit my-skill

  # Open local skill directory
  aix skill edit ./my-new-skill

  # Open current directory
  aix skill edit .

  # Open skill on specific platform
  aix skill edit my-skill --platform claude

  See Also:
    aix skill show     - Show skill details
    aix skill list     - List installed skills

Options

  -h, --help   help for edit

Options inherited from parent commands

      --log-file string     write logs to file in JSON format
      --log-format string   log format: text, json (default "text")
  -p, --platform strings    target platform(s): claude, opencode (default: all detected)
  -q, --quiet               suppress non-error output
  -v, --verbose count       increase verbosity level (e.g., -v, -vv)

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2026