feat(skills): add ClawHub registry catalog parser and loader

This commit is contained in:
William Valentin
2026-02-16 00:10:41 -08:00
parent 4c6d1d724d
commit 4391c6e5b3
5 changed files with 298 additions and 13 deletions
+2
View File
@@ -14,5 +14,7 @@ export { buildInstallerPlan } from './planner.js';
export type { InstallerPlan, InstallerPlanStep, InstallerPlanSkip, InstallerPlanningOptions } from './planner.js';
export { SkillRegistry } from './registry.js';
export { SkillInstaller } from './installer.js';
export { loadSkillRegistryCatalog, parseSkillRegistryCatalog } from './registrySource.js';
export type { SkillRegistryCatalog, SkillRegistryEntry, SkillRegistrySource, SkillRegistryLoadOptions } from './registrySource.js';
export { SkillsWatcher } from './watcher.js';
export type { SkillsWatcherConfig, SkillsWatcherEvent } from './watcher.js';