By ibytechaos
Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase.
npx claudepluginhub ibytechaos/claude --plugin gitnexusUse when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"
Use when the user wants to review a pull request, understand what a PR changes, assess risk of merging, or check for missing test coverage. Examples: "Review this PR", "What does PR #42 change?", "Is this PR safe to merge?"
Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"
精品 skills/plugins/MCP 集中管理。从顶级开源项目精选组装 + 自有插件。
git clone --recurse-submodules https://github.com/ibytechaos/claude.git
cd claude
make assemble # 从 external/ 精选组装到 dist/
make install # 安装到 ~/.claude/skills/
| 命令 | 作用 |
|---|---|
make assemble | 从 external/ 精选组装到 dist/ |
make install | 安装 dist/ 到 ~/.claude/skills/ |
make sync-project PROJECT=path | 同步 MCP 到指定项目 |
make list | 列出已组装/已安装内容 |
make update | 更新 submodules |
make clean | 清理 dist/ |
| 项目 | Stars | 用途 |
|---|---|---|
| everything-claude-code | 116k | 130+ skills, 30 agents, 60 commands |
| frontend-slides | 11.6k | HTML 演示文稿 |
| # | 项目 | Stars | 用途 |
|---|---|---|---|
| 1 | claude-plugins-official | 15k | Anthropic 官方插件市场 |
| 2 | superpowers | 123k | 方法论框架(TDD/调试/代码审查) |
| 3 | everything-claude-code | 116k | 130+ skills, 30 agents |
| 4 | claude-hud | 15k | 状态栏 HUD |
| 5 | ui-ux-pro-max-skill | — | UI/UX 设计 |
| 6 | frontend-slides | 11.6k | HTML 演示文稿 |
GitNexus knowledge graph: explore symbols, blast radius analysis, staleness detection hooks
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
5 methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search+fetch
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Analyze codebase architecture using first-principles thinking. Understand structure and design decisions.