Skip to content

Commit 7ea85d0

Browse files
authored
docs: add docs on how to install cocoindex skill for Claude Code (#1208)
1 parent 7b2323f commit 7ea85d0

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ pip install -U cocoindex
122122

123123
2. [Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one. CocoIndex uses it for incremental processing.
124124

125+
3. (Optional) Install Claude Code skill for enhanced development experience. Run these commands in [Claude Code](https://claude.com/claude-code):
126+
127+
```
128+
/plugin marketplace add cocoindex-io/cocoindex-claude
129+
/plugin install cocoindex-skills@cocoindex
130+
```
131+
125132
## Define data flow
126133

127134
Follow [Quick Start Guide](https://cocoindex.io/docs/getting_started/quickstart) to define your first indexing flow. An example flow looks like:

docs/docs/getting_started/installation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ If you don't have a Postgres database:
3535
docker compose -f <(curl -L https://raw.githubusercontent.com/cocoindex-io/cocoindex/refs/heads/main/dev/postgres.yaml) up -d
3636
```
3737

38+
## 🤖 Install Claude Code Skill (Optional)
39+
40+
If you're using [Claude Code](https://claude.com/claude-code), you can install the CocoIndex skill for enhanced development support. Run these commands in Claude Code:
41+
42+
```
43+
/plugin marketplace add cocoindex-io/cocoindex-claude
44+
/plugin install cocoindex-skills@cocoindex
45+
```
46+
47+
This provides specialized CocoIndex knowledge and workflow support within Claude Code.
48+
3849
## 🎉 All set!
3950

4051
You can now start using CocoIndex.

0 commit comments

Comments
 (0)