Agent skills for CodeAlive — semantic code search and AI-powered codebase answers. Works with Claude Code, Codex, Antigravity, Cursor, OpenCode, Copilot, Windsurf, Gemini CLI, and other SKILL.md-compatible agents.
# CodeAlive Skills Agent skills and Claude Code plugin for [CodeAlive](https://app.codealive.ai) — install via [skills.sh](https://skills.sh/) or as a Claude Code plugin. ## Available Skills | Skill | Description | |-------|-------------| | [codealive-context-engine](skills/codealive-context-engine/) | Semantic code search and AI-powered codebase Q&A across indexed repositories | ## Installation > **Claude Code users:** the recommended installation method is [Option 2 (Plugin)](#option-2-claude-code-plugin) — it includes the skill plus authentication hooks and a code exploration subagent. ### Option 1: Skills (universal — 30+ agents) Works with Cursor, GitHub Copilot, Windsurf, Cursor CLI, Codex, Goose, Amp, Roo Code, OpenCode, OpenClaw, and [others](https://agentskills.io/). ```bash 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 | `.cursor/skills/` | `~/.cursor/skills/` | | Cursor | `.cursor/skills/` | `~/.cursor/skills/` | | GitHub Copilot | `.github/skills/` | `~/.cursor/skills/` | | Windsurf | `.windsurf/skills/` | `~/.codeium/windsurf/skills/` | | Cursor CLI | `.cursor/skills/` | `~/.cursor/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/` | ### Option 2: Claude Code Plugin For Claude Code users, this repository also serves as a plugin marketplace with Cursor-specific enhancements. ``` /plugin marketplace add CodeAlive-AI/codealive-skills /plugin install codealive@codealive-marketplace ``` ### Option 3: MCP Server For deeper integration, install the [CodeAlive MC
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.