Skip to content

Releases: CodeAlive-AI/codealive-skills

v1.0.0

15 Feb 19:39

Choose a tag to compare

CodeAlive Skills v1.0.0

Agent skills and Claude Code plugin for CodeAlive — semantic code search and AI-powered codebase Q&A across indexed repositories.

What's Included

Skill: codealive-context-engine

  • Semantic search (search.py) — fast, low-cost code search across indexed repos
  • Chat with codebase (chat.py) — synthesized AI answers about architecture and patterns
  • Smart exploration (explore.py) — multi-step discovery workflows (understand, debug, implement, etc.)
  • Data sources (datasources.py) — list indexed repositories and workspaces

Claude Code Plugin

  • Authentication hook — warns about missing API key on session start
  • codealive-code-explorer subagent — lightweight Haiku-based iterative code exploration that saves main conversation context

Authentication

  • Interactive setup via python setup.py
  • API key stored in OS credential store (macOS Keychain / Linux secret-tool / Windows Credential Manager)
  • Clear error messages with setup instructions when key is missing

Installation

Universal (30+ agents):

npx skills add CodeAlive-AI/codealive-skills@codealive-context-engine

Claude Code plugin:

/plugin marketplace add CodeAlive-AI/codealive-skills
/plugin install codealive@codealive-marketplace

Setup:

python setup.py

Get your API key at app.codealive.ai/settings/api-keys.