Skip to content

@agenticforge/skills

npm

Composable, routable agent capabilities — define each capability as a focused Skill in Markdown or TypeScript, and let the framework automatically route user queries to the right one.

Installation

bash
npm install @agenticforge/skills

Available exports

ExportDescription
AgentSkillExtensible Skill base class with built-in tool-call loop
SkillRegistrySkill registration and routing description generator
SkillRunnerFramework-independent skill orchestrator
SkillDispatcherTwo-level routing engine (rule routing + LLM routing)
MarkdownSkillSkill loaded from a .md file
SkillLoaderDirectory scanner — loads all SKILL.md files
parseFrontmatterLow-level frontmatter parser (no external deps)

See the Skills Guide for detailed usage and examples.

Released under the CC BY-NC-SA 4.0 License.