Title here
Summary here
Open skill directory in $EDITOR
Open the directory containing the skill in your default editor.
You can provide either:
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] # 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 -h, --help help for edit --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)