Skip to content

Commit df202f3

Browse files
rodion-mclaude
andcommitted
Clarify skill vs plugin recommendation in README
Recommend skills for most agents, plugin for Claude Code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cb016d7 commit df202f3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,18 @@ After setup, try these commands with your AI assistant:
4141

4242
For an even better experience, install the [CodeAlive Agent Skill](https://github.com/CodeAlive-AI/codealive-skills) alongside the MCP server. The MCP server gives your agent access to CodeAlive's tools; the skill teaches it the best workflows and query patterns to use them effectively.
4343

44+
**For most agents** (Cursor, Copilot, Gemini CLI, Codex, and [30+ others](https://agentskills.io/)) — install the skill:
45+
4446
```bash
4547
npx skills add CodeAlive-AI/codealive-skills@codealive-context-engine
4648
```
4749

48-
Works with Claude Code, Cursor, GitHub Copilot, Gemini CLI, Codex, and [30+ other agents](https://agentskills.io/).
50+
**For Claude Code** — install the plugin (recommended), which includes the skill plus Claude-specific enhancements:
51+
52+
```
53+
/plugin marketplace add CodeAlive-AI/codealive-skills
54+
/plugin install codealive@codealive-marketplace
55+
```
4956

5057
## Table of Contents
5158

0 commit comments

Comments
 (0)