By zhumon
LangChain Documentation MCP server for querying LangChain, LangGraph, and LangSmith docs
npx claudepluginhub ZhuMon/claude-code-hubs --plugin langchain-docsA Claude Code plugin marketplace containing multiple plugins.
Run in Claude Code:
/plugins marketplace add ZhuMon/claude-code-hubs
Serena MCP for semantic code operations, symbol manipulation, and project memory.
/plugins enable serena@zhumon-hubs
Features:
Smart git commit with conventional commits format.
/plugins enable commit@zhumon-hubs
Features:
--signoff for DCO complianceclaude-code-hubs/
├── .claude-plugin/
│ └── marketplace.json # Marketplace definition
├── plugins/
│ ├── serena/ # Serena plugin
│ │ ├── plugin.json
│ │ └── skills/serena/
│ └── commit/ # Commit plugin
│ ├── plugin.json
│ └── skills/commit/
└── commands/ # Shared slash commands
Run in Claude Code:
/plugins link /path/to/claude-code-hubs/plugins/serena
/plugins link /path/to/claude-code-hubs/plugins/commit
MIT
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Design patterns for the Langroid multi-agent LLM framework
OpenRAG agent skills: guided installation and SDK integration helpers.
LLM application development with RAG, embeddings, LangChain, and prompt engineering
Fast local documentation search with llms.txt indexing. Search 12K+ line docs in 6ms with line-accurate citations. One command (/blz) and one agent (@blz:blazer) for all documentation operations.
Hot-reloadable versioned prompts with easy tools for prompt engineering, chain workflows, quality gates. Symbolic syntax: >>prompt --> >>chain @framework :: 'gate'