Skip to content

warden build

Terminal window
warden build <skill> [options]

Creates or refreshes one generated skill. A name resolves through .warden/skills, .agents/skills, then .claude/skills; use a path for other roots.

ArgumentPurpose
skillGenerated skill name or skill root path.
OptionPurpose
-C, --cwd <path>Run as if invoked from this directory.
--config <path>Path to warden.toml.
-m, --model <model>Model fallback when warden.toml does not specify one. See Models and Runtimes.
--jsonOutput results as JSON.
--regenerateIgnore cached generated skill artifacts and build again.
-p, --prompt <value>Generated skill prompt. Prefix with @ to read from a file.
--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 build security --regenerate
warden build security -p @prompt.md
warden build ./skills/security -p @prompt.md
warden build sentry-security --json