CodeAlive Context Engine
Semantic search, grep, and call-graph tracing across CodeAlive-indexed repos.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 28548f7
Every script but get_version.py hard-requires a CodeAlive account, indexed repos, and a stored API key (verified: datasources.py fails cleanly with a setup pointer, no key found) — the skill itself is clean and well-designed, but there's a real signup/indexing wall before it does anything.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 5/5
What CodeAlive Context Engine does
Wraps the CodeAlive SaaS API in stdlib-only Python scripts for semantic search, exact grep, artifact fetch, and call-graph/inheritance drilldown across repos indexed on the CodeAlive platform. Triggers when the user names CodeAlive, asks to list data sources/indexed repos, search code or docs across remote repos, or trace call graphs across repositories.
How to install CodeAlive Context Engine
git clone https://github.com/CodeAlive-AI/codealive-skills
cd codealive-skills
mkdir -p ~/.claude/skills
cp -r skills/codealive-context-engine ~/.claude/skills/codealive-context-engine
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger CodeAlive Context Engine
-
/codealive-context-engineSemantic search, grep, and call-graph tracing across CodeAlive-indexed repos.
It also activates on plain-language prompts like these:
-
Search our CodeAlive-indexed backend repo for how auth is implemented -
Trace the call graph for AuthService.login across our indexed repos -
List the data sources and repos we have indexed on CodeAlive
Frequently asked questions
- Is the CodeAlive Context Engine skill free?
- Yes. The skill itself is free from CodeAlive-AI/codealive-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does CodeAlive Context Engine work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Every script but get_version.py hard-requires a CodeAlive account, indexed repos, and a stored API key (verified: datasources.py fails cleanly with a setup pointer, no key found) — the skill itself is clean and well-designed, but there's a real signup/indexing wall before it does anything.
- What is the CodeAlive Context Engine SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 5/5.
- How do I install CodeAlive Context Engine?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use CodeAlive Context Engine with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.