ccg-rag

Community

Understand codebases, find answers fast.

Authorphuongrealmax
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Navigating large or unfamiliar codebases to find specific functionalities or related patterns can be time-consuming and inefficient. This Skill provides intelligent, semantic search capabilities to quickly understand code and documentation, saving developers valuable time.

Core Features & Use Cases

  • Semantic Code Search: Find code by describing its functionality (e.g., "authentication middleware"), not just keywords, for more relevant results.
  • Pattern Search: Discover similar code implementations across your codebase (e.g., "functions similar to validateUser"), promoting consistency and reuse.
  • Documentation Search: Retrieve relevant documentation (e.g., "API documentation for payments") using natural language queries, centralizing knowledge access.
  • Knowledge Graph: Understand function call relationships, import/export dependencies, and type hierarchies, providing a deeper insight into codebase structure.
  • Use Case: Imagine joining a new project and needing to quickly understand the authentication flow. Use CCG-RAG to semantically query "user authentication login session" and instantly get relevant code files and documentation, saving days of manual exploration and onboarding time.

Quick Start

Find all code related to user authentication using CCG-RAG.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ccg-rag
Download link: https://github.com/phuongrealmax/claude-code-guardian/archive/main.zip#ccg-rag

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository