By ibytechaos
Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase.
Use 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?"
Executes bash commands
Hook triggers when Bash tool is used
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.
精品 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 演示文稿 |
npx claudepluginhub ibytechaos/claude --plugin gitnexusInteract with live Chrome browser sessions via Chrome DevTools Protocol - screenshots, accessibility snapshots, JS eval, navigation, clicking, typing and more
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
HTML presentation generator — 12 themes, animations, PDF export
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
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
Comprehensive Claude Code ecosystem plugin with official documentation management, meta-skills, development guidance, event logging, and observability hooks. Provides keyword-based doc discovery, doc_id resolution, token-optimized subsection extraction, authoritative knowledge hubs for hooks, memory, skills, MCP, configuration, security, subagents, plugins, and more. Includes comprehensive hook event logging, date/time injection, and file validation.
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow