Cxthub
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.
[](https://github.com/wnsdy95/cxthub/actions/workflows/ci.yml) [](https://github.com/wnsdy95/cxthub/releases) [](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 |
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git