@farhanaliraza/claude-context-local

by farhanaliraza · v1.0.0 · prompt

Claude Embedding Search is an intelligent code search system that uses Google's EmbeddingGemma model and AST-based chunking to provide semantic search capabilities for Python codebases, integrated wit

Install

Add @farhanaliraza/claude-context-local to Claude Code with the PolySkill CLI: polyskill add @farhanaliraza/claude-context-local

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview Claude Embedding Search is an intelligent code search system that uses Google's EmbeddingGemma model and AST-based chunking to provide semantic search capabilities for Python codebases, integrated with Claude Code via MCP (Model Context Protocol). ## Key Commands ### Development Setup ```bash # Install dependencies uv sync # Install in development mode uv sync --dev ``` ### Testing ```bash # Run all tests python tests/run_tests.py # Run specific test categorie…

Keywords: github, semantic-search, code-search, python-code, embedding-model, ast-chunking, intelligent-search, google-embedding, developer-tools