
Connsulting Claude Code Plugins
- 1 repo stars
- Updated July 15, 2026
- Connsulting/claude-code-plugins
Connsulting Claude Code Plugins is a Claude Code plugin bundle that auto-logs and compounds substantive session work into Chroma-backed searchable knowledge for AI-assisted development.
About
Connsulting Claude Code Plugins is a small two-plugin repository aimed at developers who want their agent-assisted work to get smarter over time instead of resetting every thread. The described capabilities center on autologging substantive decisions and implementation work, extracting durable knowledge from sessions, and indexing it for hierarchical search—positioning ChromaDB-backed retrieval as the memory layer behind compounding learning. That pattern matters when you ship fast with Claude Code but lose rationale, edge cases, and prior fixes whenever context windows roll. Developers who already use Notion or similar knowledge scopes can treat the bundle as bridge tooling between live coding and a searchable system of record. Complexity is intermediate because you are wiring persistence, scopes, and search—not just invoking a single slash command. It is less about generating greenfield code and more about operationalizing what you already built with the agent. Use it when repeatability and recall across weeks of shipping matter more than a one-shot codegen shortcut.
- Bundle of 2 Claude Code plugins focused on learning compounding for AI-assisted development
- Auto-log and substantive work extraction from coding sessions into structured knowledge
- ChromaDB-backed hierarchical search over accumulated session context
- Optional Notion-oriented knowledge scope and retrieval patterns
- Keywords surface session logging, compounding, and cross-session search as first-class capabilities
Connsulting Claude Code Plugins by the numbers
- Data as of Jul 16, 2026 (Skillselion catalog sync)
/plugin install connsulting-claude-code-plugins@Connsulting/claude-code-pluginsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | July 15, 2026 |
| Repository | Connsulting/claude-code-plugins ↗ |
What it does
Install Connsulting’s two-plugin bundle to auto-log substantive Claude Code work into a Chroma-backed hierarchical knowledge system and compound learning across sessions.
Who is it for?
Best when you're running long Claude Code projects and want session memory, hierarchical search, and compounding notes without building a custom RAG pipeline from scratch.
Skip if: Skip if you only need ephemeral chat with no persistence, or developers and refuse local/vector store dependencies like ChromaDB.
What you get
After you register the bundle, substantive work can be extracted, indexed, and searched so later sessions build on a growing knowledge layer instead of starting cold.
- Searchable hierarchical knowledge index from logged sessions
- Repeatable autolog pipeline for substantive Claude Code work
- Cross-session context you can query instead of re-explaining
Recommended Plugins
How it compares
Session knowledge compounding plugins, not a generic skills.sh task skill or an MCP server catalog.
FAQ
Who is Connsulting Claude Code Plugins for?
and small-team developers using Claude Code who want autologged session substance turned into searchable, compounding project knowledge.
When should I use Connsulting Claude Code Plugins?
Use it once you are past single-session prototypes and need durable recall of decisions, implementations, and scoped knowledge across many coding sessions.
How do I add Connsulting Claude Code Plugins to my agent?
Add the Connsulting/claude-code-plugins repository as a Claude Code plugin source, install both bundled plugins, then configure ChromaDB-backed storage and any Notion or scope settings per each plugin’s README.