@agentproto/skill
v0.2.0
Published
@agentproto/skill — AIP-3 SKILL.md reference implementation. A markdown + frontmatter format for distributing reusable agent skills as portable, version-controlled files.
Maintainers
Readme
@agentproto/skill
AIP-3 SKILL.md reference implementation. A markdown + frontmatter format for distributing reusable agent skills as portable, version-controlled files.
Status: 0.1.0-alpha. Generated by
scripts/scaffold-aip.mjs—build()andvalidate()bodies are TODOs.
Spec: https://agentproto.sh/docs/aip-3
Usage
import { defineSkill } from "@agentproto/skill"
const x = defineSkill({
id: "my-skill",
description: "Short purpose.",
// ...
})License
MIT — see LICENSE.
