Context Relay is a skill that enables cross-AI and cross-session context handoff by packaging current work into a Context Pack with verified facts, state fingerprints, drift checks, and failure knowledge.

Stars

3

7-day growth

No data

Forks

0

Open issues

0

License

MIT

Last updated

2026-07-29

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It solves the nuanced problem of transferring minimal but sufficient trusted context to another executor without requiring it to re-read entire history, using a structured protocol with five operations, security defaults, and a zero-dependency CLI.

Who it is for

  • Developers using AI coding assistants like Codex or Claude Code
  • Software engineering teams that need task handoffs between AI sessions
  • AI agent developers building multi-step or multi-agent workflows
  • DevOps engineers managing context persistence across automation runs

Use cases

  • Handing off a partially completed job persistence task from one AI session to another
  • Auditing a context pack for factuality, secrets, and actionability before transfer
  • Merging context packs from parallel AI agents working on the same codebase
  • Importing a previously exported context pack with drift detection to continue work safely

Strengths

  • Defines a structured Context Pack format with four claim states (VERIFIED, DECIDED, INFERRED, UNKNOWN) and evidence files
  • Provides five distinct modes (export, import, refresh, audit, merge) covering the full context lifecycle
  • Includes security defaults such as secret scanning, symlink rejection, relative paths, and untrusted data handling
  • Ships with a Python CLI tool relying only on the standard library and install scripts for Codex and Claude Code

Considerations

  • No digital signatures or creator identity authentication for context packs
  • Limited automatic detection of secrets (not all types covered)
  • No automatic verification of natural language claims or semantic deduplication

README quick start

安装到 Codex

Description

上下文传递skill

Related repositories

Similar projects matched by category, topics, and programming language.

yetone
Featured
yetone GitHub avatar

kill-ai-slop

Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.

AI & Machine LearningAI Agents
805
gnipbao
Featured
gnipbao GitHub avatar

story-to-handdrawn-video

A Remotion-based tool that converts Chinese story text or ordered hand-drawn images into vertical hand-drawn diary-comic animation with handwritten captions, left-to-right reveals, optional page-curl transitions, and silent H.264 output for post-production dubbing.

AI & Machine LearningAI Agents
683
0xwilliamortiz
Featured
0xwilliamortiz GitHub avatar

ponytail-improved

Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.

AI & Machine LearningAI Agents
545