context

Encode cognitive state into portable carry-packets for cross-model session restoration.

31|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/ktg-one/context --skill context-ktg-one
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/ktg-one/context/tree/main
Command: npx skills add https://github.com/ktg-one/context --skill context-ktg-one

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill preserves and transfers cognitive state between AI sessions by encoding it into portable carry-packets, enabling cross-model handoffs and session continuity.

Core Features & Use Cases

  • Portable carry-packets that encode L1-L4 cognitive signals for fresh models.
  • Cross-model handoff and session continuity with reliable restoration.
  • Deterministic reconstruction of context using PDL, MLDoE, kanji compression, and NCL validation.

Quick Start

Load a carry-packet to restore cognition across AI sessions.

Frequently Asked Questions about context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I carry context across AI sessions when switching models?

To carry context across AI sessions, you encode the current cognitive state into portable carry-packets. These packets are then loaded into the fresh model to reliably restore the previous transformer context.

What is a carry-packet for AI memory transfer?

A carry-packet for AI memory transfer is a portable data structure encoding L1-L4 cognitive signals. It allows a fresh model to deterministically reconstruct prior context during cross-model handoffs.

How does deterministic reconstruction of AI context work?

Deterministic reconstruction of AI context works by applying PDL, layered MLDoE, kanji-based density optimization, and NCL validation to ensure the portable carry-packet reliably restores the exact cognitive state.

Can I use carry-packets for cross-model handoffs?

Yes, you can use carry-packets for cross-model handoffs and session continuity. They encode cognitive signals to ensure reliable restoration of transformer context when switching between different models.

Do I need specific dependencies to transfer AI session context?

No specific dependencies are required to transfer AI session context using this approach. The Skill relies on its internal components and references to generate portable carry-packets for context restoration.