@skillerr/workspace
v1.2.0
Published
Local workspace for sections, stage, compile, checkpoint, and mint
Maintainers
Readme
@skillerr/workspace
Local working tree for authoring .skill packages — sections, stage, compile, checkpoint, and mint.
Git-like layout under .skill/. Agents propose sections; humans stage and approve; compile produces a continuity draft or a release package.
Install
npm i @skillerr/workspaceTypically used via skillerr (skill init, propose, checkpoint, compile, load).
Layout
.skill/
config.json
sections/*.json
index.json # staged ids
HEAD.json
objects/*.skill| Concept | Command (CLI) |
|---------|----------------|
| init | skill init |
| propose | skill propose (agent + SKILL_HOST) |
| stage | skill add |
| status | skill status |
| handoff | skill checkpoint |
| release | skill compile --approve --mint |
| resume | skill load |
Related
@skillerr/core— compile / mintskillerr— public install / user-facing CLI
Docs: WORKSPACE.md · CONTINUITY.md
License
MIT
