By Sceleratis
Efficient context management with chunked conversation summarization
Personal marketplace for Claude Code plugins, agents, and extensions.
This repository serves as a custom marketplace for Claude Code, providing a centralized location for installing and managing personal plugins and extensions.
claude-code-stuff/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry
├── plugins/
│ ├── claude-mem/ # Memory compression plugin
│ └── context-manager/ # Context summarization plugin
└── README.md
Persistent memory system for Claude Code
Automatically captures tool usage, generates semantic summaries, and restores context across sessions. Features include:
Tech Stack: TypeScript, Node.js 18+, SQLite3, Express.js, PM2, Claude Agent SDK
License: AGPL-3.0
Efficient context management with chunked conversation summarization
Solves the problem of Claude Code's /compact failing on large conversations by using chunked, recursive summarization. Features include:
.claude/context/ with timestamps/compact failsTech Stack: TypeScript, Node.js 18+, Anthropic SDK
License: MIT
# Install from local path
claude plugin install /path/to/claude-code-stuff
# Or install from GitHub (when published)
claude plugin install https://github.com/Sceleratis/claude-code-stuff
# Navigate to the marketplace directory
cd claude-code-stuff
# Install specific plugin
claude plugin install ./plugins/claude-mem
To add a new plugin to this marketplace:
plugins/your-plugin-name/plugins/your-plugin-name/plugin/.claude-plugin/marketplace.json:{
"plugins": [
{
"name": "your-plugin-name",
"version": "1.0.0",
"source": "./plugins/your-plugin-name/plugin",
"description": "Your plugin description"
}
]
}
Each plugin in this marketplace maintains its own:
src/)scripts/)package.json)README.md, CLAUDE.md)Build plugins individually:
cd plugins/your-plugin-name
npm install
npm run build
.claude-plugin/ - Marketplace configuration and registryplugins/ - Individual plugin directories.claude/memory/ - Development notes and migration docsREADME.md - This fileLICENSE - Repository license.gitignore - Git ignore patternsSee individual plugin licenses. Main repository uses the same license structure.
Sceleratis
This is a personal marketplace. Feel free to fork and adapt for your own use.
For issues with specific plugins, see their individual documentation:
For marketplace structure issues, open an issue in this repository.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub Sceleratis/claude-code-stuff --plugin context-managerPersistent memory system for Claude Code - seamlessly preserve context across sessions
This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.
Rolling context compression - old messages get summarized, recent messages stay verbatim. Never hit the context wall.
Lossless context management — DAG-based summarization that preserves every message
The highest-accuracy memory system for AI agents — 100% retrieval on LongMemEval. 14 content-aware summarizers, hybrid search (BM25 + vector + LLM judge), entity intelligence, decision trails. Fully local, zero cost.
Continuous memory for Claude Code. Extracts, summarizes, and compresses conversations into tiered daily logs. Claude remembers what you did yesterday.
Vault your Claude conversations. Captures session decisions, artifacts, and context across Code, Cowork, and Chat. Organizes memory by project, skill, and persona. Never re-explain yourself again.