Skip to content

warden add

Terminal window
warden add [skill] [options]

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

OptionPurpose
-C, --cwd <path>Run as if invoked from this directory.
--listList available skills.
--remote <ref>Remote repository reference.
-f, --forceOverwrite existing files or bypass caches.
--quietErrors and final summary only.
-v, --verboseIncrease verbosity. Repeat as -vv or combine with --debug.
--debugEnable debug output.
--logUse log output mode.
--color / --no-colorOverride color detection.
-h, --helpShow 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