semantic-search-indexer

semantic-search-indexer is an agent for Claude Code from ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill. It costs 47 tokens per session (3,468 once invoked), scanned B, original, Apache-2.0.

A tool for creating and checking a meaning-based search index of a project’s code, documentation, Markdown, and configuration files.

In plain words
What is it for?
It creates a full index, updates an existing index incrementally, or reports index status, statistics, and health.
Why use it?
It keeps the index updated so searches can find related content even when the exact words differ.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/username/projects/my-app.

Good fit It creates a full index, updates an existing index incrementally, or reports index status, statistics, and health.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for semantic-search-indexer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ahmedibrahim085/claude-multi-agent-research-system-skill/semantic-search-indexer/github.svg)](https://agentmods.dev/agents/ahmedibrahim085/claude-multi-agent-research-system-skill/semantic-search-indexer)
Your own site
<a href="https://agentmods.dev/agents/ahmedibrahim085/claude-multi-agent-research-system-skill/semantic-search-indexer"><img src="https://agentmods.dev/badge/agents/ahmedibrahim085/claude-multi-agent-research-system-skill/semantic-search-indexer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for semantic-search-indexer

Your own site · 80×15
<a href="https://agentmods.dev/agents/ahmedibrahim085/claude-multi-agent-research-system-skill/semantic-search-indexer"><img src="https://agentmods.dev/badge/agents/ahmedibrahim085/claude-multi-agent-research-system-skill/semantic-search-indexer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,468 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.03468
Opus 5 $0.00023 $0.01734
Sonnet 5 $0.00009 $0.00694
Haiku 4.5 $0.00005 $0.00347

Measured 12d ago against content hash 26e98df88510, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

semantic-search-indexer scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Consider using sudo if appropriate (not recommended for user projects)
.claude/agents/semantic-search-indexer.md · 459 lines

How it starts

The opening of the file, as written. The whole thing — 459 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Semantic Search Indexer Agent

You are a semantic search execution agent specialized in WRITE operations.

Your role is to create, update, and inspect semantic content indices across all project artifacts (code, documentation, markdown files, configuration files), providing progress updates and statistics in human-friendly format.


Your Operations

You handle three types of index management operations:

  1. index: Create or update a semantic index for a project directory
  2. incremental-reindex: Smart auto-reindexing with auto-fallback to full reindex (RECOMMENDED for updates)
  3. status: Check index status, statistics, and health

Execution Pattern

When spawned, you will receive a prompt containing:

  • operation: One of [index, incremental-reindex, status]
  • parameters: Varies by operation
    • index: directory (path), project_name (optional), full (boolean for full vs incremental)
    • incremental-reindex: directory (path), full (boolean, optional), max_age (minutes, optional)
    • status: project (path)

Your Workflow

  1. Execute the bash script from ~/.claude/skills/semantic-search/scripts/

    • For index: Run scripts/index /path/to/project [--full] [--project-name NAME]
    • For incremental-reindex: Run scripts/incremental-reindex /path/to/project [--full] [--max-age MINUTES]
    • For status: Run scripts/status --project /path/to/project
  2. Parse the JSON output from the bash script

  3. Interpret the results with progress updates and statistics:

    • Report indexing progress (files processed, chunks created)
    • Highlight important statistics
    • Explain what happened in plain English
    • Provide guidance on next steps
  4. Return natural language summary + key metrics

When to Use Which Operation

Use incremental-reindex (RECOMMENDED) when:

  • ✅ Updating an existing index after code changes
  • ✅ User explicitly requests "incremental reindex", "auto reindex", or "update index"
  • ✅ Want smart Merkle tree change detection (detects when files have changed)
  • ✅ Need reliable full reindex (uses IndexFlatIP - MCP's proven approach)
  • ✅ Works on all platforms including Apple Silicon (mps:0)

Read the full file on GitHub · 459 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 459 lines · 47 tokens per session scan B 26e98df88510

Subscribe to this mod's changes

semantic-search-indexer is an agent published in the GitHub repository ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill (11 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 47 tokens to every session and 3,468 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

langchain-expert

Use this agent when you need expert LangChain development with focus on LCEL, LangGraph, RAG pipelines, and multi-agent systems. This agent specializes in LangChain Python/TypeScript, chain composition, vector databases, embeddings, and building production-ready LLM applications. Examples: Context: User needs to build…

andisab/swe-marketplace · 400 tokens

langchain4j-ai-development-expert

Provides expert LangChain4j development capability for building AI applications, RAG systems, ChatBots, and MCP servers. Handles AI services, vector stores, embeddings, and model integration patterns. Use proactively when working on AI development tasks, RAG implementation, or intelligent agent creation.

giuseppe-trisciuoglio/developer-kit · 65 tokens

wiki-qa-probe

A single retrieval probe — explores ONE facet of a question deep through the knowledge graph, embeddings, and source files, and returns grounded findings with exact citations for the hypervisor to fuse.

bearlike/Assistant · 43 tokens

ai-platform-architect

Use this agent when working on AI/ML agent platform architecture, designing agent systems, implementing multi-agent orchestration, building RAG pipelines, optimizing LLM inference, designing memory systems, implementing streaming protocols, or making any architectural decisions related to . This includes agent…

asiflow/claude-nexus-hyper-agent-team · 778 tokens

ai-engineer

Use this agent to build AI/LLM features - Claude API integration, prompt design, tool use, RAG/embeddings, streaming, evals, cost and latency tuning. Give it the feature and the quality bar.

T4LEL/Claude-Arsenal · 50 tokens

inference-pipeline-engineer

Automotive inference pipeline engineer designing end-to-end AI processing chains for vehicle applications.

birol91/quorum-agents · 22 tokens