An open API service indexing awesome lists of open source software.

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 ✨

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)) [![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex) if you like it!

![CocoIndex Skill-VEED](https://github.com/user-attachments/assets/31cdfac0-6ecc-4c36-b8c4-a1c99ceff176)

## 👉 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)