@zuno-ai/skills
v0.2.2
Published
Skill repository — discovers `.skill.md` files on disk and exposes them via the `load_skill` tool.
Readme
@zuno-ai/skills
Skill repository — discovers .skill.md files on disk and exposes them via the load_skill tool.
Use this package directly when: You want to ship skills with your app or expose org-/user-/repo-scoped skills to the agent. createFsSkillRepository({...}) walks the three roots; createNoopSkillRepository() is the no-skill default.
For the typical embedded case, consume Zuno through the high-level @zuno-ai/sdk facade — createZuno(config) wires this package in alongside everything else with sensible defaults.
Install
pnpm add @zuno-ai/skillsSee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
