@agentforge/skills
v0.15.2
Published
Composable skill system for building modular TypeScript AI agents: author skills, register capabilities, and compose behaviors.
Maintainers
Readme
@agentforge/skills
Composable skill system for building modular AI agents in TypeScript, part of the AgentForge framework.
📦 Installation
npm install @agentforge/skills
# or
pnpm add @agentforge/skills
# or
yarn add @agentforge/skillsNote: Requires
@agentforge/coreas a peer dependency.
Overview
@agentforge/skills provides the skill discovery, registration, activation, and trust policy engine for AgentForge agents. It implements the Agent Skills Specification for composable, modular agent capabilities.
Full source code and API will be available after ST-07002 (Move Skills Source Files). See the AgentForge docs for usage guides and tutorials.
License
MIT — see LICENSE for details.
