gitnexus-exploring by abhigyanpatwari/gitnexus
npx skills add https://github.com/abhigyanpatwari/gitnexus --skill gitnexus-exploring1. READ gitnexus://repos → 发现已索引的仓库
2. READ gitnexus://repo/{name}/context → 代码库概览,检查陈旧性
3. gitnexus_query({query: "<what you want to understand>"}) → 查找相关的执行流程
4. gitnexus_context({name: "<symbol>"}) → 深入探究特定符号
5. READ gitnexus://repo/{name}/process/{name} → 追踪完整的执行流程
如果第 2 步显示 "索引已陈旧" → 在终端中运行
npx gitnexus analyze。
- [ ] READ gitnexus://repo/{name}/context
- [ ] 使用 gitnexus_query 查询你想要理解的概念
- [ ] 查看返回的流程(执行流程)
- [ ] 对关键符号使用 gitnexus_context 查看调用者/被调用者
- [ ] READ 流程资源以获取完整的执行追踪
- [ ] 阅读源文件以获取实现细节
| 资源 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 你将获得 |
|---|
gitnexus://repo/{name}/context | 统计信息,陈旧性警告(约 150 个词元) |
gitnexus://repo/{name}/clusters | 所有功能区域及其内聚度分数(约 300 个词元) |
gitnexus://repo/{name}/cluster/{name} | 区域成员及其文件路径(约 500 个词元) |
gitnexus://repo/{name}/process/{name} | 逐步执行追踪(约 200 个词元) |
gitnexus_query — 查找与某个概念相关的执行流程:
gitnexus_query({query: "payment processing"})
→ Processes: CheckoutFlow, RefundFlow, WebhookHandler
→ Symbols grouped by flow with file locations
gitnexus_context — 符号的 360 度视图:
gitnexus_context({name: "validateUser"})
→ Incoming calls: loginHandler, apiMiddleware
→ Outgoing calls: checkToken, getUserById
→ Processes: LoginFlow (step 2/5), TokenRefresh (step 1/3)
1. READ gitnexus://repo/my-app/context → 918 symbols, 45 processes
2. gitnexus_query({query: "payment processing"})
→ CheckoutFlow: processPayment → validateCard → chargeStripe
→ RefundFlow: initiateRefund → calculateRefund → processRefund
3. gitnexus_context({name: "processPayment"})
→ Incoming: checkoutHandler, webhookHandler
→ Outgoing: validateCard, chargeStripe, saveTransaction
4. Read src/payments/processor.ts for implementation details
每周安装量
48
仓库
GitHub 星标数
11.8K
首次出现
2026年2月25日
安全审计
安装于
github-copilot47
codex47
amp47
kimi-cli47
gemini-cli47
cursor47
1. READ gitnexus://repos → Discover indexed repos
2. READ gitnexus://repo/{name}/context → Codebase overview, check staleness
3. gitnexus_query({query: "<what you want to understand>"}) → Find related execution flows
4. gitnexus_context({name: "<symbol>"}) → Deep dive on specific symbol
5. READ gitnexus://repo/{name}/process/{name} → Trace full execution flow
If step 2 says "Index is stale" → run
npx gitnexus analyzein terminal.
- [ ] READ gitnexus://repo/{name}/context
- [ ] gitnexus_query for the concept you want to understand
- [ ] Review returned processes (execution flows)
- [ ] gitnexus_context on key symbols for callers/callees
- [ ] READ process resource for full execution traces
- [ ] Read source files for implementation details
| Resource | What you get |
|---|---|
gitnexus://repo/{name}/context | Stats, staleness warning (~150 tokens) |
gitnexus://repo/{name}/clusters | All functional areas with cohesion scores (~300 tokens) |
gitnexus://repo/{name}/cluster/{name} | Area members with file paths (~500 tokens) |
gitnexus://repo/{name}/process/{name} | Step-by-step execution trace (~200 tokens) |
gitnexus_query — find execution flows related to a concept:
gitnexus_query({query: "payment processing"})
→ Processes: CheckoutFlow, RefundFlow, WebhookHandler
→ Symbols grouped by flow with file locations
gitnexus_context — 360-degree view of a symbol:
gitnexus_context({name: "validateUser"})
→ Incoming calls: loginHandler, apiMiddleware
→ Outgoing calls: checkToken, getUserById
→ Processes: LoginFlow (step 2/5), TokenRefresh (step 1/3)
1. READ gitnexus://repo/my-app/context → 918 symbols, 45 processes
2. gitnexus_query({query: "payment processing"})
→ CheckoutFlow: processPayment → validateCard → chargeStripe
→ RefundFlow: initiateRefund → calculateRefund → processRefund
3. gitnexus_context({name: "processPayment"})
→ Incoming: checkoutHandler, webhookHandler
→ Outgoing: validateCard, chargeStripe, saveTransaction
4. Read src/payments/processor.ts for implementation details
Weekly Installs
48
Repository
GitHub Stars
11.8K
First Seen
Feb 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
github-copilot47
codex47
amp47
kimi-cli47
gemini-cli47
cursor47
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
118,000 周安装
通用发布工作流技能 - 支持多语言更新日志,自动检测项目配置
12,900 周安装
Firecrawl Search:支持内容抓取的网络搜索工具,JSON格式返回结果
13,400 周安装
Python测试模式指南:pytest、fixtures、模拟与TDD实战教程
13,300 周安装
Firecrawl Scrape:智能网页抓取工具,一键提取LLM优化Markdown内容
13,700 周安装
Gemini Web API 客户端:文本与图像生成工具,支持多轮对话和逆向工程API
13,400 周安装
Obsidian Bases 插件教程:创建自定义数据库视图,高效管理知识库笔记
13,700 周安装