Skip to content

Adding Skills

Use warden add to add skills to warden.toml.

Terminal window
warden add security-review
warden add code-review
Terminal window
warden add vercel-react-best-practices --remote vercel-labs/agent-skills

This fetches the skill and adds it with a trigger.

Pin remote skills when reproducibility matters:

Terminal window
warden add --remote your-org/warden-skills@abc123 --skill api-review
Terminal window
warden add --remote vercel-labs/agent-skills --list

If the skill exists under .agents/skills/, .warden/skills/, or .claude/skills/, add it by name:

Terminal window
warden add api-review