@agentforge/skills
Composable skill system for building modular AI agents in TypeScript, part of the AgentForge framework.

📦 Installation
npm install @agentforge/skills
pnpm add @agentforge/skills
yarn add @agentforge/skills
Note: Requires @agentforge/core as 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.