Skip to content

chore(tooling): wire GitNexus + Graphify for Claude Code#93

Merged
BenSheridanEdwards merged 1 commit into
mainfrom
chore/wire-agent-tooling
Jul 5, 2026
Merged

chore(tooling): wire GitNexus + Graphify for Claude Code#93
BenSheridanEdwards merged 1 commit into
mainfrom
chore/wire-agent-tooling

Conversation

@BenSheridanEdwards

Copy link
Copy Markdown
Owner

What and why

Wires this repo for Claude Code with GitNexus (code-intelligence graph) and Graphify (knowledge-graph skill), so agents working in the repo get graph-aware navigation and impact analysis. Part of a consistent rollout across the personal repos.

  • .mcp.json — commits the GitNexus MCP server (npx -y gitnexus mcp), so it works with no global install.
  • .claude/skills/gitnexus/ — GitNexus skills (generated by gitnexus analyze).
  • CLAUDE.md / AGENTS.md — an Agent tooling section (Ponytail, GitNexus, Graphify) plus the auto-managed GitNexus context block.
  • .gitignore — ignores the local .gitnexus/ index, graphify-out/, and .claude/settings.local.json (machine-specific).

Proof

Docs + agent-tooling config only — no src, no public API, no runtime behaviour changes, so there is nothing to render. The GitNexus index was built locally to generate the committed skills/context (gitnexus analyze → repo indexed successfully); the index itself is gitignored, not committed.

Notes

  • Machine-specific GitNexus hooks and the Ponytail plugin stay in personal global config — not committed, to avoid leaking absolute paths.
  • The <!-- gitnexus:start/end --> block in CLAUDE.md is regenerated by gitnexus analyze; don't hand-edit inside it.

🤖 Generated with Claude Code

- .mcp.json: GitNexus MCP server via `npx -y gitnexus mcp` (no global install)
- .claude/skills/gitnexus/: GitNexus skills (generated by analyze)
- CLAUDE.md / AGENTS.md: Agent tooling section + GitNexus context block
- .gitignore: ignore .gitnexus/ index, graphify-out/, .claude/settings.local.json

Docs/config only — no source, API, or behaviour changes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@BenSheridanEdwards BenSheridanEdwards merged commit a9af7dd into main Jul 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant