What problem does it solve?
This Skill prevents slow, error-prone trial-and-error when working with a codebase knowledge graph by providing an MCP tools and Cypher reference that can be loaded before running graph-related tasks.
Core Features & Use Cases
- MCP Tool Catalog for Codebase Graph Work: Covers the available MCP tools (indexing, searching, schema discovery, tracing, and project lifecycle).
- Graph Schema Guidance: Defines the key edge types used in the knowledge graph so queries match the stored data model.
- Cypher Syntax Examples: Provides ready-to-adapt Cypher patterns for common node and relationship queries, including regex matching and edge filtering.
- Use Case: When asked to find all handler-related functions and follow their call relationships, load this reference first to ensure you use the correct tool names, edge types, and Cypher patterns without guessing parameters.
Quick Start
Load the codebase-memory-reference skill, then ask for the correct MCP tool sequence and Cypher query to answer your graph question.