warden add
warden add [skill] [options]Adds a skill trigger to warden.toml. Run without arguments for interactive
mode.
Options
Section titled “Options”| 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. |
Examples
Section titled “Examples”warden addwarden add security-reviewwarden add code-reviewwarden add --list
warden add --remote your-org/warden-skills --skill api-reviewwarden add --remote your-org/warden-skills@abc123 --skill api-review