What problem does it solve?
This Skill captures unstructured prompts, notes, and session context and converts them into a compact, parseable KCL (.kcl) document so large LLM contexts can be stored, transferred, and reloaded efficiently.
Core Features & Use Cases
- Specification-led emission: Requires loading the KCL bootstrap and emits KCL v0.1 documents that follow approved frame types and trust markers.
- Context compression & persistence: Encodes roles, facts, decisions, task state, tool signatures, and conversation history into compressed frames suitable for session restoration or sharing.
- Validation and safety guidance: Advises wrapping untrusted input, picking compression levels, inserting checkpoints, and verifying frame types against the bootstrap before saving.
- Use Case: Save a system prompt plus recent conversation into a session.kcl file to restore model state or transfer context between tools.
Quick Start
Encode the current system prompt and recent conversation into a parseable .kcl file for session restoration.