Armory
Source
Browse
Skills

cocoindex

Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install cocoindex --cli claude

writes the skill into.claude/skills/cocoindex/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/cocoindex/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.

When to use it

Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/cocoindex/SKILL.md -o .claude/skills/cocoindex/SKILL.md

Notes

Extracted from davila7/claude-code-templates, cocoindex category.