@eir-open/skill-kit
v0.2.0
Published
Skill format specification, loader, and prompt assembly for health agents
Readme
@eir-open/skill-kit
Skill format specification, loader, and prompt assembly for health agents.
Part of the @eir-open/agent-harness monorepo.
Install
npm install @eir-open/skill-kitUsage
import {
loadSkill,
loadSkillDirectory,
getSkillsForMode,
buildSkillPrompt,
parseSkillMarkdown,
} from '@eir-open/skill-kit';See the full documentation for API details and examples.
