Claude Skills · Coding

Pinecone:full Text Search

pinecone-io/pinecone-claude-code-plugin

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 score_by clauses (text / query_string / dense_vector / sparse_vector), or compose with text-match filters ($match_phrase / $match_all / $match_any). Ships `scripts/ingest.py` for safe bulk ingestion (batch_upsert + error inspection + readiness polling); query construction is documented inline in this skill — write `documents.search(......

★ 67 Synced 7 hours ago View SKILL.md

At a glance

Coding Plugin install Python Actively maintained

This skill is for Coding and helps you build a full-text search index on pinecone, ingest documents into a pinecone fts index, and query a pinecone full-text search index.

Install /plugin marketplace add pinecone-io/pinecone-claude-code-plugin /plugin install pineconefull-text-search
Can use BashRead

Setup, runtime and requirements describe pinecone-io/pinecone-claude-code-plugin, the repo this skill ships in.

pineconefull-text-searchvector-databaseapiindexing

Also in pinecone-io/pinecone-claude-code-plugin

View the repo
Pinecone:assistant Productivity

Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync,...

Pinecone:cli DevOps & Infrastructure

Guide for using the Pinecone CLI (pc) to manage Pinecone resources from the terminal. The CLI supports ALL index types (standard, integrated...

Pinecone:docs Coding

Curated documentation reference for developers building with Pinecone. Contains links to official docs organized by topic and data format re...

Pinecone:help Productivity

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 ge...

Pinecone:mcp Coding

Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-inde...

Pinecone:n8n DevOps & Infrastructure

Build n8n workflows using the Pinecone Assistant node or Pinecone Vector Store node. Use when building RAG pipelines, chat-with-docs workflo...

Query integrated indexes using text with Pinecone MCP. IMPORTANT - This skill ONLY works with integrated indexes (indexes with built-in Pine...

Interactive Pinecone quickstart for new developers. Choose between two paths - Database (create an integrated index, upsert data, and query...

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Request Refactor Plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...