pinecone-io

93 mods across 10 repositories, 281 stars between them.

pinecone:query

25

pinecone-io/pinecone-claude-code-plugin

Skill Claude CodeCodex

Query integrated indexes using text with Pinecone MCP. IMPORTANT - This skill ONLY works with integrated indexes (indexes with built-in Pinecone embedding models like multilingual-e5-large). For standard indexes or advanced vector operations, use the pinecone:cli skill instead. Requires PINECONEAPIKEY environment…

68 17d ago A 74 tokens original MIT

pinecone:quickstart

26

pinecone-io/pinecone-claude-code-plugin

Skill Claude CodeCodex

Interactive Pinecone quickstart for new developers. Choose between two paths - Database (create an integrated index, upsert data, and query using Pinecone MCP + Python) or Assistant (create a Pinecone Assistant for document Q&A). Use when a user wants to get started with Pinecone for the first time or wants a guided…

68 17d ago A 79 tokens original MIT

cultivar

27

pinecone-io/cultivar

Settings file Claude Code

Agent settings configuring hooks.

37 14d ago A tokens not measured copy · 100% MIT

workdir-smoke

28

pinecone-io/cultivar

Skill Claude CodeCodex

Placeholder skill used only to smoke-test the eval framework's workdir-capture mechanism. Not a real skill — delete once a real code-gen skill exists.

37 14d ago A 36 tokens original MIT

workdir-smoke

29

pinecone-io/cultivar

Skill Claude CodeCodex

Placeholder skill used only to smoke-test the eval framework's workdir-capture mechanism. Not a real skill — delete once a real code-gen skill exists.

37 14d ago A 36 tokens copy · 100% MIT

cultivar

30

pinecone-io/cultivar

Skill Claude CodeCodex

Drive the cultivar CLI to test whether an agent skill improves behavior — scaffold tasks, run with/without the skill across Claude/Copilot/Gemini (locally or on Modal), grade against a rubric, and read the results.

37 14d ago A 50 tokens original MIT

pinecone-io/gemini-cli-extension

Instructions file Gemini CLI

Instructions for pinecone-io/gemini-cli-extension, covering pinecone extension for gemini cli, available agent skills, key concepts & setup and available mcp tools.

23 17d ago A 569 tokens original MIT

assistant

32

pinecone-io/gemini-cli-extension

Skill Claude CodeCodex

Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync, chat, context retrieval, and list. Recognizes natural language like "create an assistant from my docs", "ask my assistant about X", or "upload my docs to Pinecone".

23 17d ago A 68 tokens original MIT

cli

33

pinecone-io/gemini-cli-extension

Skill Claude CodeCodex

Guide for using the Pinecone CLI (pc) to manage Pinecone resources from the terminal. The CLI supports ALL index types (standard, integrated, sparse) and all vector operations — unlike the MCP which only supports integrated indexes. Use for batch operations, vector management, backups, namespaces, CI/CD automation…

23 17d ago A 72 tokens copy · 95% MIT

help

34

pinecone-io/gemini-cli-extension

Skill Claude CodeCodex

Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill.

23 17d ago A 50 tokens original MIT

mcp

35

pinecone-io/gemini-cli-extension

Skill Claude CodeCodex

Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-index-for-model, upsert-records, search-records, cascading-search, and rerank-documents. Use when an agent needs to understand what Pinecone MCP tools are available, how to use them…

23 17d ago A 78 tokens copy · 98% MIT

pinecone-docs

36

pinecone-io/gemini-cli-extension

Skill Claude CodeCodex

Curated documentation reference for developers building with Pinecone. Contains links to official docs organized by topic and data format references. Use when writing Pinecone code, looking up API parameters, or needing the correct format for vectors or records.

23 17d ago A 51 tokens copy · 98% MIT

query

37

pinecone-io/gemini-cli-extension

Skill Claude CodeCodex

