@agentproto/skill-pack-agentproto
v0.6.1
Published
@agentproto/skill-pack-agentproto — the agentproto-plugin skill pack (agent orchestration, durable supervision, adapter setup, LLM endpoints, supervisor sessions). Source of truth for both the Claude Code plugin bundle (.claude-plugin/plugin.json + skills
Maintainers
Readme
@agentproto/skill-pack-agentproto
The agentproto-plugin skill pack — source of truth for the skills that
teach an agent to operate the agentproto CLI/daemon itself: agent-session
orchestration, light-coder orchestration, hermes headless background runs,
nested orchestration, durable supervision, adapter setup, LLM endpoint
proxying, supervisor sessions, CI review/fix lanes, and skill-authoring
reference guides.
Editing
The only thing you edit is src/skills/<slug>/SKILL.md (+ assets). Never
edit skills/ or .claude-plugin/ directly — pnpm build generates both
from src/skills/ + manifest.json, using this package's own
package.json version (never hand-declared in the manifest).
Consuming
- agentproto:
agentproto install skill/<slug> --pack agentproto-plugin, or once published, the bare npm resolution (agentproto install skill/<slug>resolves@agentproto/skill-pack-agentprotoautomatically). - Claude Code / Anthropic: the versioned bundle + zip built to
dist/agentproto-plugin-v<version>.zipand attached to this package's GitHub release — installable directly, without agentproto.
Both are generated by the same pnpm build, from the same src/skills/.
