gitnexus-setup

Solid

Use when directly requested to install GitNexus.

AI & Automation 295 stars 57 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
86
Issue Health 10%
50
License 10%
100
Description 5%
100

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