Releases: CodeAlive-AI/codealive-skills
Releases · CodeAlive-AI/codealive-skills
v1.2.1 — Fix explore.py crash
Bug Fix
- Fix explore.py TypeError: All 5 exploration modes (
understand,dependency,pattern,implement,debug) were passing an invalidinclude_contentparameter toclient.search(), causing aTypeErroron every invocation. Removed the parameter from all calls.
v1.2.0 — Search output improvements & OpenClaw support
What's New
- Search output improvements — snippet fallback shown when description is absent; misleading relevance score removed from output
- Real line numbers —
fetch_artifactsnow usesstartLinefrom API response for accurate line numbers - OpenClaw support — added to supported agents list and install paths table
Install / update
Plugin (Claude Code):
/plugin marketplace add CodeAlive-AI/codealive-skills
/plugin install codealive@codealive-marketplace
Skill (Claude Code, Cursor, Codex, OpenClaw, and 30+ others):
npx skills add CodeAlive-AI/codealive-skills@codealive-context-engine
v1.1.0 — Plugin manifest & fetch_artifacts support
What's New
- Fetch Artifacts tool — new
fetch.pyscript to retrieve full source code content for search results from external repositories - Description detail control — replaced
--include-contentwith--description-detail short|fullfor finer control over search result verbosity - Plugin manifest — added
plugin.jsonfor Anthropic plugin directory submission - Plugin version bump —
plugin.jsonversion →1.1.0 - Improved README — recommended plugin installation for Claude Code users
Bug Fixes
- Fixed duplicate skill registration when installed as both skill and plugin
Install / update
Plugin (Claude Code):
/plugin marketplace add CodeAlive-AI/codealive-skills
/plugin install codealive@codealive-marketplace
Skill (Claude Code, Cursor, Codex, etc.):
npx skills add CodeAlive-AI/codealive-skills@codealive-context-engine
v1.0.0
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-explorersubagent — 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-engineClaude Code plugin:
/plugin marketplace add CodeAlive-AI/codealive-skills
/plugin install codealive@codealive-marketplace
Setup:
python setup.pyGet your API key at app.codealive.ai/settings/api-keys.