Index your local codebase into a SurrealDB knowledge graph and query it via natural language, SurrealQL, or MCP tools to trace function callers/callees, analyze change impacts, list file entities, fetch stats, search symbols, and audit graph health. Refresh indexes after changes and ingest external docs for cross-referenced insights, enabling precise, token-efficient AI-driven code intelligence.
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeAutonomous research loop. Takes a topic, runs web searches, fetches sources, synthesizes findings, and files everything into the knowledge graph. Based on Karpathy's autoresearch pattern. Triggers on: "/autoresearch", "research [topic]", "deep dive into [topic]", "investigate [topic]", "find everything about [topic]", "go research".
Code intelligence engine — query knowledge graphs, find functions, trace callers, analyze impact. Use when user asks about code structure, dependencies, function relationships, or wants to understand a codebase.
Ask a natural language question about the codebase. Translates to graph queries automatically. Use when user asks questions in Turkish or English about code structure.
Find all callers of a function. Use when user asks who calls a function, wants to trace call chains, or asks about function usage.
List all entities (functions, classes, imports, configs) in a specific file. Use when user asks what's in a file, wants a file overview, or asks about file contents.
Analyze the impact of changing a function. Shows callers, dependencies, and affected files. Use when user asks what happens if they change or refactor something.
Re-index the current codebase with Codescope. Use when the user wants to refresh the knowledge graph after code changes.
Execute a raw SurrealQL query on the knowledge graph. Use for advanced queries, custom reports, or when other tools are not specific enough.
Search functions in the Codescope knowledge graph. Use when user wants to find functions, methods, or symbols by name pattern.
Show codebase statistics from the Codescope knowledge graph. Use when user asks how many functions, classes, files, or wants a project overview.
Check for Codescope updates and install the latest version. Self-update mechanism.
Ingest any source (file, URL, image) into the codescope knowledge graph. Extracts entities, concepts, claims, and cross-references them with existing code entities. Triggers on: "ingest this", "add to knowledge base", "read and file", "process this source", "ingest [url]", "wiki ingest".
Health check the knowledge graph. Finds orphan nodes, missing cross-references, stale claims, unresolved contradictions, and knowledge gaps. Triggers on: "lint the wiki", "knowledge health", "check knowledge base", "wiki lint", "find orphans".
Query the knowledge graph for answers. Searches knowledge entities, claims, sources, and cross-references with code. Cites specific graph nodes, not training data. Triggers on: "what do we know about", "query knowledge", "check the wiki", "knowledge search".
Share bugs, ideas, or general feedback.
AST knowledge graph for intelligent code navigation — auto-indexes your codebase and provides semantic search, call graph traversal, HTTP route tracing, and impact analysis via MCP tools
Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode
Codebase search and context retrieval using hybrid semantic/lexical search with neural reranking
AI-powered codebase understanding assistant. Learn design patterns, analyze impact, trace code flows, and understand any codebase through information theory principles. Includes 6 Agent Skills for automatic analysis triggering.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer