default_skill_roots: Default Skill Roots

View source: R/skill_registry.R

default_skill_rootsR Documentation

Default Skill Roots

Description

Return the standard skill search roots in increasing priority order: bundled package skills, installed user skills, project skills, then explicitly configured roots.

Usage

default_skill_roots(project_dir = getwd(), include_missing = FALSE)

Arguments

project_dir

Project directory used for project-local skill roots.

include_missing

If TRUE, include roots even when they do not exist.

Value

Character vector of skill root directories.


aisdk documentation built on May 29, 2026, 9:07 a.m.