RepoGraphSkill+ banner
ktryk12 ktryk12

RepoGraphSkill+

Development community

Description

You are refactoring and extending an existing local code intelligence platform called RepoGraph. ## Context RepoGraph is a **local code intelligence platform for AI coding agents**. It analyzes a repository with Tree-sitter, builds a persistent knowledge graph, and exposes that graph via a REST API and MCP server. Consumers such as Claude Code, Codex, ekstern agentplatform and NewModel fetch structural context from RepoGraph — RepoGraph itself **never calls any LLM**. Current architecture:

Installation

Installs to ~/.claude/skills/ktryk12-repograph-repographskill-/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ktryk12-repograph-repographskill- && curl -fsSL https://raw.githubusercontent.com/ktryk12/RepoGraph/HEAD/.claude/skills/RepoGraphSkill+.md -o ~/.claude/skills/ktryk12-repograph-repographskill-/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository