gviiisen/repo-context-ledger

105 stars · Last commit 2026-08-27

面向 AI 上下文管理的 Agent Skill:为 Codex 上下文管理、Cursor 上下文切换和 Claude 上下文管理提供跨窗口续接,用 Git 保存可验证的功能说明与变更记录。AI coding context management and agent handoffs.

README preview

# Repo Context Ledger — Cross-Agent Context Relay

[English](README.md) | [简体中文](README.zh-CN.md)

[![skills.sh](https://skills.sh/b/gviiisen/repo-context-ledger)](https://skills.sh/gviiisen/repo-context-ledger)

> Switch from Codex to Cursor or Claude, mention the feature, and continue from the right code and boundaries.

Repo Context Ledger is an open repository context management and context switching Agent Skill for AI coding. It bridges verified context across Codex, Claude, Cursor, GitHub Copilot, Grok, and other coding agents while keeping feature documentation, change handoffs, and README summaries synchronized.

Use it for AI coding context management, cross-session continuation, cross-tool context switching, and durable agent handoffs without replaying a long chat.

If you are looking for AI context management, Codex context management, Cursor context switching, Claude context management, or a way to continue work across AI coding sessions, this Skill gives the next agent a focused route to the relevant code, boundaries, and verified change history.

Install it with the standard Agent Skills CLI:

```bash
npx skills@latest add gviiisen/repo-context-ledger --skill repo-context-ledger
```

View full repository on GitHub →