Emit AI agent skill and instruction files
Emit files that teach AI coding agents how to use azldev.
The 'install' subcommand writes an Agent Skill and a path-specific instructions file into a target repository. The 'show' subcommand prints the full azldev skill to stdout and is exposed as a read-only MCP tool, which the emitted wrapper files reference so that agents always load the guidance that ships with the binary.
-h, --help help for agent
-y, --accept-all accept all prompts
--color mode output colorization mode {always, auto, never} (default auto)
--config-file stringArray additional TOML config file(s) to merge (may be repeated)
-n, --dry-run dry run only (do not take action)
--network-retries int maximum number of attempts for network operations (minimum 1) (default 3)
--no-default-config disable default configuration
-O, --output-format fmt output format {csv, json, markdown, table} (default table)
--permissive-config do not fail on unknown fields in TOML config files
-C, --project string path to Azure Linux project
-q, --quiet only enable minimal output
-v, --verbose enable verbose output
- azldev docs - Documentation commands
- azldev docs agent install - Write azldev agent skill and instruction files into a repository
- azldev docs agent show - Print an azldev agent skill to stdout