search-and-indexing

Define search indexes with source mappings, pipelines, and reindex strategies.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Tiepbm/software-engineering-agent --skill search-and-indexing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-and-indexing
Source: https://github.com/Tiepbm/software-engineering-agent/tree/main/skills/search-and-indexing
Command: npx skills add https://github.com/Tiepbm/software-engineering-agent --skill search-and-indexing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs robust search indexing pipelines that separate source-of-truth from search projections, ensuring freshness, security, and auditable reindexing.

Core Features & Use Cases

  • Define source of truth mappings, searchable fields, and access controls.
  • Architect indexing pipelines with reindexing, reconciliation, and lag monitoring.
  • Use Case: Banks or regulated systems needing compliant, auditable search results with controlled data exposure.

Quick Start

Outline the source-of-truth, the fields to index, and a basic reindex plan to begin.

Frequently Asked Questions about search-and-indexing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design search indexing pipelines that separate the source of truth from search projections?

Search indexing pipelines separate the source of truth from search projections by defining explicit source mappings, indexing pipelines, and reindex strategies. This architecture ensures data freshness, security, and auditable reindexing for regulated domains requiring controlled data exposure.

What is the best way to manage reindexing and reconciliation in OpenSearch or Elasticsearch?

Manage reindexing in OpenSearch or Elasticsearch by architecting pipelines with explicit reindex strategies, reconciliation processes, and lag monitoring. This approach enforces robust failure handling with retries and rollback procedures to maintain index reliability during updates.

Can I apply hybrid vector-search with authorization and auditable results in regulated domains?

Yes, hybrid vector-search can be applied in regulated domains by enforcing explicit access controls and auditable results. This ensures compliant search results with controlled data exposure across full-text and vector-search scenarios requiring strict authorization.

How do I monitor indexing lag and handle failures during data-sync?

Monitor indexing lag during data-sync by implementing robust failure handling with monitoring, retries, and rollback procedures. This ensures your indexing pipelines maintain their freshness targets and recover automatically from synchronization failures.

Does this search indexing approach work for banking systems needing compliant and auditable search results?

Yes, this search indexing approach works for banking systems by defining source of truth mappings, searchable fields, and access controls. It ensures compliant, auditable search results with controlled data exposure required by regulated financial domains.