Context-Engine-AIContext-Engine-AIOfficialยท2 Agent Skills Included

Context-Engine

Semantic code search, symbol navigation, and persistent memory

Searches codebases semantically with hybrid vector search and neural reranking to find implementations fast. Traces callers, definitions, importers, and cross-repo flows without slow manual grep or file digging. Stores and recalls project knowledge across sessions so coding assistants keep context between tasks. Runs batch queries to cut token usage and speed up multi-step code exploration.
npx skills add Context-Engine-AI/Context-Engine --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Context-Engine?โ–ผ

Run `npx skills add Context-Engine-AI/Context-Engine --all -g -y` in your terminal to install all skills in this suite globally.

How to search a codebase with natural language?โ–ผ

Use the unified search tool, which auto-detects your intent and routes to code search, Q&A, tests, config, or symbol lookups. It returns ranked results with code snippets and file locations.

How to find who calls a function?โ–ผ

Use the symbol_graph tool with the function name to list direct callers, callees, definitions, and importers. Increase the depth parameter to trace multi-hop call chains.

Does Context-Engine work with Claude Code and Cursor?โ–ผ

Yes. The skills follow the universal SKILL.md standard and work with Claude Code, Cursor, Codex, Windsurf, and other assistants that support custom instructions.

Can it search across multiple repositories?โ–ผ

Yes. The cross_repo_search tool queries multiple repos at once and can trace flows across service boundaries, such as frontend to backend calls.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’