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.
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.
npx claudepluginhub Sceleratis/claude-code-stuff --plugin context-managerPersistent memory system for Claude Code - seamlessly preserve context across sessions
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.
Persistent conversation memory with semantic search, session continuity detection, cross-project intelligence, and predictive context injection. Zero-dependency 45MB Rust binary with local embeddings — no API keys, no Docker, sub-millisecond search.
Use Memind as persistent memory for Claude Code sessions.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification