Cxthub banner
wnsdy95 wnsdy95

Cxthub

Git community

Description

Git-native shared memory for coding agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

CXTHub

**Where the code goes, the context follows.**

Git-native shared memory for coding agents.

[![CI](https://github.com/wnsdy95/cxthub/actions/workflows/ci.yml/badge.svg)](https://github.com/wnsdy95/cxthub/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/wnsdy95/cxthub?display_name=tag&sort=semver)](https://github.com/wnsdy95/cxthub/releases) [![License](https://img.shields.io/github/license/wnsdy95/cxthub)](LICENSE)

[!WARNING] CXTHub is alpha software. Back up important data, review captured context before sharing it, and never rely on automatic secret scrubbing as your only security control.

The repository remembers the change. It should remember the reason.

Git preserves outcomes with extraordinary discipline: commits, diffs, branches, authors, and dates. The investigation and judgment that made those outcomes necessary still disappear inside temporary agent conversations.

CXTHub captures and versions the missing context alongside the code. A developer or agent can return to a branch, hand work to a teammate, or continue in another supported agent without reconstructing the reasoning from scratch.

It is not a chat archive, a project wiki, or a second workflow beside Git. It is a context layer that follows the lifecycle of the code.

No new workflow

CXTHub follows Git actions developers already use:

Git action CXTHub behavior
git commit Capture staged active agent sessions and link them to the commit
git switch / git checkout Restore the destination branch context
git switch -c / git checkout -b Seed a new context branch with main memory and the current session
git branch Create the corresponding context branch from the current context
git rebase / git commit --amend Track rewritten commit links
git stash / git stash pop Preserve