How 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.
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"
})
npx claudepluginhub c-0711/gitchain-plugin2plugins reuse this skill
First indexed Mar 25, 2026
Manages knowledge base ingestion, sync, and retrieval across local files, MCP memory, vector stores, and Git repos. Use for saving, organizing, deduplicating, or searching knowledge.
Orchestrates knowledge workflow after commits, pushes, PRs, or decisions: triages context, syncs existing docs, captures new items with topology hints to keep docs accurate.
Enables GitHub repository operations (read, write, commit, PR) from Claude.ai chat for cross-session state management.