ClaudeSuperPower

index

Skill

Use when the user wants to create, list, describe, or drop indexes on Milvus collections.

Install

git clone https://github.com/zilliztech/zilliz-plugin.git ~/.claude/skills/index

What is index?

Use when the user wants to create, list, describe, or drop indexes on Milvus collections.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~22 tokens of context used while enabled, before you invoke anything

Documentation

README · ~1 min read

Prerequisites

  1. CLI installed, logged in, and cluster context set (see setup skill).
  2. Target collection must exist (see collection skill).

Commands Reference

All index commands accept an optional --database <db-name> flag. If omitted, the database from the current context is used.

Create an Index

zilliz index create --collection <collection-name>
# Optional: --database <database-name>
# Or use raw JSON: --body '{"indexParams": [{"fieldName": "vector", "indexType": "AUTOINDEX", "metricType": "COSINE"}]}'

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.