Help us improve
Share bugs, ideas, or general feedback.
From gitchain-github
Sync GitChain containers to a GitHub repository as structured JSON files
npx claudepluginhub c-0711/0711-tools --plugin gitchain-githubHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitchain-github:syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export GitChain containers to a GitHub repository as versioned JSON files.
Syncs workflow logs, process records, handoff documents, runtime state, and artifacts to per-project folders in a centralized GitHub workspace repo for clean targets and traceability.
Coordinates multi-repo swarms, synchronizes packages, and optimizes repository architecture across GitHub organizations. Use when changes span several repos or planning cross-repo work.
Syncs GitHub issues and PRs into a Distillery knowledge base as searchable, linkable entries. Useful for capturing traceable decisions alongside session notes.
Share bugs, ideas, or general feedback.
Export GitChain containers to a GitHub repository as versioned JSON files.
$ARGUMENTS for namespace and target reposearch to enumerate containers in the namespaceget to load each container (full data)containers/{namespace}/{identifier}.jsonINDEX.md with container listingcontainers/
├── bosch/
│ ├── INDEX.md ← Auto-generated catalog
│ ├── 7739617765.json ← Full container data
│ ├── 8738210257.json
│ └── ...
├── lightnet/
│ ├── INDEX.md
│ └── ...
└── SYNC_LOG.md ← Timestamp, counts, hashes
# GitChain Sync: [namespace]
**Repo:** github.com/[owner]/[repo]
**Containers synced:** [X] of [total]
**Commit:** [sha]
| Status | Count |
|--------|-------|
| Created | X |
| Updated | X |
| Unchanged | X |
Sync log: containers/SYNC_LOG.md