SkillRuntime
Category: Skills
Source: skill_runtime.dart
Classes
SkillRuntime
Session-scoped skill discovery/runtime facade.
Keeps a live [SkillRegistry] and supports refresh-on-demand so all skill entry points (/skills panel and skill tool) can stay in sync.
Constructor
dart
SkillRuntime({
required this.cwd,
required this.extraPathsProvider,
SkillPathsProvider? bundledPathsProvider,
String? home,
Environment? environment,
})Properties
| Property | Type | Description |
|---|---|---|
cwd | String | |
extraPathsProvider | SkillPathsProvider | |
environment | Environment | |
bundledPathsProvider | final SkillPathsProvider | |
registry | SkillRegistry get | |
registry | SkillRegistry get |
Methods
SkillRegistry refresh()
Re-scan configured skill locations and replace the active registry.