Help us improve
Share bugs, ideas, or general feedback.
Persistent memory and code intelligence for Claude Code. Claude learns your preferences, remembers your codebase, anticipates your needs, and gets smarter over time. 150+ tools. Local-first. Zero configuration.
npx claudepluginhub genomewalker/cc-soulPersistent memory and code intelligence for Claude Code. Claude learns your preferences, remembers your codebase, anticipates your needs, and gets smarter over time. 150+ tools. Local-first. Zero configuration.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Share bugs, ideas, or general feedback.
Persistent memory and code intelligence for Claude Code.
Claude Code that learns how you work.
📖 Documentation & Architecture →
CC-soul gives Claude Code persistent memory across sessions. It learns your preferences, remembers your codebase structure, anticipates your needs, and gets smarter the more you use it. One command to install. Zero commands to operate.
thinking blocks for perception-change moments every 10 turns. Internal reasoning becomes a memory source.soul.db or chitta.duckdb and handles either without manual configuration.#ifdef __linux__. The daemon builds and runs on macOS.cat on files >500 lines is intercepted: a compact alternative runs instead and the original call is blocked (exit 2). Destructive commands (rm -rf /, dd to raw devices) are blocked outright. Output-type-aware recall: TestResults, BuildOutput, LogOutput routed separately.Without cc-soul:
You: "How should I handle caching?" Claude: [Generic answer] You: "No, we tried Redis already. Remember?" Claude: "I don't have context from previous sessions..."
With cc-soul:
You: "How should I handle caching?" Claude: "We tried Redis in week 2 and it was too slow. In-memory LRU worked better — that's what we shipped."
# 1. Register marketplace
claude marketplace add https://github.com/genomewalker/cc-soul
# 2. Install plugin
claude plugin add cc-soul@genomewalker-cc-soul
Or manual installation:
git clone https://github.com/genomewalker/cc-soul.git
cd cc-soul && ./scripts/smart-install.sh