@skillerr/protocol
v1.1.0
Published
Types, schemas, and completeness rules for portable .skill packages
Maintainers
Readme
@skillerr/protocol
Types, schemas, and completeness rules for the Open .skill Protocol.
Defines SkillContract, SkillSource, section shapes, assessment helpers, and the JSON Schema used for transferable authoring. This package is the semantic source of truth; it does not pack or run skills.
Install
npm i @skillerr/protocolWhat you get
SkillContract/SkillSourceTypeScript types- Completeness assessment and explanation APIs
- Multi-skill extract helpers (
extractSkillCandidates,agentCreateGuide) skill-contract.schema.json(JSON Schema export)- Adapter types for external capture formats (mapped into SkillSource before compile)
Vocabulary
Protocol terms: section, SkillSource, SkillContract, extract/segment, compile, mint, load.
Product-specific capture words map into this model via adapters; they are not protocol vocabulary.
Related
@skillerr/core— compile / pack / mintskillerr— public install (skillCLI)
Docs: PROTOCOL.md · AUTHORING-CONTRACT.md
License
MIT
