Joeyeamigh Ccengram
joeyeamigh-ccengram is a Claude Code plugin for the Build phase that adds semantic code search and persistent vector memory so the agent can find and recall repo context across sessions.
Give Claude Code vector-backed semantic search and durable memory so long-running coding work stays grounded in your actual repo history.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install joeyeamigh-ccengram@JoeyEamigh/ccengramBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:JoeyEamigh/ccengram") and the paste-ready config with skillselion.get_install_config("plugin:JoeyEamigh/ccengram").
What it does
joeyeamigh-ccengram is a Claude Code plugin bundle centered on ccengram: semantic, embedding-based code search plus intelligent persistent memory for the agent. Solo builders shipping with Claude Code install it when a repo outgrows linear chat context—when you need to rediscover symbols, patterns, and prior decisions without re-pasting files or re-explaining architecture every session. The plugin emphasizes automatic capture and vector retrieval so Claude can ground answers in what already exists in the tree, not just the current prompt window. It fits indie and small-team workflows where one person jumps between features, refactors, and bugfixes and cannot maintain a manual knowledge base. Use it during active build and iteration when session limits and grep-only workflows slow you down; pair it with normal git history rather than treating it as a replacement for version control or formal docs.
Highlights
- Semantic code search via embeddings instead of exact-string grepping
- Persistent memory that survives across Claude Code sessions
- Automatic capture of relevant context from coding work
- Vector search tuned for navigating unfamiliar or large codebases
- Single-plugin bundle (pluginCount: 1) focused on memory category
Why builders use it
Claude Code forgets where things live and what you already decided once sessions get long or you switch tasks, so you waste time re-explaining the codebase.
After install, Claude Code can search and retain embedding-backed code context so follow-up work stays aligned with your real project structure and prior agent work.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is joeyeamigh-ccengram for?
It is for Claude Code users—especially solo builders—who want semantic code search and persistent memory instead of relying on grep and pasted snippets every session.
When should I use joeyeamigh-ccengram?
Use it when you are actively building or iterating in a codebase where rediscovering files, APIs, and past agent decisions is slowing you down.
How do I add joeyeamigh-ccengram to my agent?
Install the plugin from the JoeyEamigh/ccengram repository into your Claude Code plugins setup, enable it for your project, and let automatic capture index context as you work.
Comments
Share how you use joeyeamigh-ccengram, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.