AI
ai_skills_update()
Update Framework Skills in a Project
Re-copies the Framework skill files (.claude/skills/framework-*/SKILL.md) from the installed package version into the project. Run this after upgrading the framework package to pick up improved skill instructions.
Usage
ai_skills_update(project_path = ".")
Arguments
- project_path
- Path to the project directory (default: current directory)
Value
Invisible character vector of updated skill names
Details
Only Framework-owned skills (prefixed framework-) are touched; any custom skills you add alongside them are left alone.
Examples
if (FALSE) {
# Refresh skills after upgrading the framework package
ai_skills_update()
}