Claude Code Plugins

Community-maintained marketplace

Feedback
1
0

Semantic and full-text search across indexed collections. Use when user mentions searching a collection, semantic search, vector search, knowledge base, or finding content in indexed code, markdown, or PDFs.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name arc-search
description Semantic and full-text search across indexed collections. Use when user mentions searching a collection, semantic search, vector search, knowledge base, or finding content in indexed code, markdown, or PDFs.
allowed-tools Bash(arc:*), Read
arc collection list                                          # list collections
arc search semantic "query" --collection NAME --limit 10     # conceptual queries
arc search text "query" --index NAME --limit 10              # exact terms

Options: --json for structured output, --filter "key=value" for metadata filtering.