Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub c-0711/gitchain-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitchain:pushThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create or update a container in the GitChain registry.
Manages a multi-layered knowledge system: save, organize, sync, deduplicate, and retrieve across local files, MCP memory, vector stores, and Git repos.
Manually pushes repo's .claude-memory/memory.db to self-hosted Fly.io dashboard via git-derived slug. Use after direct memory edits like add-fact or add-knowledge; /remember auto-pushes normally.
Orchestrates knowledge workflow after commits, pushes, PRs, or decisions: triages context, syncs existing docs, captures new items with topology hints to keep docs accurate.
Share bugs, ideas, or general feedback.
Create or update a container in the GitChain registry.
$ARGUMENTS for what to pushproduct — product data with specs, pricing, mediamemory — conversation context, decisions, notesknowledge — knowledge base entries, documentationagent — agent state, capabilities, configpush MCP toolmessage (like a git commit message)Push a product:
push({
type: "product",
namespace: "eaton",
identifier: "5SC750",
data: { name: "Eaton 5SC 750VA UPS", specs: { ... } },
message: "Initial product data from catalog"
})
Save context:
push({
type: "memory",
namespace: "pope",
identifier: "eaton-analysis-2026-03",
data: { summary: "...", decisions: [...] },
message: "Session notes from Eaton vault analysis"
})