Checks each installed skill for available updates and re-installs any that have a newer version on GitHub.
Usage
update_skills(path = skill_path())Arguments
- path
The skills directory to update. Defaults to
skill_path(), which resolves the agent fromWF_AGENT, a directory scan, or falls back to"claude_code".
Examples
update_skills(tempfile())
#> All skills are up to date.
