https://github.com/cocoindex-io/cocoindex-claude
✨ CocoIndex Claude Code Skill ✨
https://github.com/cocoindex-io/cocoindex-claude
claude-code claude-skills cocoindex data etl
Last synced: about 18 hours ago
JSON representation
✨ CocoIndex Claude Code Skill ✨
- Host: GitHub
- URL: https://github.com/cocoindex-io/cocoindex-claude
- Owner: cocoindex-io
- License: apache-2.0
- Created: 2025-10-20T22:34:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-05-29T01:34:26.000Z (about 2 months ago)
- Last Synced: 2026-06-21T06:24:51.538Z (24 days ago)
- Topics: claude-code, claude-skills, cocoindex, data, etl
- Homepage:
- Size: 63.5 KB
- Stars: 71
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CocoIndex Claude Code Skill
A Claude Code skill for developing with the [CocoIndex library](https://github.com/cocoindex-io/cocoindex) - build data transformation pipelines, create custom functions, and operate flows via CLI or API.
Star [CocoIndex]((https://github.com/cocoindex-io/cocoindex)) [](https://github.com/cocoindex-io/cocoindex) if you like it!

## 👉 Use the canonical skill for CocoIndex v1
The canonical, up-to-date skill for **CocoIndex v1** lives in the main CocoIndex repo:
**https://github.com/cocoindex-io/cocoindex/tree/main/skills/cocoindex**
The recommended way to install it is with [`npx skills`](https://www.npmjs.com/package/skills):
```
npx skills install github:cocoindex-io/cocoindex/skills/cocoindex
```
Please use that skill — it tracks the latest CocoIndex API and is actively maintained.
## Legacy plugin installation
The plugin-marketplace install below remains available, but the upstream skill above is preferred:
```
/plugin marketplace add cocoindex-io/cocoindex-claude
/plugin install cocoindex-skills@cocoindex
```
## What is CocoIndex?
CocoIndex is an ultra-performant real-time data transformation framework for AI with incremental processing. It enables building indexing flows that extract data from sources, apply transformations, and export to targets like vector databases and knowledge graphs.
Learn more at [github.com/cocoindex-io/cocoindex](https://github.com/cocoindex-io/cocoindex)