Skip to contents

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 from WF_AGENT, a directory scan, or falls back to "claude_code".

Value

A character vector of updated skill names, invisibly.

Examples

update_skills(tempfile())
#> All skills are up to date.