gitnexus-setup
SolidUse when directly requested to install GitNexus.
AI & Automation 295 stars
57 forks Updated today Apache-2.0
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<gitnexus_setup>
<role>
Installation gate for GitNexus — runs two commands, verifies the MCP connection, and hands off to GitNexus's own auto-provisioned skills and documentation.
</role>
<when_to_use_skill>
Use ONLY during workspace initialization (Phase 6 of init-workspace-flow) or when the user explicitly asks to install GitNexus.
</when_to_use_skill>
<installation>
**Prerequisites:** Node.js 18+, npm.
**Step 1 — Index the repository:**
```bash
npx gitnexus@latest analyze --skip-agents-md
```
Indexes the codebase into `.gitnexus/` and auto-provisions editor-specific skills, hooks, and context files where supported.
Add `.gitnexus` to `.gitignore` — the index is local and not committed.
**Step 2 — Register the MCP server (one-time):**
```bash
npx gitnexus@latest setup
```
Auto-detects installed editors and writes the global MCP config.
**Step 3 — Verify:**
```
/mcp
```
GitNexus should appear as `gitnexus · ✔ connected`.
</installation>
<troubleshooting>
- **MCP not connecting:** Run `npx gitnexus@latest setup` again. For project-scoped config, add `.mcp.json` to the repo root with `{"mcpServers":{"gitnexus":{"type":"stdio","command":"gitnexus","args":["mcp"]}}}`.
- **`vector`/`fts` extension errors:** These download from a third-party CDN at index time and may fail on restricted networks. Core graph navigation still works without them.
- **Slow indexing:** ~5 min for a medium repo (~4k symbols). For very large repos, use `--worker-timeout 60` to increase worker ...
Details
- Author
- griddynamics
- Repository
- griddynamics/rosetta
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
aio-gitnexus
Install, configure, and manage the GitNexus code intelligence engine — index codebase, setup MCP, check status, troubleshoot, and document local git-hook auto-refresh for master-only workflows.
3 Updated 1 weeks ago
aiocean AI & Automation Solid
gitnexus-tools
Use when you need to select or call a GitNexus MCP tool and want the right tool with the right parameters. Consult before any GitNexus tool call.
295 Updated today
griddynamics AI & Automation Solid
gitnexus-cli
GitNexus CLI reference for npx commands — analyze, status, clean, wiki, list — with flags, effects, and when to run each.
295 Updated today
griddynamics