runtime-sync
Installation
SKILL.md
Runtime Sync
Enforce consistency across ClawDen's ClawAdapter implementations. All runtime adapters
follow an identical structure — only metadata values (language, channels, ports) differ.
Decision Tree
- Adding a new runtime? → First run the upstream research workflow to gather accurate metadata, then follow full-stack-checklist.md using adapter-template.md for the canonical Rust pattern
- Updating an existing adapter? → Check upstream-sources.md for the runtime's repo/npm, review recent releases for changes, then update metadata
- Modifying adapter behavior? → Read consistency-rules.md first, fix any known violations you encounter
- Auditing all adapters? → Follow the audit procedure in consistency-rules.md
Upstream Research (Do This First)
Before writing any adapter code, research the runtime's upstream repo/registry to get
Related skills