ワンクリックで
semantic-searchsearch
Use when searching the codebase with natural language queries like "authentication logic" or "database connection"
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when searching the codebase with natural language queries like "authentication logic" or "database connection"
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when you want to stop a running indexing job
Use when you want to wipe all indexed data and start fresh
Use when you want to pause the semantic search file watcher to stop automatic reindexing
Use when you want to rebuild or refresh the semantic search index for the codebase
Use when you want to resume the semantic search file watcher after pausing it
Use when you want to check semantic search server status, indexing progress, or watcher state
| name | semantic-search:search |
| description | Use when searching the codebase with natural language queries like "authentication logic" or "database connection" |
Search the codebase using natural language.
/semantic-search:search)mcp__semantic-search__search_code with:
query: the user's search termsmax_results: 10 (default, adjust if user specifies)User: /semantic-search:search authentication middleware
→ Search for "authentication middleware"
User: /semantic-search:search database connection pooling
→ Search for "database connection pooling"
If user specifies filters, pass them:
language: "python", "typescript", etc.file_pattern: glob pattern like "**/*_test.py"chunk_type: "function", "class", "method"