What problem does it solve?
KCL-encoded payloads are compact and not human-readable, so this Skill decodes Khala Context Language into a model-ready working context to avoid misinterpretation and manual extraction of frames, deltas, and directives.
Core Features & Use Cases
- Bootstrap-aware decoding: load and consult the KCL bootstrap to resolve symbol tables and tier semantics before parsing payloads.
- Multi-source extraction: accept .kcl files, fenced kcl code blocks, and inline KCL frames and extract headers, frames, deltas, history, checkpoints, and directives.
- Safety and validation: enforce trust boundaries, sanitize NL escapes against prompt injection, prevent role escalation from user-provided KCL, and flag excessive delta chains as unreliable.
- Use Case: user pastes a session.kcl or a fenced KCL block and receives a concise integration summary (role, active constraints, trusted facts, and directives) to continue the conversation.
Quick Start
Read the pasted KCL block and integrate its context, then report the active role, constraints, key facts, and any directives now in force.