What problem does it solve?
This Skill enables fast discovery by combining semantic understanding with exact text search across all indexed collections, so you can locate relevant content in code, Markdown, PDFs, or knowledge bases with a single query.
Core Features & Use Cases
- Semantic Search: Understands concepts and retrieves conceptually related results across multiple collections.
- Full-Text Search: Finds exact phrases and terms within documents, code, and notes.
- Cross-Content Discovery: Mixes results from PDFs, Markdown, and source code to surface the most relevant content.
- Use Case: Quickly locate a function reference, a policy paragraph, or a design note across your project repository without manual browsing.
Quick Start
arc collection list
arc search semantic "authentication" --collection MyCode --limit 10
arc search text "parse" --collection Docs --limit 5