hybrid-search hooks

307 tagged hybrid-search, measured the same way as everything else here.

Browse within: embeddings 12knowledge-base 8ai-memory 6codex-cli 6gemini-cli 6hooks 6agent-memory 5ai-assistant 5markdown 5

moss AGENTS.md

01

usemoss/moss

Instructions file CodexOpenCode

Instructions for usemoss/moss, covering agents.md, what this repo is, repository layout, integrations & cookbooks and framework cookbooks (examples/cookbook/).

669 +2 9d ago A 4,222 tokens original BSD-2-Clause

moss CLAUDE.md

02

usemoss/moss

Instructions file

Instructions for usemoss/moss: This repository's agent guidance is documented in AGENTS.md.

669 +2 9d ago A 17 tokens original BSD-2-Clause

moss-pikachu

03

usemoss/moss

Skill Claude CodeCodexCursor

Build and maintain Moss Pikachu, a macOS menu bar semantic file search app using Moss Python SDK (PyPI moss>=1.6.0), FSEvents, SwiftUI, and Pikachu pet animations. Use when working on MossPikachu, mossworker.py, FileMonitor, SearchService, menu bar overlay, or Moss integration in this repository.

669 +2 9d ago A 80 tokens original BSD-2-Clause

moss-search

04

usemoss/moss

Skill Claude CodeCodex

Sub-10ms semantic search for Zo via Moss. Create indexes, add documents, and query them with semantic and keyword search. Use when users want to search through documents, knowledge bases, or any text content.

669 +2 9d ago A 48 tokens original BSD-2-Clause

mcp-local-rag

05

shinpr/mcp-local-rag

Skill Claude CodeCodex

Searches, saves, and maintains a local document index through a local RAG MCP server. Use when user says "search my docs", "save this page", "read around that chunk", "sync my index", or invokes npx mcp-local-rag.

378 +1 3d ago A 61 tokens original MIT

mcp-local-rag

06

shinpr/mcp-local-rag

MCP server Claude CodeCodexCursor +2

Easy-to-setup local RAG server with minimal configuration. Runs locally from the mcp-local-rag npm package. Needs 8 environment variables to run.

378 +1 3d ago A tokens not measured original MIT

ClawMem AGENTS.md

07

yoloshii/ClawMem

Instructions file CodexOpenCode

Instructions for yoloshii/ClawMem, covering clawmem — agent quick reference, inference at a glance, install, or step by step and memory retrieval (90/10 rule).

206 +3 15d ago B 7,138 tokens original MIT

ClawMem CLAUDE.md

08

yoloshii/ClawMem

Instructions file

Instructions for yoloshii/ClawMem: Claude Code reads CLAUDE.md natively (not AGENTS.md), so this file imports the root SSOT.

206 +3 15d ago A 101 tokens original MIT

clawmem

09

yoloshii/ClawMem

Skill Claude CodeCodex

ClawMem operational reference for agents at query time — the 3-rule escalation gate, MCP tool routing, the 4 query-optimization levers, pipeline behavior (query vs intentsearch), composite scoring, and memory lifecycle (pin/snooze/forget). Use when tuning retrieval, troubleshooting recall quality, or any ClawMem…

206 +3 15d ago B 120 tokens original MIT

clawmem-curator

10

yoloshii/ClawMem

Agent

Maintains ClawMem memory health — lifecycle triage (pin/snooze/forget), retrieval health checks, dedup sweeps, graph rebuilds, index hygiene. Use when "curate memory", "memory maintenance", "run curator", or after long productive sessions.

206 +3 15d ago A 62 tokens original MIT

memex AGENTS.md

11

nicosuave/memex

Instructions file CodexOpenCode

Instructions for nicosuave/memex, covering agents and before committing.

172 4d ago A 62 tokens original MIT

memex CLAUDE.md

12

nicosuave/memex

Instructions file

Instructions for nicosuave/memex, a project described as: Search Claude Code, Codex, Pi, OpenCode, Github Copilot & Cursor transcripts. Resume sessions. Track tokens.

172 4d ago A 5 tokens copy · 100% MIT

memex-search

13

nicosuave/memex

Skill Claude CodeCodex

Search prior agent-session history with memex when a request depends on earlier work, decisions, investigations, fixes, commands, errors, or project context, including details lost or summarized across context-compaction boundaries. Invoke proactively to recover exact evidence, resume prior work, avoid repeating work…

172 4d ago A 66 tokens original MIT

BjornMelin/docmind-ai-llm

Instructions file CodexOpenCode

Instructions for BjornMelin/docmind-ai-llm, covering docmind ai: agent instructions, purpose, layout, quick commands with uv and non-negotiables for ci and security.

151 14d ago A 5,757 tokens original MIT

pinecone-io/pinecone-claude-code-plugin

Plugin Claude Code

Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP.

68 19d ago A tokens not measured original MIT

pinecone

16

pinecone-io/pinecone-claude-code-plugin

MCP server Claude CodeCodexCursor +2

Model Context Protocol server for Pinecone - enables AI assistants to interact with Pinecone indexes and documentation. Runs locally from the @pinecone-database/mcp npm package. Needs 1 environment variable to run.

68 19d ago A tokens not measured original MIT

join-discord

18

pinecone-io/pinecone-claude-code-plugin

Command

Opens a link to join the Pinecone Discord, allowing users to learn from each other, contact the Pinecone team, and get help in our dedicated help channel.

68 19d ago A 34 tokens original MIT

SessionStart

19

pinecone-io/pinecone-claude-code-plugin

Hook

Runs when a session starts on startup and resume, executing pinecone-api-key-check.sh (2 commands). From pinecone-io/pinecone-claude-code-plugin.

68 19d ago A tokens not measured original MIT

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

68 19d ago A 153 tokens original MIT

pinecone:n8n

21

pinecone-io/pinecone-claude-code-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.

68 19d ago A 67 tokens original MIT

pinecone:quickstart

22

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 19d ago A 79 tokens original MIT

lex

23

i-dot-ai/lex

Plugin Claude Code

UK legal research skill for Claude Code using the Lex API.

65 7d ago A tokens not measured original MIT

lex-uk-law

24

i-dot-ai/lex

Skill Claude CodeCodex

../../../skills/lex-uk-law/SKILL.md.

65 7d ago A 0 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: