Context-Engine
Semantic code search, symbol navigation, and persistent memory
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core