By n24q02m
Persistent incremental knowledge graph for token-efficient code reviews
npx claudepluginhub n24q02m/claude-plugins --plugin better-code-review-graphSafety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.
Review uncommitted changes using impact analysis. Quick local delta review with blast-radius detection.
Comprehensive PR review -- full branch diff against base, commit-by-commit analysis, breaking change detection, conventional commit verification.
7 MCP servers for Claude Code, Codex, and other AI coding agents.
/plugin marketplace add n24q02m/claude-plugins
/plugin install <plugin-name>@n24q02m-plugins
Or browse all plugins: run /plugin and go to the Discover tab.
| Plugin | Category | Description | Env Vars |
|---|---|---|---|
| wet-mcp | Research | Web search, content extraction, media download | API_KEYS (optional) |
| mnemo-mcp | Productivity | Persistent AI memory across sessions | API_KEYS (optional) |
| better-notion-mcp | Productivity | Notion API — 9 tools, ~95% coverage | NOTION_TOKEN |
| better-email-mcp | Communication | Email IMAP/SMTP — multi-account | EMAIL_CREDENTIALS |
| better-telegram-mcp | Communication | Telegram dual-mode (Bot + MTProto) — messages, chats, media | TELEGRAM_BOT_TOKEN |
| better-godot-mcp | Development | Godot Engine — 17 composite tools for game dev | GODOT_PATH (optional) |
| better-code-review-graph | Development | Knowledge graph for code reviews | API_KEYS (optional) |
After installing, configure env vars in ~/.claude/settings.local.json under the env block, or export in your shell profile. Plugins that need credentials (email, telegram, notion stdio) require them to function. Others (wet, mnemo, CRG) work in local mode without API keys.
API_KEYS=GOOGLE_API_KEY:xxx,COHERE_API_KEY:yyy
Or use a LiteLLM proxy:
LITELLM_PROXY_URL=http://your-litellm:4000
TELEGRAM_BOT_TOKEN=123456:ABC-DEF...
EMAIL_CREDENTIALS=user@gmail.com:app-password
Multiple accounts: user1@gmail.com:pass1,user2@outlook.com:pass2
NOTION_TOKEN=ntn_xxx
Get your token from notion.so/my-integrations.
Each plugin includes skills (slash commands):
| Plugin | Skills |
|---|---|
| wet-mcp | /fact-check, /compare |
| mnemo-mcp | /session-handoff, /knowledge-audit |
| better-telegram-mcp | /setup-bot, /channel-post |
| better-code-review-graph | /review-delta, /review-pr, /refactor-check |
| better-notion-mcp | /organize-database, /bulk-update |
| better-email-mcp | /inbox-review, /follow-up |
| better-godot-mcp | /build-scene, /debug-issue, /add-mechanic |
Each plugin works with any MCP client. Run directly:
Python plugins (uvx / pipx / docker):
uvx --python 3.13 wet-mcp
uvx --python 3.13 mnemo-mcp
uvx --python 3.13 better-telegram-mcp
uvx --python 3.13 better-code-review-graph
TypeScript plugins (npx / bunx / docker):
npx -y @n24q02m/better-notion-mcp
npx -y @n24q02m/better-email-mcp
npx -y @n24q02m/better-godot-mcp
Add to any MCP client's settings.json:
{
"mcpServers": {
"wet": {
"command": "uvx",
"args": ["--python", "3.13", "wet-mcp"]
}
}
}
MIT
Persistent incremental knowledge graph for token-efficient, context-aware code reviews with Claude Code
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Collection of Claude Code skills, MCP servers, and hooks for enhanced productivity
AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.
Pull request review, issue resolution, and Graphite stack management
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.