Query integrated indexes using text with Pinecone MCP. IMPORTANT - This skill ONLY works with integrated indexes (indexes with built-in Pinecone embedding models like multilingual-e5-large). For standard indexes or advanced vector operations, use the CLI skill instead. Requires PINECONEAPIKEY environment variable and…

23 17d ago A 68 tokens copy · 86% MIT

quickstart

38

pinecone-io/gemini-cli-extension

Skill Claude CodeCodex

Interactive Pinecone quickstart for new developers. Choose between two paths - Database (create an integrated index, upsert data, and query using Pinecone MCP + Python) or Assistant (create a Pinecone Assistant for document Q&A). Use when a user wants to get started with Pinecone for the first time or wants a guided…

23 17d ago A 76 tokens copy · 88% MIT

skills CLAUDE.md

39

pinecone-io/skills

Instructions file

Instructions for pinecone-io/skills, covering skills repo — authoring guidelines, generalization rules and linting.

15 17d ago A 517 tokens original MIT

pinecone-assistant

40

pinecone-io/skills

Skill Claude CodeCodex

Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync, chat, context retrieval, and list. Recognizes natural language like "create an assistant from my docs", "ask my assistant about X", or "upload my docs to Pinecone".

15 17d ago A 71 tokens copy · 97% MIT

pinecone-cli

41

pinecone-io/skills

Skill Claude CodeCodex

Guide for using the Pinecone CLI (pc) to manage Pinecone resources from the terminal. The CLI supports ALL index types (standard, integrated, sparse) and all vector operations — unlike the MCP which only supports integrated indexes. Use for batch operations, vector management, backups, namespaces, CI/CD automation…

15 17d ago A 74 tokens copy · 97% MIT

pinecone-docs

42

pinecone-io/skills

Skill Claude CodeCodex

Curated documentation reference for developers building with Pinecone. Contains links to official docs organized by topic and data format references. Use when writing Pinecone code, looking up API parameters, or needing the correct format for vectors or records.

15 17d ago A 51 tokens copy · 98% MIT

pinecone-io/skills

Skill Claude CodeCodex

Create, ingest into, and query a Pinecone full-text-search (FTS) index using the preview API (2026-01.alpha, public preview). Use when the user or agent asks to build a text search index on Pinecone, add dense or sparse vector fields, ingest documents, construct scoreby clauses (text / querystring / densevector /…

15 17d ago A 152 tokens copy · 100% MIT

pinecone-help

44

pinecone-io/skills

Skill Claude CodeCodex

Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill.

15 17d ago A 52 tokens original MIT

pinecone-mcp

45

pinecone-io/skills

Skill Claude CodeCodex

Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-index-for-model, upsert-records, search-records, cascading-search, and rerank-documents. Use when an agent needs to understand what Pinecone MCP tools are available, how to use them…

15 17d ago A 80 tokens copy · 100% MIT

pinecone-n8n

46

pinecone-io/skills

Skill Claude CodeCodex

Build n8n workflows using the Pinecone Assistant node or Pinecone Vector Store node. Use when building RAG pipelines, chat-with-docs workflows, configuring Pinecone nodes in n8n, troubleshooting Pinecone n8n nodes, or asking about best practices for Pinecone in n8n.

15 17d ago A 67 tokens copy · 94% MIT

pinecone-query

47

pinecone-io/skills

Skill Claude CodeCodex

Query integrated indexes using text with Pinecone MCP. IMPORTANT - This skill ONLY works with integrated indexes (indexes with built-in Pinecone embedding models like multilingual-e5-large). For standard indexes or advanced vector operations, use the pinecone-cli skill instead. Requires PINECONEAPIKEY environment…

15 17d ago A 72 tokens copy · 91% MIT

pinecone-quickstart

48

pinecone-io/skills

Skill Claude CodeCodex

Interactive Pinecone quickstart for new developers. Choose between two paths - Database (create an integrated index, upsert data, and query using Pinecone MCP + Python) or Assistant (create a Pinecone Assistant for document Q&A). Use when a user wants to get started with Pinecone for the first time or wants a guided…

15 17d ago A 79 tokens copy · 91% MIT