Skip to content

warden add

Terminal window
warden add [skill] [options]

Adds a skill trigger to warden.toml. Run without arguments for interactive mode.

Option Purpose
-C, --cwd <path> Run as if invoked from this directory.
--list List available skills.
--remote <ref> Remote repository reference.
-f, --force Overwrite existing files or bypass caches.
--quiet Errors and final summary only.
-v, --verbose Increase verbosity. Repeat as -vv or combine with --debug.
--debug Enable debug output.
--log Use log output mode.
--color / --no-color Override color detection.
-h, --help Show help for this command.
Terminal window
warden add
warden add security-review
warden add code-review
warden add --list
warden add --remote your-org/warden-skills --skill api-review
warden add --remote your-org/warden-skills@abc123 --skill api-review