Skip to content

SkillPaths

Category: Skills

Source: skill_paths.dart

Functions

`List<String> discoverBundledSkillPaths({

Map<String, String>? environment, String? scriptPath, })`

Discover bundled skill directories that ship with the Glue CLI checkout.

Resolution order:

  1. GLUE_BUNDLED_SKILLS_DIR env var (if present)
  2. Paths derived from the running script location

Released under the MIT License.