pinecone-io

93 mods across 10 repositories, 281 stars between them.

review-prompt-eng

73

pinecone-io/rings

Agent Claude Code

Reviews plans and specs from the perspective of an experienced prompt engineer. Use when evaluating completion signal robustness, template variable utility, context continuity between phases, prompt hygiene, iteration dynamics, and whether the workflow primitives enable effective prompts.

5 15d ago A 49 tokens original Apache-2.0

review-reliability

74

pinecone-io/rings

Agent Claude Code

Reviews plans and specs from the perspective of a reliability and performance engineer. Use when evaluating failure atomicity, retry semantics, timeout coverage, resource exhaustion handling, concurrent access safety, and large-scale behavior.

5 15d ago A 45 tokens original Apache-2.0

review-scripter

75

pinecone-io/rings

Agent Claude Code

Reviews plans and specs from the perspective of a power user who automates everything with shell scripts. Use when evaluating machine-readable output, exit code completeness, non-interactive operation, flag coverage gaps, and composability for scripted workflows.

5 15d ago A 51 tokens original Apache-2.0

review-security

76

pinecone-io/rings

Agent Claude Code

Reviews plans and specs from the perspective of a security engineer. Use when evaluating prompt injection risks, subprocess invocation safety, path traversal, credential exposure, file permissions, and information disclosure in error messages.

5 15d ago A 42 tokens original Apache-2.0

review-token-opt

77

pinecone-io/rings

Agent Claude Code

Reviews plans and specs from the perspective of someone focused on minimizing token usage and LLM costs. Use when evaluating what ends up in the context window, prompt construction efficiency, template variable utility, and missing token-saving primitives.

5 15d ago A 48 tokens original Apache-2.0

pinecone-io/rings

Agent Claude Code

Reviews plans and specs from the perspective of someone who actively designs, debugs, and iterates on rings workflows. Use when evaluating prompt authoring ergonomics, completion signal design, workflow debuggability, iteration speed, and whether rings gives authors enough feedback to know if their workflow is working.

5 15d ago A 64 tokens original Apache-2.0

build

79

pinecone-io/rings

Command Claude Code

Implement the next task from the TODO list.

5 15d ago A 0 tokens original Apache-2.0

idea

80

pinecone-io/rings

Command Claude Code

Capture a rough idea and append it to queues/IDEAS.md without evaluating or processing it.

5 15d ago A 0 tokens original Apache-2.0

plan

81

pinecone-io/rings

Command Claude Code

Draft and review an implementation plan for the next batch of prioritized features, then write it to TODO.md.

5 15d ago A 0 tokens original Apache-2.0

prioritize

82

pinecone-io/rings

Command Claude Code

Elect the next batch of high-priority features from the backlog into the priority queue.

5 15d ago A 0 tokens original Apache-2.0

process-ideas

83

pinecone-io/rings

Command Claude Code

Read rough ideas from queues/IDEAS.md, evaluate them against the existing specs, run them through the full review panel in parallel, then produce concrete spec proposals or new feature entries.

5 15d ago A 0 tokens original Apache-2.0

rings CLAUDE.md

84

pinecone-io/rings

Instructions file

Instructions for pinecone-io/rings, covering rings — development process, testing, code quality gates, commits and task tracking.

5 15d ago A 1,259 tokens original Apache-2.0

pinecone-assistant

85

pinecone-io/pinecone-cursor-plugin

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

1 18d ago A 71 tokens copy · 89% MIT

pinecone-cli

86

pinecone-io/pinecone-cursor-plugin

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…

1 18d ago A 74 tokens copy · 97% MIT

pinecone-docs

87

pinecone-io/pinecone-cursor-plugin

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.

1 18d ago A 51 tokens copy · 98% MIT

pinecone-io/pinecone-cursor-plugin

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 /…

1 18d ago A 152 tokens copy · 100% MIT

pinecone-help

89

pinecone-io/pinecone-cursor-plugin

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.

1 18d ago A 52 tokens copy · 86% MIT

pinecone-mcp

90

pinecone-io/pinecone-cursor-plugin

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…

1 18d ago A 80 tokens copy · 100% MIT

pinecone-n8n

91

pinecone-io/pinecone-cursor-plugin

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.

1 18d ago A 67 tokens copy · 97% MIT

pinecone-query

92

pinecone-io/pinecone-cursor-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…

1 18d ago A 72 tokens copy · 92% MIT

pinecone-quickstart

93

pinecone-io/pinecone-cursor-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…

1 18d ago A 79 tokens copy · 91% MIT