@mono-agent/skills
v0.3.0
Published
Deterministic skill activation helpers for agent prompts.
Readme
@mono-agent/skills
Category
Category: context
Responsibility
Deterministic selected-skill activation. It loads only explicitly selected skill bodies, enforces byte caps, and converts skill instructions into context blocks for prompt assembly.
Install / Usage
pnpm --filter @mono-agent/skills run buildimport {
loadSelectedSkills,
skillInstructionsToContextBlocks,
} from "@mono-agent/skills";Public API
loadSelectedSkillsskillInstructionsToContextBlocksSkillActivationErrorLoadedSkill,LoadedSkillContext,LoadSelectedSkillsInput
Dependency Boundary
This package may depend on @mono-agent/context for context block types. It must not depend on runtimes, communication adapters, UI, memory, or MCP execution.
What This Package Does Not Own
It does not discover skills automatically, execute tools, install skills, call MCP servers, or decide which skills a host should select.
Verification
pnpm --filter @mono-agent/skills run build
pnpm --filter @mono-agent/skills run typecheck
pnpm --filter @mono-agent/skills run test