QE Code Intelligence

Construct knowledge graphs and enable semantic search for codebases.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/aquariuscook/Agent_Modus_Map --skill qe-code-intelligence-aquariuscook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QE Code Intelligence
Source: https://github.com/aquariuscook/Agent_Modus_Map/tree/main/.claude/skills/qe-code-intelligence
Command: npx skills add https://github.com/aquariuscook/Agent_Modus_Map --skill qe-code-intelligence-aquariuscook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill tackles the complexity of understanding large codebases by providing advanced tools for code analysis, semantic search, and dependency mapping, significantly reducing the cognitive load on developers.

Core Features & Use Cases

  • Knowledge Graph Construction: Builds a semantic understanding of your codebase.
  • Semantic Code Search: Finds code based on meaning, not just keywords.
  • Dependency Analysis: Maps relationships between code modules and files.
  • Token Reduction: Optimizes context retrieval for AI models, saving processing time and cost.
  • Use Case: When onboarding a new developer, use this Skill to quickly generate a knowledge graph of the project, allowing them to semantically search for specific functionalities and understand code dependencies without reading every line.

Quick Start

Use the qe-code-intelligence skill to index your codebase into a knowledge graph.

Frequently Asked Questions about QE Code Intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a knowledge graph for my codebase to understand dependencies?

To build a knowledge graph for codebase dependency understanding, use automated parsing and graph traversal techniques to map module relationships. This generates a semantic structure of your code, reducing cognitive load and enabling efficient code navigation without reading every line.

What is semantic code search and how does it differ from keyword search?

Semantic code search finds code based on meaning rather than exact keywords by leveraging embedding generation. This approach retrieves relevant code context and functionalities by understanding the intent behind the query, significantly improving code search accuracy in large projects.

How can I reduce token usage when providing code context to AI models?

You can reduce token usage for AI models through context retrieval optimization. By indexing your codebase into a knowledge graph and using semantic search, you retrieve only the most relevant code snippets, saving processing time and cost in AI-driven development workflows.

Can I map relationships between code modules without reading the entire codebase?

Yes, you can map relationships between code modules without reading the entire codebase through automated dependency analysis. This process leverages advanced parsing to extract module interactions and visualizes them, allowing new developers to quickly understand code dependencies.

Does this code intelligence approach work for large codebase onboarding?

Yes, this code intelligence approach works effectively for large codebase onboarding. By generating a project knowledge graph and facilitating semantic search, new developers can quickly locate specific functionalities and understand structural dependencies, significantly reducing onboarding time.