CodeAlive integrations for AI coding agents
npx claudepluginhub codealive-ai/codealive-skillsCodeAlive context engine for semantic code search and AI-powered codebase Q&A. Enables AI coding agents to understand entire codebases beyond just open files — search across all indexed repositories, trace cross-service dependencies, discover usage patterns, and get synthesized answers to architectural questions. Includes a lightweight code exploration subagent, authentication hooks, and multiple search modes (fast lexical, semantic, and deep cross-cutting). Works standalone or alongside the CodeAlive MCP server for direct tool access via the Model Context Protocol.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Agent skills and Claude Code plugin for CodeAlive — install via skills.sh or as a Claude Code plugin.
| Skill | Description |
|---|---|
| codealive-context-engine | Semantic code search and AI-powered codebase Q&A across indexed repositories |
Claude Code users: the recommended installation method is Option 2 (Plugin) — it includes the skill plus authentication hooks and a code exploration subagent.
Works with Cursor, GitHub Copilot, Windsurf, Gemini CLI, Codex, Goose, Amp, Roo Code, OpenCode, OpenClaw, and others.
npx skills add CodeAlive-AI/codealive-skills@codealive-context-engine
Or copy the skills/codealive-context-engine folder into your agent's skills directory:
| Agent | Project scope | User scope |
|---|---|---|
| Claude Code | .claude/skills/ | ~/.claude/skills/ |
| Cursor | .cursor/skills/ | ~/.cursor/skills/ |
| GitHub Copilot | .github/skills/ | ~/.copilot/skills/ |
| Windsurf | .windsurf/skills/ | ~/.codeium/windsurf/skills/ |
| Gemini CLI | .gemini/skills/ | ~/.gemini/skills/ |
| Codex | .codex/skills/ | ~/.codex/skills/ |
| Goose | .goose/skills/ | ~/.config/goose/skills/ |
| Amp | .agents/skills/ | ~/.config/agents/skills/ |
| Roo Code | .roo/skills/ | ~/.roo/skills/ |
| OpenCode | .opencode/skill/ | ~/.config/opencode/skill/ |
| OpenClaw | skills/ | ~/.openclaw/skills/ |
For Claude Code users, this repository also serves as a plugin marketplace with Claude-specific enhancements.
/plugin marketplace add CodeAlive-AI/codealive-skills
/plugin install codealive@codealive-marketplace
For deeper integration, install the CodeAlive MCP server — it gives your agent direct access to CodeAlive's tools via the Model Context Protocol. The skill and MCP server complement each other: the MCP server provides tool access, the skill teaches the agent how to use it effectively.
After installing the skill, run the interactive setup:
python setup.py
This will ask for your API key, verify it, and store it securely in your OS credential store.
The API key is resolved in this order:
CODEALIVE_API_KEY environment variable| Platform | Store | Manual command |
|---|---|---|
| macOS | Keychain | security add-generic-password -a "$USER" -s "codealive-api-key" -w "KEY" |
| Linux | Secret Service | secret-tool store --label="CodeAlive API Key" service codealive-api-key |
| Windows | Credential Manager | cmdkey /generic:codealive-api-key /user:codealive /pass:"KEY" |
The key is stored once and shared across all agents on the same machine.
Self-hosted instance: set CODEALIVE_BASE_URL env var to your instance URL.
Start your agent and ask naturally:
No special commands needed — the agent picks up the skill automatically.
MIT