By iliaal
Claude Code integration for CodeSage, a Rust-based code intelligence engine. Provides slash commands for onboarding a project (init + index + global MCP registration + git hooks + agent hint), reset, incremental reindex with model-mismatch cleanup, and retrieval benchmarking. A single global MCP server serves every onboarded project, routed by an absolute `project` argument on each call.
Run CodeSage retrieval benchmarks on all corpora, save timestamped scorecards, print a summary
Evaluate CodeSage effectiveness on a project by mining session-based eval cases and running the bench runner
Onboard a project to CodeSage (global MCP registration, init, index, git hooks, agent hint)
Force an incremental codesage re-index (use when git hooks didn't fire). Auto-cleans orphan vec tables if the config model has changed.
Drop a project's CodeSage index and rebuild from scratch (use after settings changes, device switches, or corruption)
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub iliaal/codesage --plugin codesage-toolsClaude Code integration for cocoindex-code (ccc). Slash commands for onboarding, reset, and re-index; git hook installer for automatic incremental indexing; standard exclude presets that avoid common retrieval noise (tests, plans, compiled views, ML embedding data).
Local codebase intelligence + change-safety gates for coding agents. Pre-indexes your repo's symbols, call graph, deps, and git history into SQLite (28 languages, 100% local, zero API keys), then exposes a lean 16-tool MCP core preset: graph-precise search, callers/impact blast radius, coupling, dead code, taint reachability, and pre-merge verify/critique gates that catch regressions, broken references, AI-slop duplication, and convention drift before they ship.
Graph-first code intelligence for AI agents. SurrealDB knowledge graph + 52 MCP tools replace Read/Grep/Glob with deterministic graph traversal. 80–95% fewer tokens on code context. Rust-native, fully local.
Tree-sitter backed code indexing and retrieval for Claude Code. Precise function extraction, cross-file callers, test discovery, and scope-aware grep.
Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 8 coding-agent harnesses, content-addressed Fjall + LanceDB.
Local-first hybrid semantic code search with dependency graphs and cross-repo search. Powered by CocoIndex, Tree-sitter, pgvector, and Ollama.
Semantic code intelligence -- symbol navigation, cross-reference analysis, and structural code understanding powered by tree-sitter