Personal marketplace for Claude Code plugins, agents, and extensions
npx claudepluginhub Sceleratis/claude-code-stuffPersistent memory system for Claude Code - seamlessly preserve context across sessions
Efficient context management with chunked conversation summarization
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
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.