npx claudepluginhub Tylerbryy/ospack --plugin ospack# Semantic Search Use ospack to find code semantically by concept, not just keywords. ## Usage ## Examples ## Options - `--limit, -l`: Max results to return (default: 10) - `--root`: Repository root directory ## When to use Use this for quick semantic searches when you need to find: - Where a concept is implemented - Related code across the codebase - Patterns and examples
/searchSearches issues by text query across title, description, and ID. Supports filters (--status, --label, --assignee, --type, etc.), sorting, limits, and JSON output.
/searchSearches Redpanda Connect components (inputs, outputs, processors, caches, rate-limits, buffers, metrics, tracers) matching the provided description.
/searchSearches pro-workflow learnings database using BM25 full-text search with prefix, phrase, and multi-term matching, returning top ranked results with mistake details and application counts.
/searchSearch AI experiments by query, tool, tag, rating, or date filters with sorting options and display formatted terminal results including stats.
/searchSearches your Notion workspace for pages, databases, and content matching the natural-language query, returning a scannable list with titles, types, descriptions, and clickable links.
/searchSearch Claude's persistent memories for content, patterns, or keywords via <query> [limit]. Returns matches with relevance scores, human-readable timestamps, and highlighted keywords.
Use ospack to find code semantically by concept, not just keywords.
ospack search "<query>" --root $(pwd)
# Find authentication logic
ospack search "user authentication" --root $(pwd)
# Find error handling patterns
ospack search "error handling middleware" --root $(pwd)
# Find database queries
ospack search "database connection pooling" --root $(pwd)
--limit, -l: Max results to return (default: 10)--root: Repository root directoryUse this for quick semantic searches when you need to find: