By theaichimera
Persistent learning system that remembers decisions, preferences, and evolving understanding across Claude Code sessions, enabling context-aware development without repeating context.
Track and search what you (or others) have done — GitHub activity, issues, PRs, commits
Quick reference card for all Project Intelligence commands
Discover all installed plugins, skills, and commands available in this environment
Track evolving understanding of a topic through a sequence of documents
Search episodic memory - sessions, progressions, and documents across all projects
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A learning system for Claude Code that gets smarter within every project over time. Archives sessions, generates searchable summaries, synthesizes reusable skills, tracks how your understanding evolves through reasoning progressions, and syncs everything across machines via Git.
Claude Code sessions are ephemeral. Every new conversation starts from zero. Current memory mechanisms (MEMORY.md, CLAUDE.md) capture facts but lose the reasoning trail — why decisions were made, what dead ends were explored, how your understanding of a problem evolved through corrections and evidence. Patterns that emerge across sessions are never captured as reusable knowledge. And when you revisit a topic weeks later, you start from scratch instead of picking up where you left off.
Six interconnected systems:
/remember always use bun) and save important discoveries during long sessions (pi-checkpoint) before they're lost to context compaction. Both persist in the knowledge repo and are injected into future sessions.The tool is the plumbing. Your data is the value.
Your session history, skills, progressions, and accumulated project intelligence — that's private. It lives in your own Git repo, under your control, on your machines. Nobody sees it but you.
The tool that captures and retrieves that intelligence is commodity infrastructure. There's no competitive advantage in keeping the plumbing closed. The advantage is in what flows through it — and that's yours.
Open source means:
The value each team brings is their own accumulated intelligence — the reasoning chains, the corrections, the patterns extracted from their specific work. That's private by design. The tool that makes it searchable and injectable is better when it's open.
npx claudepluginhub theaichimera/claude-code-project-intelligenceMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques